commit | 62c7eafa1a5a6c6308e6818c49ad65fa50766971 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Tue May 22 15:59:26 2018 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Tue Jun 05 10:13:10 2018 -0700 |
tree | 01313d50a6b4692cb6fc57551755416035e34b72 | |
parent | 3cee57f95c10f606d7592a66229367edf5133cb8 [diff] [blame] |
CORD-2964 Implement new openstack models and steps Change-Id: I32ac438e799f563b721e19ad7ebc8a033796c88e
diff --git a/xos/synchronizer/steps/sync_controller_users.yaml b/xos/synchronizer/steps/sync_controller_users.yaml index 17db144..853a585 100644 --- a/xos/synchronizer/steps/sync_controller_users.yaml +++ b/xos/synchronizer/steps/sync_controller_users.yaml
@@ -32,6 +32,7 @@ name: "{{ name }}" email: "{{ email }}" password: "{{ password }}" + domain: "{{ domain }}" - name: Create project for "{{ project }}" os_project: @@ -46,6 +47,7 @@ {%- endif %} interface: "admin" name: "{{ project }}" + domain: "{{ domain }}" {% for role in roles %} - name: Create role "{{ role }}"