Log where we tried to find a pre-entrypoint nova-manage.

Change-Id: I90468a2f14338afed741886c092b7521139f0c54
This commit is contained in:
Michael Still 2013-12-06 01:28:27 +11:00 committed by Joshua Hesketh
parent 7601a6363f
commit 66db25e785

View File

@ -65,9 +65,12 @@ EOF
nova_manage="$3/nova/bin/nova-manage"
if [ -e $nova_manage ]
then
echo "Running nova-manage that pre-dates entry points"
set -x
python $nova_manage --config-file $2/nova-$1.conf --verbose db sync $8
else
echo "No such file: $nova_manage"
echo "Setting up the nova-manage entry point"
python setup.py -q clean
python setup.py -q develop
python setup.py -q install