Skip to content
Snippets Groups Projects
Commit 30a98992 authored by Brad Beam's avatar Brad Beam
Browse files

Making openstack domain name optional

parent dd10b8a2
No related branches found
No related tags found
No related merge requests found
......@@ -4,4 +4,6 @@ username={{ openstack_username }}
password={{ openstack_password }}
region={{ openstack_region }}
tenant-id={{ openstack_tenant_id }}
{% if openstack_domain_name is defined and openstack_domain_name != "" %}
domain-name={{ openstack_domain_name }}
{% endif %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment