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: Ib43a06a646d1d7037651ce4fe2f82cf61fc6dd5d
Implements: blueprint python-build-install-simplification
Signed-off-by: Jesse Pretorius <jesse.pretorius@rackspace.co.uk>
This commit is contained in:
Jesse Pretorius 2018-03-24 23:20:37 +00:00
parent ac670dbc93
commit 84c8d6d0f5
1 changed files with 4 additions and 0 deletions

View File

@ -70,3 +70,7 @@
src: https://git.openstack.org/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