3.5.0 release note cleanup

Change-Id: Ibe5e5a9a212ac483d0cb38bdb3a607d21f32e96d
This commit is contained in:
Dean Troyer 2016-12-09 11:55:48 -06:00
parent 5bc2cf231d
commit 11a762e03c
6 changed files with 17 additions and 7 deletions

View File

@ -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>`_]

View File

@ -1,4 +1,4 @@
---
features:
- |
Add support for the ``network service provider`` command.
Add ``network service provider list`` command.

View File

@ -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`]

View File

@ -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*

View File

@ -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*

View File

@ -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: