Release note cleanup for 3.16.0 release

Change-Id: I64efea562117706529c4b474085f5c12939ba4d6
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
This commit is contained in:
Dean Troyer 2018-07-25 14:08:05 -05:00
parent cc037e22a6
commit 4236d777ff
7 changed files with 21 additions and 17 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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 <https://blueprints.launchpad.net/keystone/+spec/unified-limit>`_]
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.

View File

@ -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 <https://blueprints.launchpad.net/keystone/+spec/unified-limit>`_]
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.

View File

@ -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 <https://bugs.launchpad.net/python-openstackclient/+bug/1750983>`_]
- |
Add ``--tags``, ``--any-tags``, ``--not-tags`` and ``--not-any-tags`` options
to ``security group list`` command.
[Bug `1750983 <https://bugs.launchpad.net/python-openstackclient/+bug/1750983>`_]
- |
Add ``--tag`` and ``--all-tag`` options to ``security group unset`` command.
[Bug `1750983 <https://bugs.launchpad.net/python-openstackclient/+bug/1750983>`_]

View File

@ -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 <https://storyboard.openstack.org/#!/story/1751104>`_]

View File

@ -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 <https://blueprints.launchpad.net/keystone/+spec/system-scope>`_]