diff options
| author | Dean Troyer <dtroyer@gmail.com> | 2016-09-16 10:01:39 -0500 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2016-09-19 14:59:38 -0500 |
| commit | 5ec435e706d137afb714cfd5c5ddbd40d8107a9e (patch) | |
| tree | b459c0132d6f0c5766735e51d8d61c656c983192 | |
| parent | ad56086663b2fe1dedb0f549a254a19e82b1d653 (diff) | |
| download | python-openstackclient-5ec435e706d137afb714cfd5c5ddbd40d8107a9e.tar.gz | |
Clean up docs and notes for 3.3.0 release
Change-Id: I432dcb5e85819d22e6b30758da80d31c9a0db654
| -rw-r--r-- | doc/source/command-objects/volume-service.rst | 3 | ||||
| -rw-r--r-- | releasenotes/notes/bug-1602073-5deb58deeafbc8be.yaml (renamed from releasenotes/notes/bug_1602073-5deb58deeafbc8be.yaml) | 0 | ||||
| -rw-r--r-- | releasenotes/notes/bug-1610883-38929f6fc2eefc9a.yaml | 6 | ||||
| -rw-r--r-- | releasenotes/notes/bug-1613926-2d0e405831c0b5a9.yaml | 7 | ||||
| -rw-r--r-- | releasenotes/notes/bug-1622565-2e715aff8b054401.yaml | 6 | ||||
| -rw-r--r-- | releasenotes/notes/bug-1624085-7cf296649277f405.yaml | 4 |
6 files changed, 17 insertions, 9 deletions
diff --git a/doc/source/command-objects/volume-service.rst b/doc/source/command-objects/volume-service.rst index d7495968..4fea41fe 100644 --- a/doc/source/command-objects/volume-service.rst +++ b/doc/source/command-objects/volume-service.rst @@ -41,7 +41,8 @@ Set volume service properties os volume service set [--enable | --disable] [--disable-reason <reason>] - <host> <service> + <host> + <service> .. option:: --enable diff --git a/releasenotes/notes/bug_1602073-5deb58deeafbc8be.yaml b/releasenotes/notes/bug-1602073-5deb58deeafbc8be.yaml index be95966f..be95966f 100644 --- a/releasenotes/notes/bug_1602073-5deb58deeafbc8be.yaml +++ b/releasenotes/notes/bug-1602073-5deb58deeafbc8be.yaml diff --git a/releasenotes/notes/bug-1610883-38929f6fc2eefc9a.yaml b/releasenotes/notes/bug-1610883-38929f6fc2eefc9a.yaml index 215c24f4..a1bde63e 100644 --- a/releasenotes/notes/bug-1610883-38929f6fc2eefc9a.yaml +++ b/releasenotes/notes/bug-1610883-38929f6fc2eefc9a.yaml @@ -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>`_] diff --git a/releasenotes/notes/bug-1613926-2d0e405831c0b5a9.yaml b/releasenotes/notes/bug-1613926-2d0e405831c0b5a9.yaml index fca316c1..2959a268 100644 --- a/releasenotes/notes/bug-1613926-2d0e405831c0b5a9.yaml +++ b/releasenotes/notes/bug-1613926-2d0e405831c0b5a9.yaml @@ -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>`_] diff --git a/releasenotes/notes/bug-1622565-2e715aff8b054401.yaml b/releasenotes/notes/bug-1622565-2e715aff8b054401.yaml new file mode 100644 index 00000000..9e63a5f3 --- /dev/null +++ b/releasenotes/notes/bug-1622565-2e715aff8b054401.yaml @@ -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>`_] diff --git a/releasenotes/notes/bug-1624085-7cf296649277f405.yaml b/releasenotes/notes/bug-1624085-7cf296649277f405.yaml new file mode 100644 index 00000000..40b019a1 --- /dev/null +++ b/releasenotes/notes/bug-1624085-7cf296649277f405.yaml @@ -0,0 +1,4 @@ +--- +fixes: + - Fix missing ``_username`` attribute error in ``server ssh`` command. + [Bug `1624085 <https://bugs.launchpad.net/python-openstackclient/+bug/1624085>`_] |
