Skip to content

Commit 762f2f2

Browse files
Dean Troyerstevemar
authored andcommitted
More 3.3.0 release notes
Plus minor doc formatting updates Change-Id: I849794e954cdeb582f7a0b104c62ec6688ead628
1 parent 12ed93e commit 762f2f2

15 files changed

Lines changed: 53 additions & 29 deletions

doc/source/command-objects/router.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ Create new router
6363
os router create
6464
[--project <project> [--project-domain <project-domain>]]
6565
[--enable | --disable]
66-
[--distributed] [--ha]
66+
[--distributed]
67+
[--ha]
6768
[--description <description>]
6869
[--availability-zone-hint <availability-zone>]
6970
<name>

releasenotes/notes/add-overwrite-option-190a9c6904d53dab.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
features:
3+
- |
4+
Allow ``--no-fixed-ip`` and ``--no-binding-profile`` options to
5+
``port set`` command to be specified when ``--fixed-ip`` and
6+
``--binding-profile`` are present. This allows the list of fixed
7+
IPs and binding profiles to be cleared and replaced with new values
8+
in a single command.
9+
[Blueprint `allow-overwrite-set-options <https://blueprints.launchpad.net/python-openstackclient/+spec/allow-overwrite-set-options>`_]
10+
- |
11+
Add ``--no-allocation-pool`` and ``--no-host-route`` options to
12+
``subnet set`` command that clears the respective values in the
13+
specified subnet. This allows new values to replace the entire
14+
list of existing values in a single command for allocation pools
15+
and host routes.
16+
[Blueprint `allow-overwrite-set-options <https://blueprints.launchpad.net/python-openstackclient/+spec/allow-overwrite-set-options>`_]
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
features:
3+
- |
4+
Add ``--description`` option to ``network create`` and
5+
``network set`` commands.
6+
[Blueprint `network-commands-options <https://blueprints.launchpad.net/python-openstackclient/+spec/network-commands-options>`_]
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
---
22
features:
33
- |
4-
Add ``--description`` option for core network resources. Allows users to
5-
set a description for: ``floating ip create`` and ``router set/create``.
4+
Add ``--description`` option to ``floating ip create`` command.
65
[Blueprint :oscbp:`neutron-client-descriptions`]
6+
- |
7+
Add ``--description`` option to ``router set`` and
8+
``router create`` commands.
79
[Blueprint :oscbp:`network-commands-options`]
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
features:
3+
- |
4+
Add ``--no-property`` option to ``aggregate set`` command.
5+
This allows the property list to be cleared and replaced with
6+
new values in a single command.
7+
[Blueprint `support-no-property-in-aggregate <https://blueprints.launchpad.net/python-openstackclient/+spec/support-no-property-in-aggregate>`_]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
fixes:
33
- |
4-
Update novaclient DEFAULT_API_VERSION to 2.1 from 2.0
5-
[Bug `1588171 <https://bugs.launchpad.net/bugs/1588171>`_]
4+
Update novaclient ``DEFAULT_API_VERSION`` from 2.0 to 2.1
5+
[Bug `1588171 <https://bugs.launchpad.net/bugs/1588171>`_]
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
---
22
fixes:
3-
- Fix the ``--class`` option not work when we set/show the quota class.
4-
[Bug `1609233 <https://bugs.launchpad.net/bugs/1609233>`_]
3+
- |
4+
Fix the ``--class`` option in ``quota set`` and ``quota show``
5+
commands to not perform a project lookup in Identity.
6+
[Bug `1609233 <https://bugs.launchpad.net/bugs/1609233>`_]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
features:
33
- |
4-
Adds ``description`` option to ``subnet create`` and
4+
Adds ``--description`` option to ``subnet create`` and
55
``subnet set`` commands.
66
[Bug `1614458 <https://bugs.launchpad.net/bugs/1614458>`_]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
features:
33
- |
4-
Adds ``description`` option to ``subnet pool create``
4+
Adds ``--description`` option to ``subnet pool create``
55
and ``subnet pool set`` commands.
66
[Bug `1614823 <https://bugs.launchpad.net/bugs/1614823>`_]

0 commit comments

Comments
 (0)