From 30bc715342ef44faa6363a8654d2325cfc7629a9 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Mon, 13 Mar 2017 12:35:02 -0400 Subject: [PATCH] Add bindep support Bindep is an automation tool used by openstack-infra to bootstrap a worker with default packages. This is not needed, since we depend on puppet to automate this step. Change-Id: I0a9c866eb6a76bf10586889b804c543a395846b3 --- bindep.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 bindep.txt diff --git a/bindep.txt b/bindep.txt new file mode 100644 index 0000000..4f9b425 --- /dev/null +++ b/bindep.txt @@ -0,0 +1,2 @@ +# This is a cross-platform list tracking distribution packages needed by tests; +# see http://docs.openstack.org/infra/bindep/ for additional information.