diff options
| author | Stephen Finucane <sfinucan@redhat.com> | 2021-01-20 10:11:37 +0000 |
|---|---|---|
| committer | Stephen Finucane <sfinucan@redhat.com> | 2021-01-21 11:01:15 +0000 |
| commit | f80fe2d8cf50f85601e2895a5f878764fa77c154 (patch) | |
| tree | 2fbff7edcc92776e692dc5c08715c2f024fcd0b5 /releasenotes | |
| parent | 32ae1857d12fc2d5b4292e2d98caed0238959081 (diff) | |
| download | python-openstackclient-f80fe2d8cf50f85601e2895a5f878764fa77c154.tar.gz | |
compute: Add 'server migration show' command
This replaces the 'server-migration-show' command provided by
novaclient.
Change-Id: I413310b481cc13b70853eb579417f6e6fad10d98
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
Diffstat (limited to 'releasenotes')
| -rw-r--r-- | releasenotes/notes/add-server-migration-show-command-2e3a25e383dc5d70.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/add-server-migration-show-command-2e3a25e383dc5d70.yaml b/releasenotes/notes/add-server-migration-show-command-2e3a25e383dc5d70.yaml new file mode 100644 index 00000000..28ab2759 --- /dev/null +++ b/releasenotes/notes/add-server-migration-show-command-2e3a25e383dc5d70.yaml @@ -0,0 +1,5 @@ +--- +features: + - | + Add ``server migration show`` commands. This can be used to show detailed + information about an ongoing server migration. |
