From f616e239c778fb122fdab38b81a3868ccc120338 Mon Sep 17 00:00:00 2001 From: Chris Krelle Date: Tue, 4 Mar 2014 13:20:30 -0800 Subject: 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 Co-Author: Devananda van der Veen Change-Id: I3351dee1a4b2dfb50317ce85dffe8012f0feca6c --- tools/config/generate_sample.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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" -- cgit v1.2.1