Merge "Correct the schema format"

This commit is contained in:
Zuul
2017-10-24 00:20:54 +00:00
committed by Gerrit Code Review

View File

@@ -45,7 +45,7 @@ class VolumeMigrate(base.BaseAction):
'migration_type': str, # choices -> "swap", "cold" 'migration_type': str, # choices -> "swap", "cold"
'destination_node': str, 'destination_node': str,
'destination_type': str, 'destination_type': str,
)} })
The `resource_id` is the UUID of cinder volume to migrate. The `resource_id` is the UUID of cinder volume to migrate.
The `destination_node` is the destination block storage pool name. The `destination_node` is the destination block storage pool name.