Making openstack domain name optional
This commit is contained in:
parent
60af40af27
commit
607fb7c89d
1 changed files with 2 additions and 0 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue