Merge "Add raise for iteration exception in IterationRunner"
[yardstick.git] / ansible / roles / convert_openrc / templates / clouds.yaml.j2
1 clouds:
2     demo:
3         identity_api_version: "{{ openrc.OS_IDENTITY_API_VERSION }}"
4         auth:
5             auth_url: "{{ openrc.OS_AUTH_URL }}"
6             password: "{{ openrc.OS_PASSWORD }}"
7             username: "{{ openrc.OS_USERNAME }}"
8             project_name: "{{ openrc.OS_PROJECT_NAME }}"
9             project_domain_name: "{{ openrc.OS_PROJECT_DOMAIN_NAME }}"