summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-07-25 20:36:33 +0000
committerGerrit Code Review <review@openstack.org>2018-07-25 20:36:33 +0000
commitf77ca68d53421df867ff2ef274b0648e1abfaf9a (patch)
tree0b8a75446da362c07fb64e1a07f895a92197cdc9
parentc0567806916995698e94734d2b2c422a4bf5a1db (diff)
parent4236d777ffb6f03bb2682142aaa18b48e9a00d96 (diff)
downloadpython-openstackclient-f77ca68d53421df867ff2ef274b0648e1abfaf9a.tar.gz
Merge "Release note cleanup for 3.16.0 release"3.16.0
-rw-r--r--releasenotes/notes/add-image-member-list-1630ead5988348c2.yaml3
-rw-r--r--releasenotes/notes/add-server-create-image-property-ef76af26233b472b.yaml2
-rw-r--r--releasenotes/notes/bp-unified-limits-58f166401534a4ff.yaml5
-rw-r--r--releasenotes/notes/bp-unified-limits-6c5fdb1c26805d86.yaml6
-rw-r--r--releasenotes/notes/bug-1750983-420945d6c0afb509.yaml15
-rw-r--r--releasenotes/notes/bug-1751104-compute-api-2.47-4bfa21cfaa13f408.yaml4
-rw-r--r--releasenotes/notes/implement-system-scope-4c3c47996f98deac.yaml3
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 <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.
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 <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.
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 <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>`_]
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 <https://storyboard.openstack.org/#!/story/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 <https://blueprints.launchpad.net/keystone/+spec/system-scope>`_]