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 1
1
---
2
2
# Path to create virtualenv in which to install python dependencies.
3
3
openstack_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 5
5
- container-clusters-templates
6
6
roles :
7
7
- role : stackhpc.os-container-clusters
8
- os_container_clusters_venv : " {{ openstack_venv }}"
8
+ os_container_clusters_venv : " {{ openstack_sdk_1_0_venv }}"
9
9
os_container_clusters_auth_type : " {{ openstack_auth_type }}"
10
10
os_container_clusters_auth : " {{ openstack_auth }}"
11
11
os_container_clusters_cacert : " {{ openstack_cacert }}"
Original file line number Diff line number Diff line change 5
5
- images
6
6
roles :
7
7
- role : stackhpc.os-images
8
- os_images_venv : " {{ ansible_env.PWD }}/openstack-images-venv "
8
+ os_images_venv : " {{ openstack_sdk_1_0_venv }}"
9
9
os_images_cache : " {{ ansible_env.PWD }}/openstack-config-image-cache"
10
10
os_images_auth_type : " {{ openstack_auth_type }}"
11
11
os_images_auth : " {{ openstack_auth }}"
You can’t perform that action at this time.
0 commit comments