Merge "Access to action's uuid by key" into stable/rocky

This commit is contained in:
Zuul
2019-03-16 04:23:08 +00:00
committed by Gerrit Code Review

View File

@@ -279,7 +279,7 @@ class ChangeNovaServiceStateActionValidator(BaseActionValidator):
def validate_parents(self, resource_action_map, action):
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')
return []