From 4236d777ffb6f03bb2682142aaa18b48e9a00d96 Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Wed, 25 Jul 2018 14:08:05 -0500 Subject: Release note cleanup for 3.16.0 release Change-Id: I64efea562117706529c4b474085f5c12939ba4d6 Signed-off-by: Dean Troyer --- .../notes/add-image-member-list-1630ead5988348c2.yaml | 3 +-- ...add-server-create-image-property-ef76af26233b472b.yaml | 2 +- .../notes/bp-unified-limits-58f166401534a4ff.yaml | 5 ++--- .../notes/bp-unified-limits-6c5fdb1c26805d86.yaml | 6 +++--- releasenotes/notes/bug-1750983-420945d6c0afb509.yaml | 15 ++++++++++----- .../bug-1751104-compute-api-2.47-4bfa21cfaa13f408.yaml | 4 ++-- .../notes/implement-system-scope-4c3c47996f98deac.yaml | 3 ++- 7 files changed, 21 insertions(+), 17 deletions(-) diff --git a/releasenotes/notes/add-image-member-list-1630ead5988348c2.yaml b/releasenotes/notes/add-image-member-list-1630ead5988348c2.yaml index f939a2fd..c220b384 100644 --- a/releasenotes/notes/add-image-member-list-1630ead5988348c2.yaml +++ b/releasenotes/notes/add-image-member-list-1630ead5988348c2.yaml @@ -1,4 +1,3 @@ --- features: - - The OpenStack client now has the ability to list all members of an image - in order to faciliate management of member projects for images. + - Add ``image member list`` command to list all members of an image. diff --git a/releasenotes/notes/add-server-create-image-property-ef76af26233b472b.yaml b/releasenotes/notes/add-server-create-image-property-ef76af26233b472b.yaml index 9d71446f..412d7bb7 100644 --- a/releasenotes/notes/add-server-create-image-property-ef76af26233b472b.yaml +++ b/releasenotes/notes/add-server-create-image-property-ef76af26233b472b.yaml @@ -1,5 +1,5 @@ --- features: - | - Add a parameter ``--image-property`` to ``server create`` command. + Add ``--image-property`` option to ``server create`` command. This parameter will filter a image which properties that are matching. diff --git a/releasenotes/notes/bp-unified-limits-58f166401534a4ff.yaml b/releasenotes/notes/bp-unified-limits-58f166401534a4ff.yaml index 20050bb2..9335330a 100644 --- a/releasenotes/notes/bp-unified-limits-58f166401534a4ff.yaml +++ b/releasenotes/notes/bp-unified-limits-58f166401534a4ff.yaml @@ -1,7 +1,6 @@ --- features: - | + Add ``registered limit`` commands for managing registered limits in Keystone. + Registered limits define limits of resources for projects to assume by default. [`bp unified-limits `_] - Support has been added for managing registered limits in keystone via the - ``registered limit`` command. Registered limits define limits of resources - for projects to assume by default. diff --git a/releasenotes/notes/bp-unified-limits-6c5fdb1c26805d86.yaml b/releasenotes/notes/bp-unified-limits-6c5fdb1c26805d86.yaml index b00de40c..815a83e6 100644 --- a/releasenotes/notes/bp-unified-limits-6c5fdb1c26805d86.yaml +++ b/releasenotes/notes/bp-unified-limits-6c5fdb1c26805d86.yaml @@ -1,7 +1,7 @@ --- features: - | + Add ``limit`` commands for managing project-specific limits in keystone. + Limits define limits of resources for projects to consume once a limit + has been registered. [`bp unified-limits `_] - Support has been added for managing project-specific limits in keystone via - the ``limit`` command. Limits define limits of resources for projects to - consume once a limit has been registered. diff --git a/releasenotes/notes/bug-1750983-420945d6c0afb509.yaml b/releasenotes/notes/bug-1750983-420945d6c0afb509.yaml index 2c37d88f..a0042380 100644 --- a/releasenotes/notes/bug-1750983-420945d6c0afb509.yaml +++ b/releasenotes/notes/bug-1750983-420945d6c0afb509.yaml @@ -1,8 +1,13 @@ --- -fixes: +features: - | - Add supports tagging for Network security group. - Add ``tag``, ``no-tag`` to ``security group create`` and ``security group set`` commands. - Add ``tags``, ``any-tags``, ``not-tags``, ``not-any-tags`` to ``security group list`` command. - Add ``tag`` and ``all-tag`` to ``security group unset`` command. + Add ``--tag`` and ``--no-tag`` options to ``security group create`` and + ``security group set`` commands. + [Bug `1750983 `_] + - | + Add ``--tags``, ``--any-tags``, ``--not-tags`` and ``--not-any-tags`` options + to ``security group list`` command. + [Bug `1750983 `_] + - | + Add ``--tag`` and ``--all-tag`` options to ``security group unset`` command. [Bug `1750983 `_] diff --git a/releasenotes/notes/bug-1751104-compute-api-2.47-4bfa21cfaa13f408.yaml b/releasenotes/notes/bug-1751104-compute-api-2.47-4bfa21cfaa13f408.yaml index ef89c785..72f763f1 100644 --- a/releasenotes/notes/bug-1751104-compute-api-2.47-4bfa21cfaa13f408.yaml +++ b/releasenotes/notes/bug-1751104-compute-api-2.47-4bfa21cfaa13f408.yaml @@ -1,6 +1,6 @@ --- fixes: - | - The ``openstack server show`` command will now properly show the server's + The ``server show`` command will now properly show the server's flavor information when using ``--os-compute-api-version 2.47`` or higher. - See: https://storyboard.openstack.org/#!/story/1751104 + [Bug `1751104 `_] diff --git a/releasenotes/notes/implement-system-scope-4c3c47996f98deac.yaml b/releasenotes/notes/implement-system-scope-4c3c47996f98deac.yaml index 6ad3d824..dc9e07ce 100644 --- a/releasenotes/notes/implement-system-scope-4c3c47996f98deac.yaml +++ b/releasenotes/notes/implement-system-scope-4c3c47996f98deac.yaml @@ -1,8 +1,9 @@ --- features: - | - Added support for system-scope. This includes support for the ability to + Add support for system-scope to ``role`` commands. This includes the ability to generate system-scoped tokens using ``system_scope: all`` in ``cloud.yaml`` or ``OS_SYSTEM_SCOPE=all`` in an environment variable. Support is also included for managing role assignments on the system using ``--system`` when adding and removing roles. + [`bp system-scope `_] -- cgit v1.2.1