Release note cleanup for 3.16.0 release
Change-Id: I64efea562117706529c4b474085f5c12939ba4d6 Signed-off-by: Dean Troyer <dtroyer@gmail.com>
This commit is contained in:
parent
cc037e22a6
commit
4236d777ff
@ -1,4 +1,3 @@
|
|||||||
---
|
---
|
||||||
features:
|
features:
|
||||||
- The OpenStack client now has the ability to list all members of an image
|
- Add ``image member list`` command to list all members of an image.
|
||||||
in order to faciliate management of member projects for images.
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
features:
|
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.
|
This parameter will filter a image which properties that are matching.
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
features:
|
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>`_]
|
[`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.
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
features:
|
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>`_]
|
[`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.
|
|
||||||
|
@ -1,8 +1,13 @@
|
|||||||
---
|
---
|
||||||
fixes:
|
features:
|
||||||
- |
|
- |
|
||||||
Add supports tagging for Network security group.
|
Add ``--tag`` and ``--no-tag`` options to ``security group create`` and
|
||||||
Add ``tag``, ``no-tag`` to ``security group create`` and ``security group set`` commands.
|
``security group set`` commands.
|
||||||
Add ``tags``, ``any-tags``, ``not-tags``, ``not-any-tags`` to ``security group list`` command.
|
[Bug `1750983 <https://bugs.launchpad.net/python-openstackclient/+bug/1750983>`_]
|
||||||
Add ``tag`` and ``all-tag`` to ``security group unset`` command.
|
- |
|
||||||
|
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>`_]
|
[Bug `1750983 <https://bugs.launchpad.net/python-openstackclient/+bug/1750983>`_]
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
fixes:
|
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.
|
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>`_]
|
||||||
|
@ -1,8 +1,9 @@
|
|||||||
---
|
---
|
||||||
features:
|
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``
|
generate system-scoped tokens using ``system_scope: all`` in ``cloud.yaml``
|
||||||
or ``OS_SYSTEM_SCOPE=all`` in an environment variable. Support is also
|
or ``OS_SYSTEM_SCOPE=all`` in an environment variable. Support is also
|
||||||
included for managing role assignments on the system using ``--system``
|
included for managing role assignments on the system using ``--system``
|
||||||
when adding and removing roles.
|
when adding and removing roles.
|
||||||
|
[`bp system-scope <https://blueprints.launchpad.net/keystone/+spec/system-scope>`_]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user