3.4.0 release note cleanup

Change-Id: I4023e80da43e0cb28150db2892f301d141d63ef8
This commit is contained in:
Dean Troyer 2016-11-15 15:27:52 -06:00
parent 0ac4370c09
commit ad5ae83a34
9 changed files with 32 additions and 7 deletions

View File

@ -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.

View File

@ -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`]

View File

@ -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.

View 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>`_]:

View File

@ -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>`_]

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Fix ``router unset --route`` to correctly removed routes.
[Bug `1631471 <https://bugs.launchpad.net/bugs/1631471>`_]

View 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>`_]:

View File

@ -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>`_]

View 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>`_]