You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
303 B

  1. [Global]
  2. auth-url={{ openstack_auth_url }}
  3. username={{ openstack_username }}
  4. password={{ openstack_password }}
  5. region={{ openstack_region }}
  6. tenant-id={{ openstack_tenant_id }}
  7. {% if openstack_domain_name is defined and openstack_domain_name != "" %}
  8. domain-name={{ openstack_domain_name }}
  9. {% endif %}