ansible-role-requirements: Add common python_venv_build role
In order to allow tests to work as the use of the common role is implemented in the various roles, we pre-implement the addition of the role into the a-r-r file. Change-Id: Ibc431c82610549171be9f044ac48c4b5f1a50781 Implements: blueprint python-build-install-simplification Signed-off-by: Jesse Pretorius <jesse.pretorius@rackspace.co.uk>
This commit is contained in:
parent
39b3e9a934
commit
87b8584ac1
@ -66,3 +66,7 @@
|
||||
src: https://github.com/openstack/ansible-role-systemd_service
|
||||
scm: git
|
||||
version: master
|
||||
- name: python_venv_build
|
||||
src: https://git.openstack.org/openstack/ansible-role-python_venv_build
|
||||
scm: git
|
||||
version: master
|
||||
|
Loading…
Reference in New Issue
Block a user