Merge "Access to action's uuid by key" into stable/rocky
This commit is contained in:
@@ -279,7 +279,7 @@ class ChangeNovaServiceStateActionValidator(BaseActionValidator):
|
|||||||
|
|
||||||
def validate_parents(self, resource_action_map, action):
|
def validate_parents(self, resource_action_map, action):
|
||||||
host_name = action['input_parameters']['resource_id']
|
host_name = action['input_parameters']['resource_id']
|
||||||
self._mapping(resource_action_map, host_name, action.uuid,
|
self._mapping(resource_action_map, host_name, action['uuid'],
|
||||||
'change_nova_service_state')
|
'change_nova_service_state')
|
||||||
return []
|
return []
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user