From 11a762e03c3d53b45888387f3c5472a37d9d9f68 Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Fri, 9 Dec 2016 11:55:48 -0600 Subject: [PATCH] 3.5.0 release note cleanup Change-Id: Ibe5e5a9a212ac483d0cb38bdb3a607d21f32e96d --- ...dd-dns-nameserver-overwrite-option-b866baeae12f9460.yaml | 6 ++---- .../add-network-service-provider-c161a4a328a8a408.yaml | 2 +- ...-port-security-enabled-to-port-set-82b801d21d45e715.yaml | 2 +- releasenotes/notes/bug-1619274-e78afd7c12ea2c3d.yaml | 6 ++++++ releasenotes/notes/bug-1642301-ad04424c80e8fe50.yaml | 6 ++++++ .../notes/rename-snapshot-commands-e0937f7143a4ef55.yaml | 2 +- 6 files changed, 17 insertions(+), 7 deletions(-) create mode 100644 releasenotes/notes/bug-1619274-e78afd7c12ea2c3d.yaml create mode 100644 releasenotes/notes/bug-1642301-ad04424c80e8fe50.yaml diff --git a/releasenotes/notes/add-dns-nameserver-overwrite-option-b866baeae12f9460.yaml b/releasenotes/notes/add-dns-nameserver-overwrite-option-b866baeae12f9460.yaml index 04f0638d6..0f902f0af 100644 --- a/releasenotes/notes/add-dns-nameserver-overwrite-option-b866baeae12f9460.yaml +++ b/releasenotes/notes/add-dns-nameserver-overwrite-option-b866baeae12f9460.yaml @@ -1,7 +1,5 @@ --- features: - | - ``subnet set`` command now allows the user to overwrite/clear dns-nameserver information - of a subnet by using the option ``no-dns-nameserver``. - [ Blueprint `allow-overwrite-set-options ` _] - + Add ``--no-dns-nameserver`` option to ``subnet set`` command. + [Blueprint `allow-overwrite-set-options `_] diff --git a/releasenotes/notes/add-network-service-provider-c161a4a328a8a408.yaml b/releasenotes/notes/add-network-service-provider-c161a4a328a8a408.yaml index 0841dd085..a8d3adae6 100644 --- a/releasenotes/notes/add-network-service-provider-c161a4a328a8a408.yaml +++ b/releasenotes/notes/add-network-service-provider-c161a4a328a8a408.yaml @@ -1,4 +1,4 @@ --- features: - | - Add support for the ``network service provider`` command. + Add ``network service provider list`` command. diff --git a/releasenotes/notes/add-port-security-enabled-to-port-set-82b801d21d45e715.yaml b/releasenotes/notes/add-port-security-enabled-to-port-set-82b801d21d45e715.yaml index 5bc395213..e392c679a 100644 --- a/releasenotes/notes/add-port-security-enabled-to-port-set-82b801d21d45e715.yaml +++ b/releasenotes/notes/add-port-security-enabled-to-port-set-82b801d21d45e715.yaml @@ -1,6 +1,6 @@ --- features: - | - Added ``--enable-port-security`` and ``--disable-port-security`` + Add ``--enable-port-security`` and ``--disable-port-security`` options to ``port set`` and ``port create`` commands. [Blueprint :oscbp:`network-commands-options`] diff --git a/releasenotes/notes/bug-1619274-e78afd7c12ea2c3d.yaml b/releasenotes/notes/bug-1619274-e78afd7c12ea2c3d.yaml new file mode 100644 index 000000000..1abd944d8 --- /dev/null +++ b/releasenotes/notes/bug-1619274-e78afd7c12ea2c3d.yaml @@ -0,0 +1,6 @@ +--- +fixes: + - Skip password prompt when running commands that do not require auth + and user auth values are present except for password. + [Bug `1619274 `_] + *Fixed in release 3.3.0* diff --git a/releasenotes/notes/bug-1642301-ad04424c80e8fe50.yaml b/releasenotes/notes/bug-1642301-ad04424c80e8fe50.yaml new file mode 100644 index 000000000..a4370236e --- /dev/null +++ b/releasenotes/notes/bug-1642301-ad04424c80e8fe50.yaml @@ -0,0 +1,6 @@ +--- +fixes: + - Fix problem with ``--os-auth-type token_endpoint`` that caused exceptions + when recent os-client-config version 1.23.0 or newer is installed. + [Bug `1642301 `_] + *Fixed in release 3.4.1* diff --git a/releasenotes/notes/rename-snapshot-commands-e0937f7143a4ef55.yaml b/releasenotes/notes/rename-snapshot-commands-e0937f7143a4ef55.yaml index 4228207f4..32dd9caa8 100644 --- a/releasenotes/notes/rename-snapshot-commands-e0937f7143a4ef55.yaml +++ b/releasenotes/notes/rename-snapshot-commands-e0937f7143a4ef55.yaml @@ -1,6 +1,6 @@ --- features: - - Add new commands ``volume snapshot create/delete/list/show/set/unset``. they are + - Add new commands ``volume snapshot create/delete/list/show/set/unset``. They are used to replace the old commands ``snapshot create/delete/list/show/set/unset``. [Blueprint `backup-snapshot-renamed-for-volume-resource `_] deprecations: