diff --git a/ansible/install/roles/rally/tasks/main.yml b/ansible/install/roles/rally/tasks/main.yml index 299d0d040..282c981b6 100644 --- a/ansible/install/roles/rally/tasks/main.yml +++ b/ansible/install/roles/rally/tasks/main.yml @@ -54,6 +54,13 @@ name: 'SQLAlchemy<2.0.0' virtualenv: "{{ rally_venv }}" +# Till browbeat code is compatible with novaclient-18.3.0 +# https://bugs.launchpad.net/openstack-browbeat/+bug/2008235 +- name: Ensure python-novaclient<=17.6.0 + pip: + name: 'python-novaclient<=17.6.0' + virtualenv: "{{ rally_venv }}" + - name: Create rally configuration directory file: path: "{{ rally_venv }}/etc/rally"