From b19ccccc22e27b6e60529b404582f1f6068e104e Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Tue, 27 Mar 2018 13:38:40 +0100 Subject: [PATCH] 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: I69d9d1b8b5ea7c62425e1d38e7f551ebe3cc57c3 Implements: blueprint python-build-install-simplification Signed-off-by: Jesse Pretorius --- ansible-role-requirements.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ansible-role-requirements.yml b/ansible-role-requirements.yml index 6fdb65bf21..378e3101e6 100644 --- a/ansible-role-requirements.yml +++ b/ansible-role-requirements.yml @@ -218,3 +218,7 @@ src: https://git.openstack.org/openstack/ansible-role-systemd_networkd scm: git version: master +- name: python_venv_build + src: https://git.openstack.org/openstack/ansible-role-python_venv_build + scm: git + version: master