Release note cleanups for 2.6.0

Change-Id: I7c19cac77f1236c8241d18f2bdde83917e50fae9
This commit is contained in:
Dean Troyer 2016-06-03 15:01:12 -05:00
parent 1244d4d5fe
commit d24c255e43
10 changed files with 26 additions and 27 deletions

View File

@ -1,4 +1,3 @@
---
features:
- |
Add support for the ``server backup create`` command
- Add ``server backup create`` command

View File

@ -0,0 +1,5 @@
---
upgrade:
- |
``address scope delete`` command now accepts multiple address scopes
in a single command

View File

@ -1,7 +1,6 @@
---
features:
- Add support for the ``network segment`` command object via the
``network segment list`` and ``network segment show`` commands.
- Add ``network segment list`` and ``network segment show`` commands.
These are beta commands and subject to change. Use global option
``--os-beta-command`` to enable these commands.
[Blueprint `routed-networks <https://blueprints.launchpad.net/neutron/+spec/routed-networks>`_]

View File

@ -0,0 +1,5 @@
---
features:
- |
Add ``volume transfer request list`` command
[:lpbug:`1554886`]

View File

@ -1,6 +1,10 @@
---
features:
- |
Added support for setting flavor access to project by using below command
``flavor set <flavor> --project <project>``
[Bug `1575461 <https://bugs.launchpad.net/python-openstackclient/+bug/1575461>`_]
Add ``--project`` option to ``flavor set`` command to set project access
to a flavor
[:lpbug:`1575461`]
- |
Add ``--project`` option to ``flavor unset`` command to remove project access
to a flavor
[:lpbug:`1575461`]

View File

@ -1,6 +0,0 @@
---
features:
- |
Added support for removing flavor access from project by using below command
``flavor unset <flavor> --project <project> --project-domain <project-domain>``
[Bug `1575461 <https://bugs.launchpad.net/python-openstackclient/+bug/1575461>`_]

View File

@ -1,4 +1,4 @@
---
features:
- Add "image unset" command.
[Bug '1582968 <https://bugs.launchpad.net/python-openstackclient/+bug/1582968>']
- Add ``image unset`` command
[:lpbug:`1582968`]

View File

@ -1,3 +1,5 @@
---
upgrade:
- Command ``compute agent delete`` now supports deleting multiple agents.
- |
``compute agent delete`` command now supports deleting multiple agents
in a single command

View File

@ -1,5 +1,5 @@
---
features:
- |
Add support for the ``ip availability list`` and ``ip availability show`` commands.
[Blueprint `neutron-ip-capacity <https://blueprints.launchpad.net/python-openstackclient/+spec/neutron-ip-capacity>`_]
Add ``ip availability list`` and ``ip availability show`` commands
[Blueprint :oscbp:`neutron-ip-capacity`]

View File

@ -1,9 +0,0 @@
---
features:
- |
Adds support for volume transfer request.
An user can list available volume transfer requests using
``volume transfer request list``
[Bug `1554886 <https://bugs.launchpad.net/bugs/1554886>`_]