Skip to content

Commit

Permalink
Pin neutron, keystone and cinder tempest plugins to py2 compatible ve…
Browse files Browse the repository at this point in the history
…rsions where needed

On the OSA Train branch, Centos-7 deploys with python2 and the other
operating systems use python3. Debian stable (stretch) uses python
3.5.

This patch pins the tempest plugin versions to ones which support
python2.7 and 3.5 or later.

Depends-On: https://review.opendev.org/780562
Change-Id: I4c9793aaeca46e2e0b7528de8fa0dc222803debb
  • Loading branch information
Jonathan Rosser authored and Dmitriy Rabotyagov committed Mar 16, 2021
1 parent ff256cc commit eeb3c42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vars/main.yml
Expand Up @@ -59,7 +59,7 @@ _tempest_plugins:
cinder:
- name: cinder-tempest-plugin
repo: https://opendev.org/openstack/cinder-tempest-plugin
branch: master
branch: 0.3.1
install: "{{ tempest_service_available_cinder | bool }}"
cloudkitty:
- name: cloudkitty-tempest-plugin
Expand Down Expand Up @@ -89,7 +89,7 @@ _tempest_plugins:
keystone:
- name: keystone-tempest-plugin
repo: https://opendev.org/openstack/keystone-tempest-plugin
branch: master
branch: 0.3.0
install: yes
magnum:
- name: magnum-tempest-plugin
Expand Down Expand Up @@ -124,7 +124,7 @@ _tempest_plugins:
neutron:
- name: neutron-tempest-plugin
repo: https://opendev.org/openstack/neutron-tempest-plugin
branch: 0.9.0
branch: "{{ (tempest_venv_python_executable == 'python2') | ternary('0.2.0', '0.3.0') }}"
install: "{{ tempest_service_available_neutron | bool }}"
novajoin:
- name: novajoin-tempest-plugin
Expand Down

0 comments on commit eeb3c42

Please sign in to comment.