From 5ec435e706d137afb714cfd5c5ddbd40d8107a9e Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Fri, 16 Sep 2016 10:01:39 -0500 Subject: [PATCH] Clean up docs and notes for 3.3.0 release Change-Id: I432dcb5e85819d22e6b30758da80d31c9a0db654 --- doc/source/command-objects/volume-service.rst | 3 ++- ...58deeafbc8be.yaml => bug-1602073-5deb58deeafbc8be.yaml} | 0 releasenotes/notes/bug-1610883-38929f6fc2eefc9a.yaml | 6 ++---- releasenotes/notes/bug-1613926-2d0e405831c0b5a9.yaml | 7 +++---- releasenotes/notes/bug-1622565-2e715aff8b054401.yaml | 6 ++++++ releasenotes/notes/bug-1624085-7cf296649277f405.yaml | 4 ++++ 6 files changed, 17 insertions(+), 9 deletions(-) rename releasenotes/notes/{bug_1602073-5deb58deeafbc8be.yaml => bug-1602073-5deb58deeafbc8be.yaml} (100%) create mode 100644 releasenotes/notes/bug-1622565-2e715aff8b054401.yaml create mode 100644 releasenotes/notes/bug-1624085-7cf296649277f405.yaml diff --git a/doc/source/command-objects/volume-service.rst b/doc/source/command-objects/volume-service.rst index d7495968f..4fea41fe2 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 ] - + + .. option:: --enable diff --git a/releasenotes/notes/bug_1602073-5deb58deeafbc8be.yaml b/releasenotes/notes/bug-1602073-5deb58deeafbc8be.yaml similarity index 100% rename from releasenotes/notes/bug_1602073-5deb58deeafbc8be.yaml rename to releasenotes/notes/bug-1602073-5deb58deeafbc8be.yaml diff --git a/releasenotes/notes/bug-1610883-38929f6fc2eefc9a.yaml b/releasenotes/notes/bug-1610883-38929f6fc2eefc9a.yaml index 215c24f43..a1bde63ea 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 `_] diff --git a/releasenotes/notes/bug-1613926-2d0e405831c0b5a9.yaml b/releasenotes/notes/bug-1613926-2d0e405831c0b5a9.yaml index fca316c16..2959a268c 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 `_] diff --git a/releasenotes/notes/bug-1622565-2e715aff8b054401.yaml b/releasenotes/notes/bug-1622565-2e715aff8b054401.yaml new file mode 100644 index 000000000..9e63a5f3d --- /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 `_] diff --git a/releasenotes/notes/bug-1624085-7cf296649277f405.yaml b/releasenotes/notes/bug-1624085-7cf296649277f405.yaml new file mode 100644 index 000000000..40b019a17 --- /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 `_]