From 1603675ba8e7a4c283c1fd375f70c2aa1fd0e590 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Mon, 8 Aug 2016 13:57:11 -0700 Subject: [PATCH] Add a fake-secure.conf In order to run nodepool in the foreground for development, a secure.conf that coressponds to the fake.yaml is needed. Change-Id: I274a6fe9be0cb62335804163c28131a2db652333 --- tools/fake-secure.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tools/fake-secure.conf diff --git a/tools/fake-secure.conf b/tools/fake-secure.conf new file mode 100644 index 000000000..7f17831b4 --- /dev/null +++ b/tools/fake-secure.conf @@ -0,0 +1,8 @@ +[database] +dburi=mysql+pymysql://nodepool@localhost/nodepool + +[jenkins "fake-target"] +user=fake +apikey=fake +credentials=fake +url=http://fake-url