Added default action name for cluster create

This commit is contained in:
tengqm 2015-01-26 22:50:42 +08:00
parent 9f78a95ebe
commit 152863ac7b
1 changed files with 1 additions and 0 deletions

View File

@ -247,6 +247,7 @@ class EngineService(service.Service):
# Build an Action for cluster creation
action = base_action.Action(context, 'CLUSTER_CREATE',
name='cluster_create_%s' % cluster.id[:8],
target=cluster.id, cause='RPC Request')
action.store(context)