From: Sapan Bhatia Date: Wed, 22 Oct 2014 05:19:49 +0000 (-0400) Subject: Added a missing field to the list of parameters X-Git-Url: http://git.onelab.eu/?p=plstackapi.git;a=commitdiff_plain;h=07c4515e22b348e3c64f5a70f48217b48b85b719 Added a missing field to the list of parameters --- diff --git a/planetstack/openstack_observer/steps/sync_slice_deployments.py b/planetstack/openstack_observer/steps/sync_slice_deployments.py index da900ef..97196d6 100644 --- a/planetstack/openstack_observer/steps/sync_slice_deployments.py +++ b/planetstack/openstack_observer/steps/sync_slice_deployments.py @@ -65,6 +65,7 @@ class SyncSliceDeployments(OpenStackSyncStep): 'tenant': slice_deployment.slice.name, 'tenant_description': slice_deployment.slice.description, 'roles':roles, + 'name':deployment_user.email, 'max_instances':max_instances} res = run_template('sync_slice_deployments.yaml', tenant_fields)