diff --git a/releasenotes/notes/backup_list_all-projects_option-4bb23e0b9b075cac.yaml b/releasenotes/notes/backup_list_all-projects_option-4bb23e0b9b075cac.yaml index 5d379f64ea..5a7defaf85 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 3135d0d73c..83a0090251 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 625a4e76db..6b41ae2791 100644 --- a/releasenotes/notes/bp-neutron-client-descriptions-b65dd776f78b5a73.yaml +++ b/releasenotes/notes/bp-neutron-client-descriptions-b65dd776f78b5a73.yaml @@ -1,5 +1,8 @@ --- 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. diff --git a/releasenotes/notes/bug-1518059-e2dbe6e4b2473f10.yaml b/releasenotes/notes/bug-1518059-e2dbe6e4b2473f10.yaml new file mode 100644 index 0000000000..2da9208845 --- /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 `_]: diff --git a/releasenotes/notes/bug-1613533-93279179c6f70117.yaml b/releasenotes/notes/bug-1613533-93279179c6f70117.yaml index 8907041a56..d4c850cd10 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 `_] \ No newline at end of file + [Bug `1613533 `_] diff --git a/releasenotes/notes/bug-1631471-beb0a1c9b4a932cb.yaml b/releasenotes/notes/bug-1631471-beb0a1c9b4a932cb.yaml new file mode 100644 index 0000000000..39145bd656 --- /dev/null +++ b/releasenotes/notes/bug-1631471-beb0a1c9b4a932cb.yaml @@ -0,0 +1,5 @@ +--- +fixes: + - | + Fix ``router unset --route`` to correctly removed routes. + [Bug `1631471 `_] diff --git a/releasenotes/notes/bug-1634672-7ce577f3adc34eed.yaml b/releasenotes/notes/bug-1634672-7ce577f3adc34eed.yaml new file mode 100644 index 0000000000..904512a286 --- /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 `_]: diff --git a/releasenotes/notes/bug-1637945-f361c834381d409c.yaml b/releasenotes/notes/bug-1637945-f361c834381d409c.yaml index da61f48a85..203c2ee919 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 `_] 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 0000000000..bcff8893cd --- /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 `_]