From 07c4515e22b348e3c64f5a70f48217b48b85b719 Mon Sep 17 00:00:00 2001
From: Sapan Bhatia <sapanb@cs.princeton.edu>
Date: Wed, 22 Oct 2014 01:19:49 -0400
Subject: [PATCH] Added a missing field to the list of parameters

---
 planetstack/openstack_observer/steps/sync_slice_deployments.py | 1 +
 1 file changed, 1 insertion(+)

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)
-- 
2.47.0