@@ -21,7 +21,7 @@ os_images_upper_constraints_file: https://releases.openstack.org/constraints/upp
2121os_images_dib_upper_constraints_file : " "
2222
2323# Path to a directory in which to cache build artefacts.
24- os_images_cache : " {{ lookup('env','HOME') }}/disk_images"
24+ os_images_cache : " {{ lookup('env', 'HOME') }}/disk_images"
2525
2626# List of paths of site-specific diskimage-builder elements
2727# os_images_elements: [ "{{ playbook_dir }}/stackhpc-image-elements" ]
@@ -58,11 +58,11 @@ os_images_auth_type: password
5858
5959# OpenStack authentication credentials:
6060# For example, take OpenStack authentication credentials from the environment
61- # os_images_auth:
62- # auth_url: "{{ lookup('env','OS_AUTH_URL') }}"
63- # username: "{{ lookup('env','OS_USERNAME') }}"
64- # password: "{{ lookup('env','OS_PASSWORD') }}"
65- # project_name: "{{ lookup('env','OS_TENANT_NAME') }}"
61+ # os_images_auth:
62+ # auth_url: "{{ lookup('env','OS_AUTH_URL') }}"
63+ # username: "{{ lookup('env','OS_USERNAME') }}"
64+ # password: "{{ lookup('env','OS_PASSWORD') }}"
65+ # project_name: "{{ lookup('env','OS_TENANT_NAME') }}"
6666os_images_auth :
6767# Endpoint URL type to fetch from the service catalog. Maybe be one of:
6868# public, admin, or internal.
0 commit comments