summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorChris Krelle <nobodycam@gmail.com>2014-03-04 13:20:30 -0800
committerDevananda van der Veen <devananda.vdv@gmail.com>2014-03-05 16:30:15 -0800
commitf616e239c778fb122fdab38b81a3868ccc120338 (patch)
treef82c20692320b239575a15195302b8be5d0ee416 /tools
parent9654a4e968fc1469cf2d1f567efa80dee65da5ab (diff)
downloadironic-f616e239c778fb122fdab38b81a3868ccc120338.tar.gz
Import Nova "ironic" driver
Import the Nova "ironic" driver from the Nova review queue. This Nova driver will not be present in the Icehouse release of Nova, but is required for Ironic functionality and can be installed as an out-of-tree driver. Co-Author: Lucas Alvares Gomes <lucasagomes@gmail.com> Co-Author: Devananda van der Veen <devananda.vdv@gmail.com> Change-Id: I3351dee1a4b2dfb50317ce85dffe8012f0feca6c
Diffstat (limited to 'tools')
-rwxr-xr-xtools/config/generate_sample.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/config/generate_sample.sh b/tools/config/generate_sample.sh
index a7ff74c70..36cc3f264 100755
--- a/tools/config/generate_sample.sh
+++ b/tools/config/generate_sample.sh
@@ -86,7 +86,7 @@ fi
BASEDIRESC=`echo $BASEDIR | sed -e 's/\//\\\\\//g'`
find $TARGETDIR -type f -name "*.pyc" -delete
-FILES=$(find $TARGETDIR -type f -name "*.py" ! -path "*/tests/*" \
+FILES=$(find $TARGETDIR -type f -name "*.py" ! -path "*/tests/*" ! -path "*/nova/*" \
-exec grep -l "Opt(" {} + | sed -e "s/^$BASEDIRESC\///g" | sort -u)
RC_FILE="`dirname $0`/oslo.config.generator.rc"