We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3475e5 commit 857035dCopy full SHA for 857035d
stack.sh
@@ -173,7 +173,10 @@ SCHEDULER=${SCHEDULER:-nova.scheduler.simple.SimpleScheduler}
173
if [ ! -n "$HOST_IP" ]; then
174
HOST_IP=`LC_ALL=C /sbin/ifconfig eth0 | grep -m 1 'inet addr:'| cut -d: -f2 | awk '{print $1}'`
175
if [ "$HOST_IP" = "" ]; then
176
- echo "Could not determine host ip address. Please specify HOST_IP in your localrc."
+ echo "Could not determine host ip address."
177
+ echo "If this is not your first run of stack.sh, it is "
178
+ echo "possible that nova moved your eth0 ip address to the FLAT_NETWORK_BRIDGE."
179
+ echo "Please specify your HOST_IP in your localrc."
180
exit 1
181
fi
182
0 commit comments