3.4.0 release note cleanup
Change-Id: I4023e80da43e0cb28150db2892f301d141d63ef8
This commit is contained in:
parent
0ac4370c09
commit
ad5ae83a34
@ -1,4 +1,4 @@
|
||||
---
|
||||
features:
|
||||
- The ``openstack volume backup list`` command now supports the
|
||||
``all-projects`` option to list volume backups accross all projects.
|
||||
- Add ``--all-projects`` option to the ``volume backup list`` command
|
||||
to list volume backups accross all projects.
|
||||
|
@ -7,6 +7,3 @@ features:
|
||||
Add ``--description`` option to ``router set`` and
|
||||
``router create`` commands.
|
||||
[Blueprint :oscbp:`network-commands-options`]
|
||||
|
|
||||
Adds ``--description`` option to ``security group rule create``.
|
||||
[Blueprint :oscbp:`network-commands-options`]
|
||||
|
@ -1,5 +1,8 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
Add ``--description`` option to ``security group rule create`` command.
|
||||
[Blueprint :oscbp:`network-commands-options`]
|
||||
- |
|
||||
Add ``--description`` option to ``port set`` and
|
||||
``port create`` commands.
|
||||
|
6
releasenotes/notes/bug-1518059-e2dbe6e4b2473f10.yaml
Normal file
6
releasenotes/notes/bug-1518059-e2dbe6e4b2473f10.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fix the ``--block-migration`` and ``--shared-migration`` options for
|
||||
``server migrate`` to send the correct values to the Compute API.
|
||||
[Bug `1518059 <https://bugs.launchpad.net/bugs/1518059>`_]:
|
@ -3,4 +3,4 @@ features:
|
||||
- |
|
||||
Add ``--ingress``, ``--egress`` and ``--protocol`` options to
|
||||
``security group rule list`` command.
|
||||
[Bug `1613533 <https://bugs.launchpad.net/bugs/1613533>`_]
|
||||
[Bug `1613533 <https://bugs.launchpad.net/bugs/1613533>`_]
|
||||
|
5
releasenotes/notes/bug-1631471-beb0a1c9b4a932cb.yaml
Normal file
5
releasenotes/notes/bug-1631471-beb0a1c9b4a932cb.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fix ``router unset --route`` to correctly removed routes.
|
||||
[Bug `1631471 <https://bugs.launchpad.net/bugs/1631471>`_]
|
6
releasenotes/notes/bug-1634672-7ce577f3adc34eed.yaml
Normal file
6
releasenotes/notes/bug-1634672-7ce577f3adc34eed.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fix ``--no-allocation-pool`` option for ``subnet set`` command to
|
||||
send the correct value to the Network API.
|
||||
[Bug `1518059 <https://bugs.launchpad.net/bugs/1518059>`_]:
|
@ -1,5 +1,6 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
Add ``--name``, ``--enable``, ``--disable`` to ``os router list``
|
||||
Add ``--name``, ``--enable``, ``--disable`` options to
|
||||
``router list`` command.
|
||||
[Bug `1637945 <https://bugs.launchpad.net/bugs/1637945>`_]
|
||||
|
7
releasenotes/notes/cliff-2.3.0-7ead18fae9ceea80.yaml
Normal file
7
releasenotes/notes/cliff-2.3.0-7ead18fae9ceea80.yaml
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Cliff 2.3.0: The shell formatter would emit invalid shell variable
|
||||
names for field names that contain colons ('``:``') and dashes ('``-``'),
|
||||
these are now replaced by underscores ('``_``').
|
||||
[Bug `1616323 <https://bugs.launchpad.net/bugs/1616323>`_]
|
Loading…
Reference in New Issue
Block a user