Skip to content

Commit 4a7350e

Browse files
author
scrungus
committed
separate venv is unnecessary now as all roles updated to new sdk
1 parent f652f13 commit 4a7350e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ansible/openstack-container-clusters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- container-clusters-templates
66
roles:
77
- role: stackhpc.openstack.os_container_clusters
8-
os_container_clusters_venv: "{{ openstack_sdk_1_0_venv }}"
8+
os_container_clusters_venv: "{{ openstack_venv }}"
99
os_container_clusters_auth_type: "{{ openstack_auth_type }}"
1010
os_container_clusters_auth: "{{ openstack_auth }}"
1111
os_container_clusters_cacert: "{{ openstack_cacert }}"

ansible/openstack-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
- images
66
roles:
77
- role: stackhpc.openstack.os_images
8-
os_images_venv: "{{ openstack_sdk_1_0_venv }}"
8+
os_images_venv: "{{ openstack_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 }}"

0 commit comments

Comments
 (0)