|
1 | | -================= |
2 | | -Previous Releases |
3 | | -================= |
4 | | - |
5 | | -As of release 2.0 the release notes can be found on the OpenStack `Release Notes site`_. |
6 | | - |
7 | | -.. _`Release Notes site`: http://docs.openstack.org/releasenotes/python-openstackclient |
| 1 | +================ |
| 2 | +Pre-2.0 Releases |
| 3 | +================ |
8 | 4 |
|
9 | 5 | 1.9.0 (17 Nov 2015) |
10 | 6 | =================== |
11 | 7 |
|
12 | 8 | * Several updates to `openstack server` |
13 | | - Blueprint `servers <https://blueprints.launchpad.net/python-openstackclient/+spec/cmd-with-multi-servers>`_ |
| 9 | + Blueprint :oscbp:`servers <cmd-with-multi-servers>` |
14 | 10 |
|
15 | 11 | * `openstack server start` |
16 | 12 | * `openstack server stop` |
@@ -364,16 +360,18 @@ As of release 2.0 the release notes can be found on the OpenStack `Release Notes |
364 | 360 | * Fix ``backup create`` to correctly use the ``--container`` value if supplied. |
365 | 361 | Bug `1446751 <https://bugs.launchpad.net/bugs/1446751>`_ |
366 | 362 |
|
367 | | -* Document the backward-compatibility-breaking changes. |
368 | | - Bug `1406470 <https://bugs.launchpad.net/bugs/1406470>`_ |
| 363 | +* Document the backward-compatibility-breaking changes in |
| 364 | + :oscdoc:`Backwards Incompatible Changes <backwards-incompatible>`. |
| 365 | + :lpbug:`1406470` |
369 | 366 |
|
370 | | -* Add `--parent`` option to `projct create` command. |
| 367 | +* Add ``--parent`` option to ``project create`` command |
371 | 368 |
|
372 | 369 |
|
373 | 370 | 1.1.0 (21 Apr 2015) |
374 | 371 | =================== |
375 | 372 |
|
376 | 373 | * Add global ``--os-cloud`` option to select from a list of cloud configurations. |
| 374 | + See :oscdoc:`Configuration <configuration>` for more details. |
377 | 375 |
|
378 | 376 | * Fix global ``--timing`` option operation. |
379 | 377 | Bug `1402577 <https://bugs.launchpad.net/bugs/1402577>`_ |
@@ -461,8 +459,9 @@ As of release 2.0 the release notes can be found on the OpenStack `Release Notes |
461 | 459 | =================== |
462 | 460 |
|
463 | 461 | * The OpenStackClient content from the OpenStack Wiki has been migrated into |
464 | | - the OSC source repo. This includes the `commands`, `command-list` |
465 | | - and `humaninterfaceguide` documents. |
| 462 | + the OSC source repo. This includes the :oscdoc:`Command Structure <commands>`, |
| 463 | + :oscdoc:`Command List <command-list>` and |
| 464 | + :oscdoc:`Human Interface Guide <humaninterfaceguide>` documents. |
466 | 465 |
|
467 | 466 | * Set a default domain ID when both ``OS_USER_DOMAIN_ID`` and |
468 | 467 | ``OS_USER_DOMAIN_NAME`` are not set. This is also done for |
|
0 commit comments