Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ansible/group_vars/all/venv
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
# Path to create virtualenv in which to install python dependencies.
openstack_venv: "{{ ansible_env.PWD }}/openstack-config-venv"
openstack_venv: "{{ ansible_facts['env'].PWD }}/openstack-config-venv"
2 changes: 1 addition & 1 deletion ansible/openstack-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
roles:
- role: stackhpc.openstack.os_images
os_images_venv: "{{ openstack_venv }}"
os_images_cache: "{{ ansible_env.PWD }}/openstack-config-image-cache"
os_images_cache: "{{ ansible_facts['env'].PWD }}/openstack-config-image-cache"
os_images_auth_type: "{{ openstack_auth_type }}"
os_images_auth: "{{ openstack_auth }}"
os_images_cacert: "{{ openstack_cacert }}"
Expand Down