From ad6727df8800a61a5890995a1e572e6f5b9bab01 Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Thu, 7 Apr 2016 09:54:54 -0500 Subject: [PATCH] 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 --- .../notes/add-disable-reason-6e0f28459a09a60d.yaml | 2 +- .../notes/add-external-options-7a66219d263bb1e5.yaml | 9 --------- .../notes/add-name-to-port-set-eefa081225bf8b49.yaml | 4 ---- ...d48f.yaml => add-port-commands-a3580662721a6312.yaml} | 2 +- .../notes/add-port-create-command-a3580662721a6312.yaml | 5 ----- .../notes/add-port-list-command-29b4452003bc6bab.yaml | 5 ----- .../notes/add-provider-options-12bbf01d2280dd2f.yaml | 9 --------- .../notes/add-restore-server-d8c73e0e83df17dd.yaml | 2 +- .../add-unset-fixed-ip-option-9b1832d0f7f71eda.yaml | 5 ----- releasenotes/notes/bug-1519511-65b8901ae6ea2e63.yaml | 3 ++- releasenotes/notes/bug-1519511-68ca30ad5519d3d8.yaml | 6 ------ releasenotes/notes/bug-1544586-0e6ca9a09dac0726.yaml | 6 ++---- releasenotes/notes/bug-1544591-267fd16cc5efffe6.yaml | 4 ---- releasenotes/notes/bug-1545537-12bbf01d2280dd2f.yaml | 8 ++++++++ releasenotes/notes/bug-1545537-7a66219d263bb1e5.yaml | 7 +++++++ ...791eab45b7.yaml => bug-1554877-7f8479791eab45b7.yaml} | 6 +++--- ...07eba8357a.yaml => bug-1554879-118c6007eba8357a.yaml} | 6 +++--- releasenotes/notes/bug-1558677-a85f0c548306ba80.yaml | 7 ------- releasenotes/notes/bug-1565112-e0cea9bfbcab954f.yaml | 6 ++++++ releasenotes/notes/bug_1565112-e0cea9bfbcab954f.yaml | 6 ------ 20 files changed, 34 insertions(+), 74 deletions(-) delete mode 100644 releasenotes/notes/add-external-options-7a66219d263bb1e5.yaml delete mode 100644 releasenotes/notes/add-name-to-port-set-eefa081225bf8b49.yaml rename releasenotes/notes/{add-port-set-command-2b4fe38ec71ad48f.yaml => add-port-commands-a3580662721a6312.yaml} (56%) delete mode 100644 releasenotes/notes/add-port-create-command-a3580662721a6312.yaml delete mode 100644 releasenotes/notes/add-port-list-command-29b4452003bc6bab.yaml delete mode 100644 releasenotes/notes/add-provider-options-12bbf01d2280dd2f.yaml delete mode 100644 releasenotes/notes/add-unset-fixed-ip-option-9b1832d0f7f71eda.yaml delete mode 100644 releasenotes/notes/bug-1519511-68ca30ad5519d3d8.yaml delete mode 100644 releasenotes/notes/bug-1544591-267fd16cc5efffe6.yaml create mode 100644 releasenotes/notes/bug-1545537-12bbf01d2280dd2f.yaml create mode 100644 releasenotes/notes/bug-1545537-7a66219d263bb1e5.yaml rename releasenotes/notes/{image-property_add-7f8479791eab45b7.yaml => bug-1554877-7f8479791eab45b7.yaml} (67%) rename releasenotes/notes/{image-property-delete-118c6007eba8357a.yaml => bug-1554879-118c6007eba8357a.yaml} (66%) delete mode 100644 releasenotes/notes/bug-1558677-a85f0c548306ba80.yaml create mode 100644 releasenotes/notes/bug-1565112-e0cea9bfbcab954f.yaml delete mode 100644 releasenotes/notes/bug_1565112-e0cea9bfbcab954f.yaml diff --git a/releasenotes/notes/add-disable-reason-6e0f28459a09a60d.yaml b/releasenotes/notes/add-disable-reason-6e0f28459a09a60d.yaml index 298ccad5c4..7f9e441431 100644 --- a/releasenotes/notes/add-disable-reason-6e0f28459a09a60d.yaml +++ b/releasenotes/notes/add-disable-reason-6e0f28459a09a60d.yaml @@ -1,4 +1,4 @@ --- features: - | - Add support for the ``--disable-reason`` of ``service set`` command + Add ``--disable-reason`` option to the ``service set`` command diff --git a/releasenotes/notes/add-external-options-7a66219d263bb1e5.yaml b/releasenotes/notes/add-external-options-7a66219d263bb1e5.yaml deleted file mode 100644 index 7b8eaff00f..0000000000 --- a/releasenotes/notes/add-external-options-7a66219d263bb1e5.yaml +++ /dev/null @@ -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 `_] diff --git a/releasenotes/notes/add-name-to-port-set-eefa081225bf8b49.yaml b/releasenotes/notes/add-name-to-port-set-eefa081225bf8b49.yaml deleted file mode 100644 index 13ecad265a..0000000000 --- a/releasenotes/notes/add-name-to-port-set-eefa081225bf8b49.yaml +++ /dev/null @@ -1,4 +0,0 @@ ---- -features: - - | - Port name can now be updated using ``port set`` \ No newline at end of file diff --git a/releasenotes/notes/add-port-set-command-2b4fe38ec71ad48f.yaml b/releasenotes/notes/add-port-commands-a3580662721a6312.yaml similarity index 56% rename from releasenotes/notes/add-port-set-command-2b4fe38ec71ad48f.yaml rename to releasenotes/notes/add-port-commands-a3580662721a6312.yaml index 89784d2b7f..a5a12567da 100644 --- a/releasenotes/notes/add-port-set-command-2b4fe38ec71ad48f.yaml +++ b/releasenotes/notes/add-port-commands-a3580662721a6312.yaml @@ -1,5 +1,5 @@ --- features: - | - Add support for the ``port set`` command. + Add support for the ``port create``, ``port list`` and ``port set`` commands. [Bug `1519909 `_] diff --git a/releasenotes/notes/add-port-create-command-a3580662721a6312.yaml b/releasenotes/notes/add-port-create-command-a3580662721a6312.yaml deleted file mode 100644 index 4fafb42c00..0000000000 --- a/releasenotes/notes/add-port-create-command-a3580662721a6312.yaml +++ /dev/null @@ -1,5 +0,0 @@ ---- -features: - - | - Add support for the ``port create`` command. - [Bug `1519909 `_] diff --git a/releasenotes/notes/add-port-list-command-29b4452003bc6bab.yaml b/releasenotes/notes/add-port-list-command-29b4452003bc6bab.yaml deleted file mode 100644 index 6c62539714..0000000000 --- a/releasenotes/notes/add-port-list-command-29b4452003bc6bab.yaml +++ /dev/null @@ -1,5 +0,0 @@ ---- -features: - - | - Add support for the ``port list`` command. - [Bug `1519909 `_] \ No newline at end of file diff --git a/releasenotes/notes/add-provider-options-12bbf01d2280dd2f.yaml b/releasenotes/notes/add-provider-options-12bbf01d2280dd2f.yaml deleted file mode 100644 index 68de08190f..0000000000 --- a/releasenotes/notes/add-provider-options-12bbf01d2280dd2f.yaml +++ /dev/null @@ -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 `_] diff --git a/releasenotes/notes/add-restore-server-d8c73e0e83df17dd.yaml b/releasenotes/notes/add-restore-server-d8c73e0e83df17dd.yaml index 09d3b58289..e6d221117b 100644 --- a/releasenotes/notes/add-restore-server-d8c73e0e83df17dd.yaml +++ b/releasenotes/notes/add-restore-server-d8c73e0e83df17dd.yaml @@ -1,4 +1,4 @@ --- features: - | - Add support for the ``server restore`` command. + Add ``server restore`` command diff --git a/releasenotes/notes/add-unset-fixed-ip-option-9b1832d0f7f71eda.yaml b/releasenotes/notes/add-unset-fixed-ip-option-9b1832d0f7f71eda.yaml deleted file mode 100644 index 759e2ca904..0000000000 --- a/releasenotes/notes/add-unset-fixed-ip-option-9b1832d0f7f71eda.yaml +++ /dev/null @@ -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`` diff --git a/releasenotes/notes/bug-1519511-65b8901ae6ea2e63.yaml b/releasenotes/notes/bug-1519511-65b8901ae6ea2e63.yaml index 843c6cafa7..3122f83cac 100644 --- a/releasenotes/notes/bug-1519511-65b8901ae6ea2e63.yaml +++ b/releasenotes/notes/bug-1519511-65b8901ae6ea2e63.yaml @@ -1,6 +1,7 @@ --- 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 security group rules. [Bug `1519511 `_] diff --git a/releasenotes/notes/bug-1519511-68ca30ad5519d3d8.yaml b/releasenotes/notes/bug-1519511-68ca30ad5519d3d8.yaml deleted file mode 100644 index d69244e6c2..0000000000 --- a/releasenotes/notes/bug-1519511-68ca30ad5519d3d8.yaml +++ /dev/null @@ -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 `_] diff --git a/releasenotes/notes/bug-1544586-0e6ca9a09dac0726.yaml b/releasenotes/notes/bug-1544586-0e6ca9a09dac0726.yaml index fdbd6fd18b..d1fc20c9e1 100644 --- a/releasenotes/notes/bug-1544586-0e6ca9a09dac0726.yaml +++ b/releasenotes/notes/bug-1544586-0e6ca9a09dac0726.yaml @@ -1,7 +1,5 @@ --- features: - - Add ``subnet pool create`` command. - [Bug `1544586 `_] - - Command ``subnet pool create`` now supports ``--project`` and - ``--project-domain`` options. + - Add ``subnet pool create`` and ``subnet pool set`` commands. [Bug `1544586 `_] + [Bug `1544591 `_] \ No newline at end of file diff --git a/releasenotes/notes/bug-1544591-267fd16cc5efffe6.yaml b/releasenotes/notes/bug-1544591-267fd16cc5efffe6.yaml deleted file mode 100644 index 130af91130..0000000000 --- a/releasenotes/notes/bug-1544591-267fd16cc5efffe6.yaml +++ /dev/null @@ -1,4 +0,0 @@ ---- -features: - - Add ``subnet pool set`` command. - [Bug `1544591 `_] diff --git a/releasenotes/notes/bug-1545537-12bbf01d2280dd2f.yaml b/releasenotes/notes/bug-1545537-12bbf01d2280dd2f.yaml new file mode 100644 index 0000000000..7be07a86a5 --- /dev/null +++ b/releasenotes/notes/bug-1545537-12bbf01d2280dd2f.yaml @@ -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 `_] diff --git a/releasenotes/notes/bug-1545537-7a66219d263bb1e5.yaml b/releasenotes/notes/bug-1545537-7a66219d263bb1e5.yaml new file mode 100644 index 0000000000..db0e22a1cd --- /dev/null +++ b/releasenotes/notes/bug-1545537-7a66219d263bb1e5.yaml @@ -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 `_] diff --git a/releasenotes/notes/image-property_add-7f8479791eab45b7.yaml b/releasenotes/notes/bug-1554877-7f8479791eab45b7.yaml similarity index 67% rename from releasenotes/notes/image-property_add-7f8479791eab45b7.yaml rename to releasenotes/notes/bug-1554877-7f8479791eab45b7.yaml index 724da45159..a5d602633e 100644 --- a/releasenotes/notes/image-property_add-7f8479791eab45b7.yaml +++ b/releasenotes/notes/bug-1554877-7f8479791eab45b7.yaml @@ -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. But since a volume is mutable, user sometime wants to update @@ -11,4 +11,4 @@ fixes: using below command: ``volume set --image-property ``. - [Bug 'https://bugs.launchpad.net/python-openstackclient/+bug/1554877'_] + [Bug '1554877 '_] diff --git a/releasenotes/notes/image-property-delete-118c6007eba8357a.yaml b/releasenotes/notes/bug-1554879-118c6007eba8357a.yaml similarity index 66% rename from releasenotes/notes/image-property-delete-118c6007eba8357a.yaml rename to releasenotes/notes/bug-1554879-118c6007eba8357a.yaml index deb1556799..3b9ed48782 100644 --- a/releasenotes/notes/image-property-delete-118c6007eba8357a.yaml +++ b/releasenotes/notes/bug-1554879-118c6007eba8357a.yaml @@ -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. But since a volume is mutable, user sometime wants to delete @@ -11,4 +11,4 @@ fixes: using below command: ``volume unset [--image-property ] ``. - [Bug 'https://bugs.launchpad.net/python-openstackclient/+bug/1554879'_] + [Bug '1554879 '_] diff --git a/releasenotes/notes/bug-1558677-a85f0c548306ba80.yaml b/releasenotes/notes/bug-1558677-a85f0c548306ba80.yaml deleted file mode 100644 index 15451698f0..0000000000 --- a/releasenotes/notes/bug-1558677-a85f0c548306ba80.yaml +++ /dev/null @@ -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 `_] diff --git a/releasenotes/notes/bug-1565112-e0cea9bfbcab954f.yaml b/releasenotes/notes/bug-1565112-e0cea9bfbcab954f.yaml new file mode 100644 index 0000000000..f8976e6372 --- /dev/null +++ b/releasenotes/notes/bug-1565112-e0cea9bfbcab954f.yaml @@ -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 `_] diff --git a/releasenotes/notes/bug_1565112-e0cea9bfbcab954f.yaml b/releasenotes/notes/bug_1565112-e0cea9bfbcab954f.yaml deleted file mode 100644 index 864b0ac855..0000000000 --- a/releasenotes/notes/bug_1565112-e0cea9bfbcab954f.yaml +++ /dev/null @@ -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 `_]