From e363d43124a9af63c205a18c35de0799be1cf165 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Thu, 3 Mar 2016 15:14:50 +0000 Subject: [PATCH] Initial commit for bindep requirements Change-Id: I91e4c85793de6075daa6846542164b175d40c378 --- 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 00000000..11dcac97 --- /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.