File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11---
22# Path to create virtualenv in which to install python dependencies.
33openstack_venv: "{{ ansible_env.PWD }}/openstack-config-venv"
4+ # Separate venv for roles that require sdk>=1.0 in case it breaks anything
5+ openstack_sdk_1_0_venv: "{{ ansible_env.PWD }}/openstack-1.0-venv"
Original file line number Diff line number Diff line change 55 - container-clusters-templates
66 roles :
77 - role : stackhpc.os-container-clusters
8- os_container_clusters_venv : " {{ openstack_venv }}"
8+ os_container_clusters_venv : " {{ openstack_sdk_1_0_venv }}"
99 os_container_clusters_auth_type : " {{ openstack_auth_type }}"
1010 os_container_clusters_auth : " {{ openstack_auth }}"
1111 os_container_clusters_cacert : " {{ openstack_cacert }}"
Original file line number Diff line number Diff line change 55 - images
66 roles :
77 - role : stackhpc.os-images
8- os_images_venv : " {{ ansible_env.PWD }}/openstack-images-venv "
8+ os_images_venv : " {{ openstack_sdk_1_0_venv }}"
99 os_images_cache : " {{ ansible_env.PWD }}/openstack-config-image-cache"
1010 os_images_auth_type : " {{ openstack_auth_type }}"
1111 os_images_auth : " {{ openstack_auth }}"
You can’t perform that action at this time.
0 commit comments