diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-05-25 19:28:26 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-05-25 19:28:26 +0000 |
| commit | 0ff7d6dc693fb4dd8660e35063cceecdbb9cdbc0 (patch) | |
| tree | 3c788619c2713bc78995ce67481a12b6541e6d22 | |
| parent | 0d8dab6288a81b7606c518eac3e0ea21f6d8dac3 (diff) | |
| parent | 99031cf1ed36b3c3b8c09e2c64aaa4b789eb25b9 (diff) | |
| download | python-openstackclient-2.5.0.tar.gz | |
Merge "Release notes cleanup"2.5.0
| -rw-r--r-- | releasenotes/notes/add-vlan-transparent-option-4fa72fbfbbe3f31e.yaml | 9 | ||||
| -rw-r--r-- | releasenotes/notes/bug-1542171-fde165df53216726.yaml (renamed from releasenotes/notes/add-server-group-command-fde165df53216726.yaml) | 4 | ||||
| -rw-r--r-- | releasenotes/notes/bug-1545537-4fa72fbfbbe3f31e.yaml | 8 | ||||
| -rw-r--r-- | releasenotes/notes/bug-1550999-5e352a71dfbc828d.yaml | 5 | ||||
| -rw-r--r-- | releasenotes/notes/bug-1566269-2572bca9157ca107.yaml | 2 | ||||
| -rw-r--r-- | releasenotes/notes/volume_service-5e352a71dfbc828d.yaml | 9 |
6 files changed, 16 insertions, 21 deletions
diff --git a/releasenotes/notes/add-vlan-transparent-option-4fa72fbfbbe3f31e.yaml b/releasenotes/notes/add-vlan-transparent-option-4fa72fbfbbe3f31e.yaml deleted file mode 100644 index 508fb81c..00000000 --- a/releasenotes/notes/add-vlan-transparent-option-4fa72fbfbbe3f31e.yaml +++ /dev/null @@ -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>`_]
\ No newline at end of file diff --git a/releasenotes/notes/add-server-group-command-fde165df53216726.yaml b/releasenotes/notes/bug-1542171-fde165df53216726.yaml index 63b7b7a4..b0f3a256 100644 --- a/releasenotes/notes/add-server-group-command-fde165df53216726.yaml +++ b/releasenotes/notes/bug-1542171-fde165df53216726.yaml @@ -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>`_] diff --git a/releasenotes/notes/bug-1545537-4fa72fbfbbe3f31e.yaml b/releasenotes/notes/bug-1545537-4fa72fbfbbe3f31e.yaml new file mode 100644 index 00000000..c38eac96 --- /dev/null +++ b/releasenotes/notes/bug-1545537-4fa72fbfbbe3f31e.yaml @@ -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>`_]
\ No newline at end of file diff --git a/releasenotes/notes/bug-1550999-5e352a71dfbc828d.yaml b/releasenotes/notes/bug-1550999-5e352a71dfbc828d.yaml new file mode 100644 index 00000000..168da1a0 --- /dev/null +++ b/releasenotes/notes/bug-1550999-5e352a71dfbc828d.yaml @@ -0,0 +1,5 @@ +--- +features: + - | + Adds ``volume service list`` command. + [Bug `1550999 <https://bugs.launchpad.net/python-openstackclient/+bug/1550999>`_] diff --git a/releasenotes/notes/bug-1566269-2572bca9157ca107.yaml b/releasenotes/notes/bug-1566269-2572bca9157ca107.yaml index 9f34f67c..6354bbf5 100644 --- a/releasenotes/notes/bug-1566269-2572bca9157ca107.yaml +++ b/releasenotes/notes/bug-1566269-2572bca9157ca107.yaml @@ -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>`_] diff --git a/releasenotes/notes/volume_service-5e352a71dfbc828d.yaml b/releasenotes/notes/volume_service-5e352a71dfbc828d.yaml deleted file mode 100644 index 1cfa81cf..00000000 --- a/releasenotes/notes/volume_service-5e352a71dfbc828d.yaml +++ /dev/null @@ -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'_] |
