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.

5 lines
176 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 }}