From 91911c828411687dffddcee4ca3651136664dcb2 Mon Sep 17 00:00:00 2001 From: caoyuan Date: Sat, 21 Oct 2017 12:37:07 +0800 Subject: [PATCH] Correct the schema format refer to https://github.com/openstack/watcher/blob/master/watcher/applier/actions/migration.py#L46 Change-Id: I2da8585ce978034fc9a79c2a0cf7bfb6eed487e2 --- watcher/applier/actions/volume_migration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watcher/applier/actions/volume_migration.py b/watcher/applier/actions/volume_migration.py index d007c8cde..e19c60a47 100644 --- a/watcher/applier/actions/volume_migration.py +++ b/watcher/applier/actions/volume_migration.py @@ -45,7 +45,7 @@ class VolumeMigrate(base.BaseAction): 'migration_type': str, # choices -> "swap", "cold" 'destination_node': str, 'destination_type': str, - )} + }) The `resource_id` is the UUID of cinder volume to migrate. The `destination_node` is the destination block storage pool name.