commit | c73d19e189139cde373d237e28bb6266182861f7 | [log] [tgz] |
---|---|---|
author | Tony Mack <tmack@tux.cs.princeton.edu> | Fri Nov 21 16:41:54 2014 -0500 |
committer | Tony Mack <tmack@tux.cs.princeton.edu> | Fri Nov 21 16:41:54 2014 -0500 |
tree | d7cdd2f108ba6d86a716242cdb47cac591f01e0d | |
parent | 0f73a60bdfc8c98306c5eca67ad5c4d61cb63687 [diff] |
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)