Skip to content

Commit 5ec435e

Browse files
author
Dean Troyer
committed
Clean up docs and notes for 3.3.0 release
Change-Id: I432dcb5e85819d22e6b30758da80d31c9a0db654
1 parent ad56086 commit 5ec435e

6 files changed

Lines changed: 17 additions & 9 deletions

File tree

doc/source/command-objects/volume-service.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ Set volume service properties
4141
os volume service set
4242
[--enable | --disable]
4343
[--disable-reason <reason>]
44-
<host> <service>
44+
<host>
45+
<service>
4546
4647
.. option:: --enable
4748

File renamed without changes.
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
---
22
features:
33
- |
4-
Make ``subnet list`` command supports listing up subnets with
5-
some filtering options by adding ``--project`` and ``--project-domain``,
6-
``--network``, ``--gateway``,``--name``, ``--subnet-range``
7-
options to the command.
4+
Add ``--project``, ``--project-domain``, ``--network``, ``--gateway``,
5+
``--name`` and ``--subnet-range`` options to the ``subnet list`` command.
86
[Bug `1610883 <https://bugs.launchpad.net/bugs/1610883>`_]
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
features:
33
- |
4-
Make ``subnet pool list`` command supports listing up subnets with
5-
some filtering options by adding ``--share`` and ``--no-share``,
6-
``--project`` and ``--project-domain``, ``--default`` and ``--no-default``,
7-
``--name``, ``--address-scope`` options to the command.
4+
Add ``--share``, ``--no-share``, ``--project``, ``--project-domain``,
5+
``--default``, ``--no-default``, ``--name`` and ``--address-scope``
6+
options to the ``subnet pool list`` command.
87
[Bug `1613926 <https://bugs.launchpad.net/bugs/1613926>`_]
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
fixes:
3+
- |
4+
Fix ``--long`` option in ``router list`` command for deployments without
5+
the ``router_availability_zone`` extension is not enabled.
6+
[Bug `1622565 <https://bugs.launchpad.net/bugs/1622565>`_]
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
fixes:
3+
- Fix missing ``_username`` attribute error in ``server ssh`` command.
4+
[Bug `1624085 <https://bugs.launchpad.net/python-openstackclient/+bug/1624085>`_]

0 commit comments

Comments
 (0)