Remove the host ip in local.conf.sample for devstack

The host ip setting HOST_IP=172.16.10.10 in local.conf.sample
for devstack should be removed. So that the host ip 127.0.0.1
will be used by default

Bug: https://bugs.launchpad.net/tricircle/+bug/1526204

Change-Id: Ided0f889de7317c6890a61334a6c917893d5d57e
Signed-off-by: Chaoyi Huang <joehuang@huawei.com>
This commit is contained in:
Chaoyi Huang 2015-12-15 17:02:12 +08:00
parent eb72e17653
commit 4275d81719
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ LOGFILE=/opt/stack/logs/stack.sh.log
VERBOSE=True
LOG_COLOR=True
SCREEN_LOGDIR=/opt/stack/logs
HOST_IP=172.16.10.10
HOST_IP=127.0.0.1
FIXED_RANGE=10.0.0.0/24
NETWORK_GATEWAY=10.0.0.1
FIXED_NETWORK_SIZE=256