Skip to content

Commit 1f2295c

Browse files
author
Dean Troyer
committed
Release note cleanup for 3.12.0
Change-Id: I1fab42256e7b01d2efc23af686554e0325a48af6
1 parent 199c13c commit 1f2295c

11 files changed

Lines changed: 31 additions & 33 deletions

doc/source/cli/backwards-incompatible.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ Backwards Incompatible Changes
2727
.. * Remove in: <5.0>
2828
.. * Commit: <tbd>
2929
30-
Release 3.12.0
31-
--------------
30+
Release 3.12
31+
------------
3232

3333
1. Replace ``Display Name`` by ``Name`` in volume list.
3434

releasenotes/notes/add-direction-to-network-qos-bw-limit-rule-a3c5b6892074d5ae.yaml

Lines changed: 0 additions & 8 deletions
This file was deleted.
Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
---
22
features:
33
- |
4-
Add network l3-agent related commands ``network agent add router``,
5-
``network agent remove router`` for adding/removing routers to l3 agents.
6-
Add ``network agent list --router``, and ``router list --agent`` for
7-
listing agents on routers and routers on specific agents.
4+
Add ``network agent add router`` and ``network agent remove router``
5+
commands for adding/removing routers to network l3 agents.
6+
[Blueprint :oscbp:`network-l3-commands`]
7+
- |
8+
Add ``--router`` option to ``network agent list`` to filter by router,
9+
and ``--agent`` option to ``router list`` command to filter by agent.
810
[Blueprint :oscbp:`network-l3-commands`]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
fixes:
2+
features:
33
- |
44
Add command ``openstack project purge`` to clean a project's resources.
55
[Bug `1584596 <https://bugs.launchpad.net/bugs/1584596>`_]
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
features:
3+
- |
4+
Added ``--egress`` and ``--ingress`` options to
5+
``network qos rule create`` and ``network qos rule set`` commands.
6+
This adds directionality to Network QoS ``bandwidth-limit`` rule type.
7+
[Bug `1614121 <https://bugs.launchpad.net/python-openstackclient/+bug/1614121>`_]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
fixes:
33
- |
4-
Make ``role assignment list`` callable without administrator permissions
5-
if restricted to own project with ``--project`` parameter.
4+
Make the ``role assignment list`` command callable without administrator
5+
permissions if restricted to the user's own project with the ``--project`` option.
66
[Bug `1658189 <https://bugs.launchpad.net/python-openstackclient/+bug/1658189>`_]
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
22
fixes:
33
- |
4-
Make ``block-device-mapping`` option of ``server create`` command more
5-
stable and clear. Fix ValueError when input block device mapping option in
6-
wrong format. Support to create block device from snapshot. Add details in
7-
help message about block-device-mapping option format and regular value of
8-
each item.
4+
Clarify the ``--block-device-mapping`` option of the ``server create``
5+
command: fix ValueError when the ``--block-device-mapping`` option's
6+
argument is in the wrong format; support creating a block device from
7+
a snapshot; add details to the help output about the option format.
98
[Bug `1667266 <https://bugs.launchpad.net/python-openstackclient/+bug/1667266>`_]
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
fixes:
33
- |
4-
Allow security groups in ``server create`` command to be specified by name or ID with
5-
the ``--security-group`` option. This also checks that the security group exist before
6-
creating the server.
4+
Allow the ``--security-group`` option from the ``server create`` command
5+
to be specified by name or ID. This also checks that the security group exist
6+
before creating the server.
77
[Bug `1687814 <https://bugs.launchpad.net/python-openstackclient/+bug/1687814>`_]

releasenotes/notes/bug-1696111-e2cf9233fa872eb7.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ fixes:
33
- |
44
Fixed an issue where a trust could not be created if multiple roles had
55
the same name. A role's ID is now sent to the identity service instead.
6-
7-
[Bug '1696111 <https://bugs.launchpad.net/keystone/+bug/1696111>'_]
6+
[Bug `1696111 <https://bugs.launchpad.net/keystone/+bug/1696111>`_]
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
---
22
fixes:
33
- |
4-
Fix an issue when run commands `project show`, `user show` and `user set`
5-
with `--domain` specific, the domain filter won't work if the login user's
6-
project name or user name is same with the resource name user hoping to
7-
get.
8-
4+
Fix an issue with the ``--domain`` option when used with the ``project show``,
5+
``user show`` and ``user set`` commands. The domain filter did not work when
6+
the login user's project name or user name is the same as the requested resource
7+
name in the specified domain.
98
[Bug `1704097 <https://bugs.launchpad.net/python-openstackclient/+bug/1704097>`_]

0 commit comments

Comments
 (0)