noheat: Upgrades, refactor, deploy Devstack
[integration.git] / deployment / noheat / infra-openstack / ansible / templates / clouds.yaml.j2
1 clouds:
2   openstack:
3     auth:
4       auth_url: "https://{{ hostvars['localhost']['hosts_dict']['openstack0'] }}:5000/v3"
5       project_name: "{{ openstack_tenant }}""
6       username: "{{ openstack_username }}"
7       user_domain_name: "{{ openstack_domain }}"
8       password: "{{ openstack_passwd }}"
9     region_name: "{{ openstack_region }}"
10     interface: "public"
11     identity_api_version: 3