Skip to content

Commit f77ca68

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Release note cleanup for 3.16.0 release"
2 parents c056780 + 4236d77 commit f77ca68

7 files changed

Lines changed: 21 additions & 17 deletions
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
---
22
features:
3-
- The OpenStack client now has the ability to list all members of an image
4-
in order to faciliate management of member projects for images.
3+
- Add ``image member list`` command to list all members of an image.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
features:
33
- |
4-
Add a parameter ``--image-property`` to ``server create`` command.
4+
Add ``--image-property`` option to ``server create`` command.
55
This parameter will filter a image which properties that are matching.
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
features:
33
- |
4+
Add ``registered limit`` commands for managing registered limits in Keystone.
5+
Registered limits define limits of resources for projects to assume by default.
46
[`bp unified-limits <https://blueprints.launchpad.net/keystone/+spec/unified-limit>`_]
5-
Support has been added for managing registered limits in keystone via the
6-
``registered limit`` command. Registered limits define limits of resources
7-
for projects to assume by default.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
features:
33
- |
4+
Add ``limit`` commands for managing project-specific limits in keystone.
5+
Limits define limits of resources for projects to consume once a limit
6+
has been registered.
47
[`bp unified-limits <https://blueprints.launchpad.net/keystone/+spec/unified-limit>`_]
5-
Support has been added for managing project-specific limits in keystone via
6-
the ``limit`` command. Limits define limits of resources for projects to
7-
consume once a limit has been registered.
Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
---
2-
fixes:
2+
features:
33
- |
4-
Add supports tagging for Network security group.
5-
Add ``tag``, ``no-tag`` to ``security group create`` and ``security group set`` commands.
6-
Add ``tags``, ``any-tags``, ``not-tags``, ``not-any-tags`` to ``security group list`` command.
7-
Add ``tag`` and ``all-tag`` to ``security group unset`` command.
4+
Add ``--tag`` and ``--no-tag`` options to ``security group create`` and
5+
``security group set`` commands.
6+
[Bug `1750983 <https://bugs.launchpad.net/python-openstackclient/+bug/1750983>`_]
7+
- |
8+
Add ``--tags``, ``--any-tags``, ``--not-tags`` and ``--not-any-tags`` options
9+
to ``security group list`` command.
10+
[Bug `1750983 <https://bugs.launchpad.net/python-openstackclient/+bug/1750983>`_]
11+
- |
12+
Add ``--tag`` and ``--all-tag`` options to ``security group unset`` command.
813
[Bug `1750983 <https://bugs.launchpad.net/python-openstackclient/+bug/1750983>`_]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
fixes:
33
- |
4-
The ``openstack server show`` command will now properly show the server's
4+
The ``server show`` command will now properly show the server's
55
flavor information when using ``--os-compute-api-version 2.47`` or higher.
6-
See: https://storyboard.openstack.org/#!/story/1751104
6+
[Bug `1751104 <https://storyboard.openstack.org/#!/story/1751104>`_]
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
features:
33
- |
4-
Added support for system-scope. This includes support for the ability to
4+
Add support for system-scope to ``role`` commands. This includes the ability to
55
generate system-scoped tokens using ``system_scope: all`` in ``cloud.yaml``
66
or ``OS_SYSTEM_SCOPE=all`` in an environment variable. Support is also
77
included for managing role assignments on the system using ``--system``
88
when adding and removing roles.
9+
[`bp system-scope <https://blueprints.launchpad.net/keystone/+spec/system-scope>`_]

0 commit comments

Comments
 (0)