Release note cleanups for 2.6.0
Change-Id: I7c19cac77f1236c8241d18f2bdde83917e50fae9
This commit is contained in:
parent
1244d4d5fe
commit
d24c255e43
@ -1,4 +1,3 @@
|
|||||||
---
|
---
|
||||||
features:
|
features:
|
||||||
- |
|
- Add ``server backup create`` command
|
||||||
Add support for the ``server backup create`` command
|
|
||||||
|
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
upgrade:
|
||||||
|
- |
|
||||||
|
``address scope delete`` command now accepts multiple address scopes
|
||||||
|
in a single command
|
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
features:
|
features:
|
||||||
- Add support for the ``network segment`` command object via the
|
- Add ``network segment list`` and ``network segment show`` commands.
|
||||||
``network segment list`` and ``network segment show`` commands.
|
|
||||||
These are beta commands and subject to change. Use global option
|
These are beta commands and subject to change. Use global option
|
||||||
``--os-beta-command`` to enable these commands.
|
``--os-beta-command`` to enable these commands.
|
||||||
[Blueprint `routed-networks <https://blueprints.launchpad.net/neutron/+spec/routed-networks>`_]
|
[Blueprint `routed-networks <https://blueprints.launchpad.net/neutron/+spec/routed-networks>`_]
|
||||||
|
5
releasenotes/notes/bug-1554886-8e5249a655e7e7b6.yaml
Normal file
5
releasenotes/notes/bug-1554886-8e5249a655e7e7b6.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- |
|
||||||
|
Add ``volume transfer request list`` command
|
||||||
|
[:lpbug:`1554886`]
|
@ -1,6 +1,10 @@
|
|||||||
---
|
---
|
||||||
features:
|
features:
|
||||||
- |
|
- |
|
||||||
Added support for setting flavor access to project by using below command
|
Add ``--project`` option to ``flavor set`` command to set project access
|
||||||
``flavor set <flavor> --project <project>``
|
to a flavor
|
||||||
[Bug `1575461 <https://bugs.launchpad.net/python-openstackclient/+bug/1575461>`_]
|
[:lpbug:`1575461`]
|
||||||
|
- |
|
||||||
|
Add ``--project`` option to ``flavor unset`` command to remove project access
|
||||||
|
to a flavor
|
||||||
|
[:lpbug:`1575461`]
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
---
|
|
||||||
features:
|
|
||||||
- |
|
|
||||||
Added support for removing flavor access from project by using below command
|
|
||||||
``flavor unset <flavor> --project <project> --project-domain <project-domain>``
|
|
||||||
[Bug `1575461 <https://bugs.launchpad.net/python-openstackclient/+bug/1575461>`_]
|
|
@ -1,4 +1,4 @@
|
|||||||
---
|
---
|
||||||
features:
|
features:
|
||||||
- Add "image unset" command.
|
- Add ``image unset`` command
|
||||||
[Bug '1582968 <https://bugs.launchpad.net/python-openstackclient/+bug/1582968>']
|
[:lpbug:`1582968`]
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
---
|
---
|
||||||
upgrade:
|
upgrade:
|
||||||
- Command ``compute agent delete`` now supports deleting multiple agents.
|
- |
|
||||||
|
``compute agent delete`` command now supports deleting multiple agents
|
||||||
|
in a single command
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
features:
|
features:
|
||||||
- |
|
- |
|
||||||
Add support for the ``ip availability list`` and ``ip availability show`` commands.
|
Add ``ip availability list`` and ``ip availability show`` commands
|
||||||
[Blueprint `neutron-ip-capacity <https://blueprints.launchpad.net/python-openstackclient/+spec/neutron-ip-capacity>`_]
|
[Blueprint :oscbp:`neutron-ip-capacity`]
|
||||||
|
@ -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 <https://bugs.launchpad.net/bugs/1554886>`_]
|
|
Loading…
Reference in New Issue
Block a user