kolla: Bump tempest to 36.0.0
Change-Id: I9704089ed3a2adae3c8ebab3b1d5feced236e679
diff --git a/playbooks/kolla-setup-openstack-iscsi-multipath-storpool/pre.yaml b/playbooks/kolla-setup-openstack-iscsi-multipath-storpool/pre.yaml
index db8e89d..4e999e3 100644
--- a/playbooks/kolla-setup-openstack-iscsi-multipath-storpool/pre.yaml
+++ b/playbooks/kolla-setup-openstack-iscsi-multipath-storpool/pre.yaml
@@ -267,7 +267,7 @@
- name: Create a Tempest Venv
ansible.builtin.pip:
name:
- - git+https://opendev.org/openstack/tempest@34.2.0
+ - git+https://opendev.org/openstack/tempest@36.0.0
- python-tempestconf
virtualenv: "{{ tempest_venv }}"
@@ -280,4 +280,4 @@
- name: Configure Tempest with the Kolla OpenStack Cloud
shell: . {{ tempest_venv }}/bin/activate && discover-tempest-config --debug --os-cloud kolla-admin
args:
- chdir: "{{ ansible_env.HOME }}/cloud-01"
\ No newline at end of file
+ chdir: "{{ ansible_env.HOME }}/cloud-01"