Clean up docs and notes for 3.3.0 release

Change-Id: I432dcb5e85819d22e6b30758da80d31c9a0db654
This commit is contained in:
Dean Troyer 2016-09-16 10:01:39 -05:00
parent ad56086663
commit 5ec435e706
6 changed files with 17 additions and 9 deletions

View File

@ -41,7 +41,8 @@ Set volume service properties
os volume service set
[--enable | --disable]
[--disable-reason <reason>]
<host> <service>
<host>
<service>
.. option:: --enable

View File

@ -1,8 +1,6 @@
---
features:
- |
Make ``subnet list`` command supports listing up subnets with
some filtering options by adding ``--project`` and ``--project-domain``,
``--network``, ``--gateway``,``--name``, ``--subnet-range``
options to the command.
Add ``--project``, ``--project-domain``, ``--network``, ``--gateway``,
``--name`` and ``--subnet-range`` options to the ``subnet list`` command.
[Bug `1610883 <https://bugs.launchpad.net/bugs/1610883>`_]

View File

@ -1,8 +1,7 @@
---
features:
- |
Make ``subnet pool list`` command supports listing up subnets with
some filtering options by adding ``--share`` and ``--no-share``,
``--project`` and ``--project-domain``, ``--default`` and ``--no-default``,
``--name``, ``--address-scope`` options to the command.
Add ``--share``, ``--no-share``, ``--project``, ``--project-domain``,
``--default``, ``--no-default``, ``--name`` and ``--address-scope``
options to the ``subnet pool list`` command.
[Bug `1613926 <https://bugs.launchpad.net/bugs/1613926>`_]

View File

@ -0,0 +1,6 @@
---
fixes:
- |
Fix ``--long`` option in ``router list`` command for deployments without
the ``router_availability_zone`` extension is not enabled.
[Bug `1622565 <https://bugs.launchpad.net/bugs/1622565>`_]

View File

@ -0,0 +1,4 @@
---
fixes:
- Fix missing ``_username`` attribute error in ``server ssh`` command.
[Bug `1624085 <https://bugs.launchpad.net/python-openstackclient/+bug/1624085>`_]