summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorzhangbailin <zhangbailin@inspur.com>2019-08-08 19:46:30 +0800
committerzhangbailin <zhangbailin@inspur.com>2020-09-24 18:45:13 +0800
commitb77c28d2954a2c5861a3a6a1df29d8de448f7c08 (patch)
tree5d569747e6b430cfc7a6d27a69eec47e9d539e49 /releasenotes
parent51aee432d96c0291d01419c3db2248114d176fdd (diff)
downloadpython-openstackclient-b77c28d2954a2c5861a3a6a1df29d8de448f7c08.tar.gz
Add server migration list CLI
Add ``openstack server migration list`` to fetch server migrations. Part of blueprint add-user-id-field-to-the-migrations-table Change-Id: I15b4a5aca8d0dee59dd293e7b1c7272cdfbeea20
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bp-add-user-id-field-to-the-migrations-table-299b99ccb1f12a1f.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releasenotes/notes/bp-add-user-id-field-to-the-migrations-table-299b99ccb1f12a1f.yaml b/releasenotes/notes/bp-add-user-id-field-to-the-migrations-table-299b99ccb1f12a1f.yaml
new file mode 100644
index 00000000..766cd0bf
--- /dev/null
+++ b/releasenotes/notes/bp-add-user-id-field-to-the-migrations-table-299b99ccb1f12a1f.yaml
@@ -0,0 +1,5 @@
+---
+features:
+ - |
+ Add ``server migration list`` command. This command allows
+ users to list the status of ongoing server migrations.