Add reource_name in action input parameter field
(Partial implement) Implements: blueprint add-resource-name-in-action-input-parameter-field Depends-on: I51d879e31dee03652ee9d0d94a7f3168012cc060 Change-Id: I708cf63ff1d9a989604e1d5b834c8b7e5b087892
This commit is contained in:
@@ -87,6 +87,10 @@ class Migrate(base.BaseAction):
|
||||
"([a-fA-F0-9]){4}-([a-fA-F0-9]){4}-"
|
||||
"([a-fA-F0-9]){12}$")
|
||||
},
|
||||
'resource_name': {
|
||||
'type': 'string',
|
||||
"minlength": 1
|
||||
},
|
||||
'source_node': {
|
||||
'type': 'string',
|
||||
"minLength": 1
|
||||
|
||||
Reference in New Issue
Block a user