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 22###############################################################################
33# Configuration of OpenStack user environment for OpenStack.
44
5+ # List of OpenStack domains. Format is as required by the stackhpc.os-projects
6+ # role.
7+ openstack_domains: []
8+
59# List of OpenStack projects. Format is as required by the stackhpc.os-projects
610# role.
711openstack_projects: []
Original file line number Diff line number Diff line change 1010 os_projects_admin_auth : " {{ openstack_auth }}"
1111 os_projects_cacert : " {{ openstack_cacert }}"
1212 os_projects : " {{ openstack_projects }}"
13+ os_projects_domains : " {{ openstack_domains }}"
Original file line number Diff line number Diff line change 22# ##############################################################################
33# Configuration of OpenStack projects and users user environment.
44
5+ # List of OpenStack domains. Format is as required by the stackhpc.os-projects
6+ # role.
7+ # openstack_domains:
8+
59# List of OpenStack projects. Format is as required by the stackhpc.os-projects
610# role.
711# openstack_projects:
You can’t perform that action at this time.
0 commit comments