summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorhackertron <jayadityagupta11@gmail.com>2020-04-02 13:47:02 +0200
committerStephen Finucane <sfinucan@redhat.com>2020-10-13 14:17:25 +0100
commit1c3cf11331a5734700e1c333c98928ab933c0e92 (patch)
tree0f88dbb281dcb84a49324106d15f0ec7d6d1df92 /releasenotes
parent375fe315255535ad0a6451aa0d9270ca5c3ba3b9 (diff)
downloadpython-openstackclient-1c3cf11331a5734700e1c333c98928ab933c0e92.tar.gz
Add 'server migration abort' command
This is equivalent to nova client's 'live-migration-abort' command. Change-Id: I0ff520ccfdf2de52c427affad7bef4554c86a06f Story: 2007489 Task: 39210
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bug-2007489-42e41b14e42128ce.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-2007489-42e41b14e42128ce.yaml b/releasenotes/notes/bug-2007489-42e41b14e42128ce.yaml
new file mode 100644
index 00000000..99dd5062
--- /dev/null
+++ b/releasenotes/notes/bug-2007489-42e41b14e42128ce.yaml
@@ -0,0 +1,4 @@
+---
+features:
+ - |
+ Add ``server migration abort`` command to abort ongoing live migrations.