Restore ability to run nodepoold with fakes

With OSC and shade patches, we lost the ability to run nodepoold
in the foreground with fakes.  This restores that ability.

The shade integration unit tests are updated to use the string
'real' rather than 'fake' in config files, as they are trying to
avoid actually using the nodepool fakes, and the use of the string
'fake' is what triggers their use in many cases.

Change-Id: Ia5d3c3d5462bc03edafcc1567d1bab299ea5d40f
This commit is contained in:
James E. Blair
2015-10-05 10:50:54 -07:00
parent 7c9c0516c5
commit 2e05f1850f
7 changed files with 128 additions and 35 deletions

View File

@@ -1,4 +1,5 @@
script-dir: .
images-dir: tools/images
cron:
check: '*/15 * * * *'