modified conf sample

This commit is contained in:
ubu
2013-09-17 05:24:40 -04:00
parent 894157512d
commit 9a68e91f9e
2 changed files with 81 additions and 619 deletions

View File

@@ -44,7 +44,7 @@ FILES=$(find manila -type f -name "*.py" ! -path "manila/tests/*" -exec \
grep -l "Opt(" {} \; | sort -u)
PYTHONPATH=./:${PYTHONPATH} \
python $(dirname "$0")/extract_opts_new.py ${FILES} > \
python $(dirname "$0")/extract_opts.py ${FILES} > \
$OUTPUTFILE
# When we use openstack.common.config.generate we won't need this any more