summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-11-16 17:43:42 +0000
committerGerrit Code Review <review@openstack.org>2016-11-16 17:43:42 +0000
commit17c0c70e7e6075544ccb1bd3ee7731f2a0337920 (patch)
tree06df3e2a132f86e7cf802b18991a90d3d6e6e60d
parent16ffc51bf62cb5a816f112fe27dc2db2f42a51ce (diff)
parentad5ae83a34e555dabeb2761d3d8f3c7f1dbac2f8 (diff)
downloadpython-openstackclient-17c0c70e7e6075544ccb1bd3ee7731f2a0337920.tar.gz
Merge "3.4.0 release note cleanup"
-rw-r--r--releasenotes/notes/backup_list_all-projects_option-4bb23e0b9b075cac.yaml4
-rw-r--r--releasenotes/notes/bp-neutron-client-descriptions-a80902b4295843cf.yaml3
-rw-r--r--releasenotes/notes/bp-neutron-client-descriptions-b65dd776f78b5a73.yaml3
-rw-r--r--releasenotes/notes/bug-1518059-e2dbe6e4b2473f10.yaml6
-rw-r--r--releasenotes/notes/bug-1613533-93279179c6f70117.yaml2
-rw-r--r--releasenotes/notes/bug-1631471-beb0a1c9b4a932cb.yaml5
-rw-r--r--releasenotes/notes/bug-1634672-7ce577f3adc34eed.yaml6
-rw-r--r--releasenotes/notes/bug-1637945-f361c834381d409c.yaml3
-rw-r--r--releasenotes/notes/cliff-2.3.0-7ead18fae9ceea80.yaml7
9 files changed, 32 insertions, 7 deletions
diff --git a/releasenotes/notes/backup_list_all-projects_option-4bb23e0b9b075cac.yaml b/releasenotes/notes/backup_list_all-projects_option-4bb23e0b9b075cac.yaml
index 5d379f64..5a7defaf 100644
--- a/releasenotes/notes/backup_list_all-projects_option-4bb23e0b9b075cac.yaml
+++ b/releasenotes/notes/backup_list_all-projects_option-4bb23e0b9b075cac.yaml
@@ -1,4 +1,4 @@
---
features:
- - The ``openstack volume backup list`` command now supports the
- ``all-projects`` option to list volume backups accross all projects.
+ - Add ``--all-projects`` option to the ``volume backup list`` command
+ to list volume backups accross all projects.
diff --git a/releasenotes/notes/bp-neutron-client-descriptions-a80902b4295843cf.yaml b/releasenotes/notes/bp-neutron-client-descriptions-a80902b4295843cf.yaml
index 3135d0d7..83a00902 100644
--- a/releasenotes/notes/bp-neutron-client-descriptions-a80902b4295843cf.yaml
+++ b/releasenotes/notes/bp-neutron-client-descriptions-a80902b4295843cf.yaml
@@ -7,6 +7,3 @@ features:
Add ``--description`` option to ``router set`` and
``router create`` commands.
[Blueprint :oscbp:`network-commands-options`]
- |
- Adds ``--description`` option to ``security group rule create``.
- [Blueprint :oscbp:`network-commands-options`]
diff --git a/releasenotes/notes/bp-neutron-client-descriptions-b65dd776f78b5a73.yaml b/releasenotes/notes/bp-neutron-client-descriptions-b65dd776f78b5a73.yaml
index 625a4e76..6b41ae27 100644
--- a/releasenotes/notes/bp-neutron-client-descriptions-b65dd776f78b5a73.yaml
+++ b/releasenotes/notes/bp-neutron-client-descriptions-b65dd776f78b5a73.yaml
@@ -1,6 +1,9 @@
---
features:
- |
+ Add ``--description`` option to ``security group rule create`` command.
+ [Blueprint :oscbp:`network-commands-options`]
+ - |
Add ``--description`` option to ``port set`` and
``port create`` commands.
[Blueprint :oscbp:`neutron-client-descriptions`]
diff --git a/releasenotes/notes/bug-1518059-e2dbe6e4b2473f10.yaml b/releasenotes/notes/bug-1518059-e2dbe6e4b2473f10.yaml
new file mode 100644
index 00000000..2da92088
--- /dev/null
+++ b/releasenotes/notes/bug-1518059-e2dbe6e4b2473f10.yaml
@@ -0,0 +1,6 @@
+---
+fixes:
+ - |
+ Fix the ``--block-migration`` and ``--shared-migration`` options for
+ ``server migrate`` to send the correct values to the Compute API.
+ [Bug `1518059 <https://bugs.launchpad.net/bugs/1518059>`_]:
diff --git a/releasenotes/notes/bug-1613533-93279179c6f70117.yaml b/releasenotes/notes/bug-1613533-93279179c6f70117.yaml
index 8907041a..d4c850cd 100644
--- a/releasenotes/notes/bug-1613533-93279179c6f70117.yaml
+++ b/releasenotes/notes/bug-1613533-93279179c6f70117.yaml
@@ -3,4 +3,4 @@ features:
- |
Add ``--ingress``, ``--egress`` and ``--protocol`` options to
``security group rule list`` command.
- [Bug `1613533 <https://bugs.launchpad.net/bugs/1613533>`_] \ No newline at end of file
+ [Bug `1613533 <https://bugs.launchpad.net/bugs/1613533>`_]
diff --git a/releasenotes/notes/bug-1631471-beb0a1c9b4a932cb.yaml b/releasenotes/notes/bug-1631471-beb0a1c9b4a932cb.yaml
new file mode 100644
index 00000000..39145bd6
--- /dev/null
+++ b/releasenotes/notes/bug-1631471-beb0a1c9b4a932cb.yaml
@@ -0,0 +1,5 @@
+---
+fixes:
+ - |
+ Fix ``router unset --route`` to correctly removed routes.
+ [Bug `1631471 <https://bugs.launchpad.net/bugs/1631471>`_]
diff --git a/releasenotes/notes/bug-1634672-7ce577f3adc34eed.yaml b/releasenotes/notes/bug-1634672-7ce577f3adc34eed.yaml
new file mode 100644
index 00000000..904512a2
--- /dev/null
+++ b/releasenotes/notes/bug-1634672-7ce577f3adc34eed.yaml
@@ -0,0 +1,6 @@
+---
+fixes:
+ - |
+ Fix ``--no-allocation-pool`` option for ``subnet set`` command to
+ send the correct value to the Network API.
+ [Bug `1518059 <https://bugs.launchpad.net/bugs/1518059>`_]:
diff --git a/releasenotes/notes/bug-1637945-f361c834381d409c.yaml b/releasenotes/notes/bug-1637945-f361c834381d409c.yaml
index da61f48a..203c2ee9 100644
--- a/releasenotes/notes/bug-1637945-f361c834381d409c.yaml
+++ b/releasenotes/notes/bug-1637945-f361c834381d409c.yaml
@@ -1,5 +1,6 @@
---
features:
- |
- Add ``--name``, ``--enable``, ``--disable`` to ``os router list``
+ Add ``--name``, ``--enable``, ``--disable`` options to
+ ``router list`` command.
[Bug `1637945 <https://bugs.launchpad.net/bugs/1637945>`_]
diff --git a/releasenotes/notes/cliff-2.3.0-7ead18fae9ceea80.yaml b/releasenotes/notes/cliff-2.3.0-7ead18fae9ceea80.yaml
new file mode 100644
index 00000000..bcff8893
--- /dev/null
+++ b/releasenotes/notes/cliff-2.3.0-7ead18fae9ceea80.yaml
@@ -0,0 +1,7 @@
+---
+fixes:
+ - |
+ Cliff 2.3.0: The shell formatter would emit invalid shell variable
+ names for field names that contain colons ('``:``') and dashes ('``-``'),
+ these are now replaced by underscores ('``_``').
+ [Bug `1616323 <https://bugs.launchpad.net/bugs/1616323>`_]