diff --git a/releasenotes/notes/add-server-backup-e63feaebb6140f83.yaml b/releasenotes/notes/add-server-backup-e63feaebb6140f83.yaml index f8aa4291fb..670f506543 100644 --- a/releasenotes/notes/add-server-backup-e63feaebb6140f83.yaml +++ b/releasenotes/notes/add-server-backup-e63feaebb6140f83.yaml @@ -1,4 +1,3 @@ --- features: - - | - Add support for the ``server backup create`` command + - Add ``server backup create`` command diff --git a/releasenotes/notes/address-scope-delete-multi-31c3af73feb31265.yaml b/releasenotes/notes/address-scope-delete-multi-31c3af73feb31265.yaml new file mode 100644 index 0000000000..91bce23d36 --- /dev/null +++ b/releasenotes/notes/address-scope-delete-multi-31c3af73feb31265.yaml @@ -0,0 +1,5 @@ +--- +upgrade: + - | + ``address scope delete`` command now accepts multiple address scopes + in a single command diff --git a/releasenotes/notes/bp-routed-networks-3eea4978c93aa126.yaml b/releasenotes/notes/bp-routed-networks-3eea4978c93aa126.yaml index 30661e6d20..91579586c0 100644 --- a/releasenotes/notes/bp-routed-networks-3eea4978c93aa126.yaml +++ b/releasenotes/notes/bp-routed-networks-3eea4978c93aa126.yaml @@ -1,7 +1,6 @@ --- features: - - Add support for the ``network segment`` command object via the - ``network segment list`` and ``network segment show`` commands. + - Add ``network segment list`` and ``network segment show`` commands. These are beta commands and subject to change. Use global option ``--os-beta-command`` to enable these commands. [Blueprint `routed-networks `_] diff --git a/releasenotes/notes/bug-1554886-8e5249a655e7e7b6.yaml b/releasenotes/notes/bug-1554886-8e5249a655e7e7b6.yaml new file mode 100644 index 0000000000..bafb87d784 --- /dev/null +++ b/releasenotes/notes/bug-1554886-8e5249a655e7e7b6.yaml @@ -0,0 +1,5 @@ +--- +features: + - | + Add ``volume transfer request list`` command + [:lpbug:`1554886`] diff --git a/releasenotes/notes/bug-1575461-4d7d90e792132064.yaml b/releasenotes/notes/bug-1575461-4d7d90e792132064.yaml index 6bc9f73a67..3ae0075ba2 100644 --- a/releasenotes/notes/bug-1575461-4d7d90e792132064.yaml +++ b/releasenotes/notes/bug-1575461-4d7d90e792132064.yaml @@ -1,6 +1,10 @@ --- features: - | - Added support for setting flavor access to project by using below command - ``flavor set --project `` - [Bug `1575461 `_] + Add ``--project`` option to ``flavor set`` command to set project access + to a flavor + [:lpbug:`1575461`] + - | + Add ``--project`` option to ``flavor unset`` command to remove project access + to a flavor + [:lpbug:`1575461`] diff --git a/releasenotes/notes/bug-1575461-54a23327081cbec7.yaml b/releasenotes/notes/bug-1575461-54a23327081cbec7.yaml deleted file mode 100644 index a498bfbdac..0000000000 --- a/releasenotes/notes/bug-1575461-54a23327081cbec7.yaml +++ /dev/null @@ -1,6 +0,0 @@ ---- -features: - - | - Added support for removing flavor access from project by using below command - ``flavor unset --project --project-domain `` - [Bug `1575461 `_] diff --git a/releasenotes/notes/bug-1582968-4d44912a033b242c.yaml b/releasenotes/notes/bug-1582968-4d44912a033b242c.yaml index 9d9794e31a..9fd50c1b2e 100644 --- a/releasenotes/notes/bug-1582968-4d44912a033b242c.yaml +++ b/releasenotes/notes/bug-1582968-4d44912a033b242c.yaml @@ -1,4 +1,4 @@ --- features: - - Add "image unset" command. - [Bug '1582968 '] + - Add ``image unset`` command + [:lpbug:`1582968`] diff --git a/releasenotes/notes/compute-agent-deff48988e81b30e.yaml b/releasenotes/notes/compute-agent-deff48988e81b30e.yaml index 2f3c3f2e7e..219ef9693d 100644 --- a/releasenotes/notes/compute-agent-deff48988e81b30e.yaml +++ b/releasenotes/notes/compute-agent-deff48988e81b30e.yaml @@ -1,3 +1,5 @@ --- upgrade: - - Command ``compute agent delete`` now supports deleting multiple agents. + - | + ``compute agent delete`` command now supports deleting multiple agents + in a single command diff --git a/releasenotes/notes/ip-availability-ca1cf440f6c70afc.yaml b/releasenotes/notes/ip-availability-ca1cf440f6c70afc.yaml index 81b217c092..2c783880db 100644 --- a/releasenotes/notes/ip-availability-ca1cf440f6c70afc.yaml +++ b/releasenotes/notes/ip-availability-ca1cf440f6c70afc.yaml @@ -1,5 +1,5 @@ --- features: - | - Add support for the ``ip availability list`` and ``ip availability show`` commands. - [Blueprint `neutron-ip-capacity `_] + Add ``ip availability list`` and ``ip availability show`` commands + [Blueprint :oscbp:`neutron-ip-capacity`] diff --git a/releasenotes/notes/list_volume_transfer_request-8e5249a655e7e7b6.yaml b/releasenotes/notes/list_volume_transfer_request-8e5249a655e7e7b6.yaml deleted file mode 100644 index 3f7fba5831..0000000000 --- a/releasenotes/notes/list_volume_transfer_request-8e5249a655e7e7b6.yaml +++ /dev/null @@ -1,9 +0,0 @@ ---- -features: - - | - Adds support for volume transfer request. - - An user can list available volume transfer requests using - ``volume transfer request list`` - - [Bug `1554886 `_] \ No newline at end of file