Release note cleanup for 3.12.0

Change-Id: I1fab42256e7b01d2efc23af686554e0325a48af6
This commit is contained in:
Dean Troyer 2017-07-21 15:07:33 -05:00
parent 199c13c836
commit 1f2295cf65
11 changed files with 31 additions and 33 deletions

View File

@ -27,8 +27,8 @@ Backwards Incompatible Changes
.. * Remove in: <5.0> .. * Remove in: <5.0>
.. * Commit: <tbd> .. * Commit: <tbd>
Release 3.12.0 Release 3.12
-------------- ------------
1. Replace ``Display Name`` by ``Name`` in volume list. 1. Replace ``Display Name`` by ``Name`` in volume list.

View File

@ -1,8 +0,0 @@
---
features:
- |
Added directionality to Network QoS rule type ``bandwidth-limit`` in
``network qos rule create`` and ``network qos rule set`` commands.
This makes the options ``--egress`` and ``--ingress`` valid for the ``bandwidth-limit``
rule type.
[Bug `1614121 <https://bugs.launchpad.net/python-openstackclient/+bug/1614121>`_]

View File

@ -1,8 +1,10 @@
--- ---
features: features:
- | - |
Add network l3-agent related commands ``network agent add router``, Add ``network agent add router`` and ``network agent remove router``
``network agent remove router`` for adding/removing routers to l3 agents. commands for adding/removing routers to network l3 agents.
Add ``network agent list --router``, and ``router list --agent`` for [Blueprint :oscbp:`network-l3-commands`]
listing agents on routers and routers on specific agents. - |
Add ``--router`` option to ``network agent list`` to filter by router,
and ``--agent`` option to ``router list`` command to filter by agent.
[Blueprint :oscbp:`network-l3-commands`] [Blueprint :oscbp:`network-l3-commands`]

View File

@ -1,5 +1,5 @@
--- ---
fixes: features:
- | - |
Add command ``openstack project purge`` to clean a project's resources. Add command ``openstack project purge`` to clean a project's resources.
[Bug `1584596 <https://bugs.launchpad.net/bugs/1584596>`_] [Bug `1584596 <https://bugs.launchpad.net/bugs/1584596>`_]

View File

@ -0,0 +1,7 @@
---
features:
- |
Added ``--egress`` and ``--ingress`` options to
``network qos rule create`` and ``network qos rule set`` commands.
This adds directionality to Network QoS ``bandwidth-limit`` rule type.
[Bug `1614121 <https://bugs.launchpad.net/python-openstackclient/+bug/1614121>`_]

View File

@ -1,6 +1,6 @@
--- ---
fixes: fixes:
- | - |
Make ``role assignment list`` callable without administrator permissions Make the ``role assignment list`` command callable without administrator
if restricted to own project with ``--project`` parameter. permissions if restricted to the user's own project with the ``--project`` option.
[Bug `1658189 <https://bugs.launchpad.net/python-openstackclient/+bug/1658189>`_] [Bug `1658189 <https://bugs.launchpad.net/python-openstackclient/+bug/1658189>`_]

View File

@ -1,9 +1,8 @@
--- ---
fixes: fixes:
- | - |
Make ``block-device-mapping`` option of ``server create`` command more Clarify the ``--block-device-mapping`` option of the ``server create``
stable and clear. Fix ValueError when input block device mapping option in command: fix ValueError when the ``--block-device-mapping`` option's
wrong format. Support to create block device from snapshot. Add details in argument is in the wrong format; support creating a block device from
help message about block-device-mapping option format and regular value of a snapshot; add details to the help output about the option format.
each item.
[Bug `1667266 <https://bugs.launchpad.net/python-openstackclient/+bug/1667266>`_] [Bug `1667266 <https://bugs.launchpad.net/python-openstackclient/+bug/1667266>`_]

View File

@ -1,7 +1,7 @@
--- ---
fixes: fixes:
- | - |
Allow security groups in ``server create`` command to be specified by name or ID with Allow the ``--security-group`` option from the ``server create`` command
the ``--security-group`` option. This also checks that the security group exist before to be specified by name or ID. This also checks that the security group exist
creating the server. before creating the server.
[Bug `1687814 <https://bugs.launchpad.net/python-openstackclient/+bug/1687814>`_] [Bug `1687814 <https://bugs.launchpad.net/python-openstackclient/+bug/1687814>`_]

View File

@ -3,5 +3,4 @@ fixes:
- | - |
Fixed an issue where a trust could not be created if multiple roles had Fixed an issue where a trust could not be created if multiple roles had
the same name. A role's ID is now sent to the identity service instead. the same name. A role's ID is now sent to the identity service instead.
[Bug `1696111 <https://bugs.launchpad.net/keystone/+bug/1696111>`_]
[Bug '1696111 <https://bugs.launchpad.net/keystone/+bug/1696111>'_]

View File

@ -1,9 +1,8 @@
--- ---
fixes: fixes:
- | - |
Fix an issue when run commands `project show`, `user show` and `user set` Fix an issue with the ``--domain`` option when used with the ``project show``,
with `--domain` specific, the domain filter won't work if the login user's ``user show`` and ``user set`` commands. The domain filter did not work when
project name or user name is same with the resource name user hoping to the login user's project name or user name is the same as the requested resource
get. name in the specified domain.
[Bug `1704097 <https://bugs.launchpad.net/python-openstackclient/+bug/1704097>`_] [Bug `1704097 <https://bugs.launchpad.net/python-openstackclient/+bug/1704097>`_]

View File

@ -2,4 +2,4 @@
features: features:
- | - |
Add support for streaming Swift objects to stdout when using the ``object Add support for streaming Swift objects to stdout when using the ``object
save`` command, by specifying ``--filename -``. save`` command by specifying ``-`` as a file name: ``--filename -``.