Merge "Add reource_name for zone_migration in action input parameter field"
This commit is contained in:
@@ -87,6 +87,10 @@ class VolumeMigrate(base.BaseAction):
|
||||
"([a-fA-F0-9]){4}-([a-fA-F0-9]){4}-"
|
||||
"([a-fA-F0-9]){12}$")
|
||||
},
|
||||
'resource_name': {
|
||||
'type': 'string',
|
||||
"minlength": 1
|
||||
},
|
||||
'migration_type': {
|
||||
'type': 'string',
|
||||
"enum": ["swap", "retype", "migrate"]
|
||||
|
||||
Reference in New Issue
Block a user