File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 2
2
###############################################################################
3
3
# Configuration of OpenStack user environment for OpenStack.
4
4
5
+ # List of OpenStack domains. Format is as required by the stackhpc.os-projects
6
+ # role.
7
+ openstack_domains: []
8
+
5
9
# List of OpenStack projects. Format is as required by the stackhpc.os-projects
6
10
# role.
7
11
openstack_projects: []
Original file line number Diff line number Diff line change 10
10
os_projects_admin_auth : " {{ openstack_auth }}"
11
11
os_projects_cacert : " {{ openstack_cacert }}"
12
12
os_projects : " {{ openstack_projects }}"
13
+ os_projects_domains : " {{ openstack_domains }}"
Original file line number Diff line number Diff line change 2
2
# ##############################################################################
3
3
# Configuration of OpenStack projects and users user environment.
4
4
5
+ # List of OpenStack domains. Format is as required by the stackhpc.os-projects
6
+ # role.
7
+ # openstack_domains:
8
+
5
9
# List of OpenStack projects. Format is as required by the stackhpc.os-projects
6
10
# role.
7
11
# openstack_projects:
You can’t perform that action at this time.
0 commit comments