fix typo
This commit is contained in:
parent
7c259cea84
commit
a3475e53c1
1 changed files with 1 additions and 1 deletions
2
stack.sh
2
stack.sh
|
@ -172,7 +172,7 @@ SCHEDULER=${SCHEDULER:-nova.scheduler.simple.SimpleScheduler}
|
||||||
# Use the eth0 IP unless an explicit is set by ``HOST_IP`` environment variable
|
# Use the eth0 IP unless an explicit is set by ``HOST_IP`` environment variable
|
||||||
if [ ! -n "$HOST_IP" ]; then
|
if [ ! -n "$HOST_IP" ]; then
|
||||||
HOST_IP=`LC_ALL=C /sbin/ifconfig eth0 | grep -m 1 'inet addr:'| cut -d: -f2 | awk '{print $1}'`
|
HOST_IP=`LC_ALL=C /sbin/ifconfig eth0 | grep -m 1 'inet addr:'| cut -d: -f2 | awk '{print $1}'`
|
||||||
if [ "$HOST_IP" = "" ];
|
if [ "$HOST_IP" = "" ]; then
|
||||||
echo "Could not determine host ip address. Please specify HOST_IP in your localrc."
|
echo "Could not determine host ip address. Please specify HOST_IP in your localrc."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue