Skip to content

Commit 112afb7

Browse files
Jenkinsopenstack-gerrit
authored andcommitted
Merge "3.5.0 release note cleanup"
2 parents 2cb5cf7 + 11a762e commit 112afb7

6 files changed

+17
-7
lines changed
Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
---
22
features:
33
- |
4-
``subnet set`` command now allows the user to overwrite/clear dns-nameserver information
5-
of a subnet by using the option ``no-dns-nameserver``.
6-
[ Blueprint `allow-overwrite-set-options <https://blueprints.launchpad.net/python-openstackclient/+spec/allow-overwrite-set-options>` _]
7-
4+
Add ``--no-dns-nameserver`` option to ``subnet set`` command.
5+
[Blueprint `allow-overwrite-set-options <https://blueprints.launchpad.net/python-openstackclient/+spec/allow-overwrite-set-options>`_]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
features:
33
- |
4-
Add support for the ``network service provider`` command.
4+
Add ``network service provider list`` command.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
features:
33
- |
4-
Added ``--enable-port-security`` and ``--disable-port-security``
4+
Add ``--enable-port-security`` and ``--disable-port-security``
55
options to ``port set`` and ``port create`` commands.
66
[Blueprint :oscbp:`network-commands-options`]
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
fixes:
3+
- Skip password prompt when running commands that do not require auth
4+
and user auth values are present except for password.
5+
[Bug `1619274 <https://bugs.launchpad.net/python-openstackclient/+bug/1619274>`_]
6+
*Fixed in release 3.3.0*
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
fixes:
3+
- Fix problem with ``--os-auth-type token_endpoint`` that caused exceptions
4+
when recent os-client-config version 1.23.0 or newer is installed.
5+
[Bug `1642301 <https://bugs.launchpad.net/bugs/1642301>`_]
6+
*Fixed in release 3.4.1*

releasenotes/notes/rename-snapshot-commands-e0937f7143a4ef55.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
features:
3-
- Add new commands ``volume snapshot create/delete/list/show/set/unset``. they are
3+
- Add new commands ``volume snapshot create/delete/list/show/set/unset``. They are
44
used to replace the old commands ``snapshot create/delete/list/show/set/unset``.
55
[Blueprint `backup-snapshot-renamed-for-volume-resource <https://blueprints.launchpad.net/python-openstackclient/+spec/backup-snapshot-renamed-for-volume-resource>`_]
66
deprecations:

0 commit comments

Comments
 (0)