fix AttributeError
diff --git a/planetstack/openstack_observer/steps/sync_slice_deployments.py b/planetstack/openstack_observer/steps/sync_slice_deployments.py
index 97196d6..4c358d7 100644
--- a/planetstack/openstack_observer/steps/sync_slice_deployments.py
+++ b/planetstack/openstack_observer/steps/sync_slice_deployments.py
@@ -65,7 +65,7 @@
 		         'tenant': slice_deployment.slice.name,
 		         'tenant_description': slice_deployment.slice.description,
 			 'roles':roles,
-			 'name':deployment_user.email,
+			 'name':deployment_user.user.email,
 			 'max_instances':max_instances}
 
 	res = run_template('sync_slice_deployments.yaml', tenant_fields)