summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorTakashi NATSUME <natsume.takashi@lab.ntt.co.jp>2017-07-22 21:41:54 +0900
committerTakashi NATSUME <natsume.takashi@lab.ntt.co.jp>2017-12-04 10:48:47 +0900
commite5e8cebc817aafbcbda7785d0f9c13cbdbf3a90c (patch)
treee416fd482a0a79790d6db2536323cbf12112d87a /releasenotes
parentd18436ca5d1a1fd1f6d7673e0cf681a6c6e1094a (diff)
downloadpython-novaclient-e5e8cebc817aafbcbda7785d0f9c13cbdbf3a90c.tar.gz
Microversion 2.56 - Enable cold migration with target host
Change-Id: I4deea811ffae3e7944d5ec10ca0bbf2bfa056a7c Implements: blueprint cold-migration-with-target-queens
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/bp-cold-migration-with-target-queens-e361d4ae977aa396.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/bp-cold-migration-with-target-queens-e361d4ae977aa396.yaml b/releasenotes/notes/bp-cold-migration-with-target-queens-e361d4ae977aa396.yaml
new file mode 100644
index 00000000..00317ec6
--- /dev/null
+++ b/releasenotes/notes/bp-cold-migration-with-target-queens-e361d4ae977aa396.yaml
@@ -0,0 +1,8 @@
+---
+features:
+ - Added a new ``--host`` option to ``nova migrate`` command
+ in microversion 2.56. It enables administrators to specify
+ a target host when cold migating a server. The target host will be
+ validated by the scheduler. The target host cannot be the same as
+ the current host on which the server is running and must be in the
+ same cell that the server is currently in.