Skip to content

Commit 17c0c70

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "3.4.0 release note cleanup"
2 parents 16ffc51 + ad5ae83 commit 17c0c70

9 files changed

Lines changed: 32 additions & 7 deletions
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
features:
3-
- The ``openstack volume backup list`` command now supports the
4-
``all-projects`` option to list volume backups accross all projects.
3+
- Add ``--all-projects`` option to the ``volume backup list`` command
4+
to list volume backups accross all projects.

releasenotes/notes/bp-neutron-client-descriptions-a80902b4295843cf.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,3 @@ features:
77
Add ``--description`` option to ``router set`` and
88
``router create`` commands.
99
[Blueprint :oscbp:`network-commands-options`]
10-
|
11-
Adds ``--description`` option to ``security group rule create``.
12-
[Blueprint :oscbp:`network-commands-options`]

releasenotes/notes/bp-neutron-client-descriptions-b65dd776f78b5a73.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
---
22
features:
3+
- |
4+
Add ``--description`` option to ``security group rule create`` command.
5+
[Blueprint :oscbp:`network-commands-options`]
36
- |
47
Add ``--description`` option to ``port set`` and
58
``port create`` commands.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
fixes:
3+
- |
4+
Fix the ``--block-migration`` and ``--shared-migration`` options for
5+
``server migrate`` to send the correct values to the Compute API.
6+
[Bug `1518059 <https://bugs.launchpad.net/bugs/1518059>`_]:

releasenotes/notes/bug-1613533-93279179c6f70117.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ features:
33
- |
44
Add ``--ingress``, ``--egress`` and ``--protocol`` options to
55
``security group rule list`` command.
6-
[Bug `1613533 <https://bugs.launchpad.net/bugs/1613533>`_]
6+
[Bug `1613533 <https://bugs.launchpad.net/bugs/1613533>`_]
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
fixes:
3+
- |
4+
Fix ``router unset --route`` to correctly removed routes.
5+
[Bug `1631471 <https://bugs.launchpad.net/bugs/1631471>`_]
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
fixes:
3+
- |
4+
Fix ``--no-allocation-pool`` option for ``subnet set`` command to
5+
send the correct value to the Network API.
6+
[Bug `1518059 <https://bugs.launchpad.net/bugs/1518059>`_]:
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
features:
33
- |
4-
Add ``--name``, ``--enable``, ``--disable`` to ``os router list``
4+
Add ``--name``, ``--enable``, ``--disable`` options to
5+
``router list`` command.
56
[Bug `1637945 <https://bugs.launchpad.net/bugs/1637945>`_]
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
fixes:
3+
- |
4+
Cliff 2.3.0: The shell formatter would emit invalid shell variable
5+
names for field names that contain colons ('``:``') and dashes ('``-``'),
6+
these are now replaced by underscores ('``_``').
7+
[Bug `1616323 <https://bugs.launchpad.net/bugs/1616323>`_]

0 commit comments

Comments
 (0)