More 3.3.0 release notes
Plus minor doc formatting updates Change-Id: I849794e954cdeb582f7a0b104c62ec6688ead628
This commit is contained in:
parent
12ed93e3d1
commit
762f2f2c34
@ -63,7 +63,8 @@ Create new router
|
||||
os router create
|
||||
[--project <project> [--project-domain <project-domain>]]
|
||||
[--enable | --disable]
|
||||
[--distributed] [--ha]
|
||||
[--distributed]
|
||||
[--ha]
|
||||
[--description <description>]
|
||||
[--availability-zone-hint <availability-zone>]
|
||||
<name>
|
||||
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
``port set`` command now allows the user to overwrite fixed-ips or binding-profile
|
||||
of a port.
|
||||
[ Blueprint `allow-overwrite-set-options <https://blueprints.launchpad.net/python-openstackclient/+spec/allow-overwrite-set-options>` _]
|
@ -0,0 +1,16 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
Allow ``--no-fixed-ip`` and ``--no-binding-profile`` options to
|
||||
``port set`` command to be specified when ``--fixed-ip`` and
|
||||
``--binding-profile`` are present. This allows the list of fixed
|
||||
IPs and binding profiles to be cleared and replaced with new values
|
||||
in a single command.
|
||||
[Blueprint `allow-overwrite-set-options <https://blueprints.launchpad.net/python-openstackclient/+spec/allow-overwrite-set-options>`_]
|
||||
- |
|
||||
Add ``--no-allocation-pool`` and ``--no-host-route`` options to
|
||||
``subnet set`` command that clears the respective values in the
|
||||
specified subnet. This allows new values to replace the entire
|
||||
list of existing values in a single command for allocation pools
|
||||
and host routes.
|
||||
[Blueprint `allow-overwrite-set-options <https://blueprints.launchpad.net/python-openstackclient/+spec/allow-overwrite-set-options>`_]
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
Add ``--description`` option to ``network create`` and
|
||||
``network set`` commands.
|
||||
[Blueprint `network-commands-options <https://blueprints.launchpad.net/python-openstackclient/+spec/network-commands-options>`_]
|
@ -1,7 +1,9 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
Add ``--description`` option for core network resources. Allows users to
|
||||
set a description for: ``floating ip create`` and ``router set/create``.
|
||||
Add ``--description`` option to ``floating ip create`` command.
|
||||
[Blueprint :oscbp:`neutron-client-descriptions`]
|
||||
- |
|
||||
Add ``--description`` option to ``router set`` and
|
||||
``router create`` commands.
|
||||
[Blueprint :oscbp:`network-commands-options`]
|
||||
|
@ -0,0 +1,7 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
Add ``--no-property`` option to ``aggregate set`` command.
|
||||
This allows the property list to be cleared and replaced with
|
||||
new values in a single command.
|
||||
[Blueprint `support-no-property-in-aggregate <https://blueprints.launchpad.net/python-openstackclient/+spec/support-no-property-in-aggregate>`_]
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Update novaclient DEFAULT_API_VERSION to 2.1 from 2.0
|
||||
[Bug `1588171 <https://bugs.launchpad.net/bugs/1588171>`_]
|
||||
Update novaclient ``DEFAULT_API_VERSION`` from 2.0 to 2.1
|
||||
[Bug `1588171 <https://bugs.launchpad.net/bugs/1588171>`_]
|
||||
|
@ -1,4 +1,6 @@
|
||||
---
|
||||
fixes:
|
||||
- Fix the ``--class`` option not work when we set/show the quota class.
|
||||
[Bug `1609233 <https://bugs.launchpad.net/bugs/1609233>`_]
|
||||
- |
|
||||
Fix the ``--class`` option in ``quota set`` and ``quota show``
|
||||
commands to not perform a project lookup in Identity.
|
||||
[Bug `1609233 <https://bugs.launchpad.net/bugs/1609233>`_]
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
Adds ``description`` option to ``subnet create`` and
|
||||
Adds ``--description`` option to ``subnet create`` and
|
||||
``subnet set`` commands.
|
||||
[Bug `1614458 <https://bugs.launchpad.net/bugs/1614458>`_]
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
Adds ``description`` option to ``subnet pool create``
|
||||
Adds ``--description`` option to ``subnet pool create``
|
||||
and ``subnet pool set`` commands.
|
||||
[Bug `1614823 <https://bugs.launchpad.net/bugs/1614823>`_]
|
||||
|
@ -1,5 +1,8 @@
|
||||
---
|
||||
features:
|
||||
- Add ``--source-replicated``, ``--consistency-group``, ``--hint`` and
|
||||
- |
|
||||
Add ``--source-replicated``, ``--consistency-group``, ``--hint`` and
|
||||
``--multi-attach`` options to ``volume create`` command in volume v2.
|
||||
Make ``--size`` optional when ``--snapshot``, ``--source`` or
|
||||
``source-replicated`` options are present.
|
||||
[Bug `1627913 <https://bugs.launchpad.net/python-openstackclient/+bug/1627913>`_]
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
security:
|
||||
- |
|
||||
Mask passwords when ``--debug`` or ``-vv`` options are used.
|
||||
[Bug `1630822 <https://bugs.launchpad.net/python-openstackclient/+bug/1630822>`_]
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
``subnet set`` command now allows the user to clear and overwrite
|
||||
allocation-pool or host-route of a subnet.
|
||||
[ Blueprint `allow-overwrite-set-options <https://blueprints.launchpad.net/python-openstackclient/+spec/allow-overwrite-set-options>` _]
|
@ -1,7 +0,0 @@
|
||||
---
|
||||
features:
|
||||
- |
|
||||
Add ``--no-property`` option in ``aggregate set``.
|
||||
Supporting ``--no-property`` option will apply user a convenience way to
|
||||
clean all properties of aggregate in a short command.
|
||||
[Blueprint `support-no-property-in-aggregate <https://blueprints.launchpad.net/python-openstackclient/+spec/support-no-property-in-aggregate>`_]
|
@ -21,6 +21,7 @@ OpenStack release was made is shown below:
|
||||
================= =======================
|
||||
OpenStack Release OpenStackClient Release
|
||||
================= =======================
|
||||
Newton 3.2.0
|
||||
Mitaka 2.3.0
|
||||
Liberty 1.7.3
|
||||
Kilo 1.0.6
|
||||
|
Loading…
Reference in New Issue
Block a user