summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--releasenotes/notes/add-dns-nameserver-overwrite-option-b866baeae12f9460.yaml6
-rw-r--r--releasenotes/notes/add-network-service-provider-c161a4a328a8a408.yaml2
-rw-r--r--releasenotes/notes/add-port-security-enabled-to-port-set-82b801d21d45e715.yaml2
-rw-r--r--releasenotes/notes/bug-1619274-e78afd7c12ea2c3d.yaml6
-rw-r--r--releasenotes/notes/bug-1642301-ad04424c80e8fe50.yaml6
-rw-r--r--releasenotes/notes/rename-snapshot-commands-e0937f7143a4ef55.yaml2
6 files changed, 17 insertions, 7 deletions
diff --git a/releasenotes/notes/add-dns-nameserver-overwrite-option-b866baeae12f9460.yaml b/releasenotes/notes/add-dns-nameserver-overwrite-option-b866baeae12f9460.yaml
index 04f0638d..0f902f0a 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 <https://blueprints.launchpad.net/python-openstackclient/+spec/allow-overwrite-set-options>` _]
-
+ Add ``--no-dns-nameserver`` option to ``subnet set`` command.
+ [Blueprint `allow-overwrite-set-options <https://blueprints.launchpad.net/python-openstackclient/+spec/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 0841dd08..a8d3adae 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 5bc39521..e392c679 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 00000000..1abd944d
--- /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 <https://bugs.launchpad.net/python-openstackclient/+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 00000000..a4370236
--- /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 <https://bugs.launchpad.net/bugs/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 4228207f..32dd9caa 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 <https://blueprints.launchpad.net/python-openstackclient/+spec/backup-snapshot-renamed-for-volume-resource>`_]
deprecations: