Add ensure-virtualenv to nodepool-functional-openstack
This playbook attempts to create a virtualenv, which now fails since virtualenv is not included in the base image. This adds the ensure-virtualenv role to make sure it is present. Change-Id: Id4e41fb6022536ce77cf274626d4fc3e0c6329eb Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
parent
db6a8944ee
commit
004f60eb8b
@ -5,6 +5,7 @@
|
||||
- role: test-setup
|
||||
zuul_work_dir: "{{ zuul.projects['opendev.org/zuul/nodepool'].src_dir }}"
|
||||
- ensure-devstack
|
||||
- ensure-virtualenv
|
||||
tasks:
|
||||
# Create the virtualenv so we can control the python version
|
||||
- name: Create virtualenv
|
||||
|
Loading…
Reference in New Issue
Block a user