From 29dec55ddd27845d539e869d69a9474aec727b93 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Thu, 3 Mar 2016 15:18:02 +0000 Subject: [PATCH] Initial commit for bindep requirements Change-Id: Icc6cd26b55ee3471e81c3419a219e43bf40a23fa --- other-requirements.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 other-requirements.txt diff --git a/other-requirements.txt b/other-requirements.txt new file mode 100644 index 0000000..11dcac9 --- /dev/null +++ b/other-requirements.txt @@ -0,0 +1,11 @@ +# This file facilitates OpenStack-CI package installation +# before the execution of any tests. +# +# See the following for details: +# - http://docs.openstack.org/infra/bindep/ +# - https://github.com/openstack-infra/bindep +# +# Even if the role does not make use of this facility, it +# is better to have this file empty, otherwise OpenStack-CI +# will fall back to installing its default packages which +# will potentially be detrimental to the tests executed.