Merge "Release notes cleanup"

This commit is contained in:
Jenkins 2016-05-25 19:28:26 +00:00 committed by Gerrit Code Review
commit 0ff7d6dc69
6 changed files with 16 additions and 21 deletions

View File

@ -1,9 +0,0 @@
---
features:
- |
``network create`` and ``network set`` now support
``--transparent-vlan`` and ``--no-transparent-vlan``
options to add/remove VLAN transparency attributes
from networks.
This option is available in Network V2 only.
[Bug `1545537 <https://bugs.launchpad.net/bugs/1545537>`_]

View File

@ -1,7 +1,7 @@
---
features:
- |
Add support for compute v2 ``server group`` related commands, include:
create, delete, list and show.
Add ``server group create``, ``server group delete``,
``server group list``, ``server group show`` commands.
[Bug `1542171 <https://bugs.launchpad.net/python-openstackclient/+bug/1542171>`_]
[Blueprint `nova-server-group-support <https://blueprints.launchpad.net/python-openstackclient/+spec/nova-server-group-support>`_]

View File

@ -0,0 +1,8 @@
---
features:
- |
Add ``--transparent-vlan`` and ``--no-transparent-vlan`` options to
``network create`` and ``network set`` commands to add/remove VLAN
transparency attributes from networks.
This option is available in Network V2 only.
[Bug `1545537 <https://bugs.launchpad.net/bugs/1545537>`_]

View File

@ -0,0 +1,5 @@
---
features:
- |
Adds ``volume service list`` command.
[Bug `1550999 <https://bugs.launchpad.net/python-openstackclient/+bug/1550999>`_]

View File

@ -1,5 +1,5 @@
---
features:
- Add ``address scope create``,``address scope delete``,``address scope list``,
- Add ``address scope create``, ``address scope delete``, ``address scope list``,
``address scope set`` and ``address scope show`` commands.
[Bug `1566269 <https://bugs.launchpad.net/python-openstackclient/+bug/1566269>`_]

View File

@ -1,9 +0,0 @@
---
features:
- |
Adds support for volume service list.
An user can list available volume services by using
``volume service list``
[Bug 1550999 'https://bugs.launchpad.net/python-openstackclient/+bug/1550999'_]