Clean up release notes since 2.2.0 release
* Remove release notes for changes to commands that have not been released yet * Combine notes for common command sets (ie, new port commands) * Rename notes with bugs to the bug-NNNNN-XXXXXXX form Change-Id: I6216aad443056ada2fe28ba533bf20a09f118e4d
This commit is contained in:
parent
2a9ba9db30
commit
ad6727df88
@ -1,4 +1,4 @@
|
|||||||
---
|
---
|
||||||
features:
|
features:
|
||||||
- |
|
- |
|
||||||
Add support for the ``--disable-reason`` of ``service set`` command
|
Add ``--disable-reason`` option to the ``service set`` command
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
---
|
|
||||||
features:
|
|
||||||
- |
|
|
||||||
New options have been added to the ``network create`` command
|
|
||||||
to support external network functionality. The new options are
|
|
||||||
``--external/--internal`` and suboptions to ``external``:
|
|
||||||
``--default/--no-default``.
|
|
||||||
These options are available for Networkv2 only.
|
|
||||||
[Bug `1545537 <https://bugs.launchpad.net/bugs/1545537>`_]
|
|
@ -1,4 +0,0 @@
|
|||||||
---
|
|
||||||
features:
|
|
||||||
- |
|
|
||||||
Port name can now be updated using ``port set``
|
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
features:
|
features:
|
||||||
- |
|
- |
|
||||||
Add support for the ``port set`` command.
|
Add support for the ``port create``, ``port list`` and ``port set`` commands.
|
||||||
[Bug `1519909 <https://bugs.launchpad.net/python-openstackclient/+bug/1519909>`_]
|
[Bug `1519909 <https://bugs.launchpad.net/python-openstackclient/+bug/1519909>`_]
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
features:
|
|
||||||
- |
|
|
||||||
Add support for the ``port create`` command.
|
|
||||||
[Bug `1519909 <https://bugs.launchpad.net/python-openstackclient/+bug/1519909>`_]
|
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
features:
|
|
||||||
- |
|
|
||||||
Add support for the ``port list`` command.
|
|
||||||
[Bug `1519909 <https://bugs.launchpad.net/python-openstackclient/+bug/1519909>`_]
|
|
@ -1,9 +0,0 @@
|
|||||||
---
|
|
||||||
features:
|
|
||||||
- |
|
|
||||||
New options have been added to the ``network create`` command
|
|
||||||
to support provider network functionality.
|
|
||||||
These options are ``--provider-network-type``, ``--provider-physical-network``,
|
|
||||||
and ``--provider-segmentation-id``.
|
|
||||||
These options are available for Networkv2 only
|
|
||||||
[Bug `1545537 <https://bugs.launchpad.net/bugs/1545537>`_]
|
|
@ -1,4 +1,4 @@
|
|||||||
---
|
---
|
||||||
features:
|
features:
|
||||||
- |
|
- |
|
||||||
Add support for the ``server restore`` command.
|
Add ``server restore`` command
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
features:
|
|
||||||
- Fixed-IP information and binding profile information
|
|
||||||
in ports can now be cleared using ``--no-fixed-ip``
|
|
||||||
and ``--no-binding-profile`` with ``port set``
|
|
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
features:
|
features:
|
||||||
- The ``security group create`` command now uses Network v2 when
|
- The ``security group create``, ``security group set`` and
|
||||||
|
``security group show`` commands now uses Network v2 when
|
||||||
enabled which results in a more detailed output for network
|
enabled which results in a more detailed output for network
|
||||||
security group rules.
|
security group rules.
|
||||||
[Bug `1519511 <https://bugs.launchpad.net/bugs/1519511>`_]
|
[Bug `1519511 <https://bugs.launchpad.net/bugs/1519511>`_]
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
---
|
|
||||||
features:
|
|
||||||
- The ``security group show`` command now uses Network v2 when
|
|
||||||
enabled which results in a more detailed output for network
|
|
||||||
security group rules.
|
|
||||||
[Bug `1519511 <https://bugs.launchpad.net/bugs/1519511>`_]
|
|
@ -1,7 +1,5 @@
|
|||||||
---
|
---
|
||||||
features:
|
features:
|
||||||
- Add ``subnet pool create`` command.
|
- Add ``subnet pool create`` and ``subnet pool set`` commands.
|
||||||
[Bug `1544586 <https://bugs.launchpad.net/python-openstackclient/+bug/1544586>`_]
|
|
||||||
- Command ``subnet pool create`` now supports ``--project`` and
|
|
||||||
``--project-domain`` options.
|
|
||||||
[Bug `1544586 <https://bugs.launchpad.net/python-openstackclient/+bug/1544586>`_]
|
[Bug `1544586 <https://bugs.launchpad.net/python-openstackclient/+bug/1544586>`_]
|
||||||
|
[Bug `1544591 <https://bugs.launchpad.net/python-openstackclient/+bug/1544591>`_]
|
@ -1,4 +0,0 @@
|
|||||||
---
|
|
||||||
features:
|
|
||||||
- Add ``subnet pool set`` command.
|
|
||||||
[Bug `1544591 <https://bugs.launchpad.net/python-openstackclient/+bug/1544591>`_]
|
|
8
releasenotes/notes/bug-1545537-12bbf01d2280dd2f.yaml
Normal file
8
releasenotes/notes/bug-1545537-12bbf01d2280dd2f.yaml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- |
|
||||||
|
Add provider network options ``--provider-network-type``,
|
||||||
|
``--provider-physical-network``, and ``--provider-segmentation-id``
|
||||||
|
to the ``network create`` command.
|
||||||
|
These options are available for Networkv2 only
|
||||||
|
[Bug `1545537 <https://bugs.launchpad.net/bugs/1545537>`_]
|
7
releasenotes/notes/bug-1545537-7a66219d263bb1e5.yaml
Normal file
7
releasenotes/notes/bug-1545537-7a66219d263bb1e5.yaml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- |
|
||||||
|
Add external network options ``--external|--internal`` and ``--external``
|
||||||
|
suboptions ``--default|--no-default`` to the ``network create`` command.
|
||||||
|
These options are available for Networkv2 only.
|
||||||
|
[Bug `1545537 <https://bugs.launchpad.net/bugs/1545537>`_]
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
fixes:
|
features:
|
||||||
- |
|
- |
|
||||||
Added support for setting volume image property.
|
Added ``--image-property`` option to ``volume set`` command
|
||||||
|
|
||||||
Image properties are copied from image when volume is created.
|
Image properties are copied from image when volume is created.
|
||||||
But since a volume is mutable, user sometime wants to update
|
But since a volume is mutable, user sometime wants to update
|
||||||
@ -11,4 +11,4 @@ fixes:
|
|||||||
using below command:
|
using below command:
|
||||||
``volume set --image-property <key=value> <volume>``.
|
``volume set --image-property <key=value> <volume>``.
|
||||||
|
|
||||||
[Bug 'https://bugs.launchpad.net/python-openstackclient/+bug/1554877'_]
|
[Bug '1554877 <https://bugs.launchpad.net/python-openstackclient/+bug/1554877>'_]
|
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
fixes:
|
features:
|
||||||
- |
|
- |
|
||||||
Added support for deleting volume image property.
|
Added ``--image-property`` option to ``volume unset`` command
|
||||||
|
|
||||||
Image properties are copied from image when volume is created.
|
Image properties are copied from image when volume is created.
|
||||||
But since a volume is mutable, user sometime wants to delete
|
But since a volume is mutable, user sometime wants to delete
|
||||||
@ -11,4 +11,4 @@ fixes:
|
|||||||
using below command:
|
using below command:
|
||||||
``volume unset [--image-property <key>] <volume>``.
|
``volume unset [--image-property <key>] <volume>``.
|
||||||
|
|
||||||
[Bug 'https://bugs.launchpad.net/python-openstackclient/+bug/1554879'_]
|
[Bug '1554879 <https://bugs.launchpad.net/python-openstackclient/+bug/1554879>'_]
|
@ -1,7 +0,0 @@
|
|||||||
---
|
|
||||||
fixes:
|
|
||||||
- Change the ``--device-id`` option to ``--device`` and the ``--host-id``
|
|
||||||
option to ``--host`` for the ``port create`` and ``pot set`` commands.
|
|
||||||
The original options are deprecated and maintained for backward compatibility
|
|
||||||
until at least March 2017.
|
|
||||||
[Bug `1558677 <https://bugs.launchpad.net/python-openstackclient/+bug/1558677>`_]
|
|
6
releasenotes/notes/bug-1565112-e0cea9bfbcab954f.yaml
Normal file
6
releasenotes/notes/bug-1565112-e0cea9bfbcab954f.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- Add global options ``os-cert`` and --os-key`` to support client
|
||||||
|
certificate/key. Environment variables OS_CERT and OS_KEY, as well
|
||||||
|
as the ``cert`` and ``key`` values in clouds.yaml may also be used
|
||||||
|
[Bug `1565112 <https://bugs.launchpad.net/bugs/1565112>`_]
|
@ -1,6 +0,0 @@
|
|||||||
---
|
|
||||||
features:
|
|
||||||
- Support client certificate/key. Client certificate/key can be provided
|
|
||||||
using --os-cert/--os-key options, $OS_CERT/$OS_KEY environment
|
|
||||||
variables or os-client-config config.
|
|
||||||
[Bug `1565112 <https://bugs.launchpad.net/bugs/1565112>`_]
|
|
Loading…
x
Reference in New Issue
Block a user