Added local IP to vagrant.sh

Explicitly included the IP address to the generated localrc.
Variable substitution actually occurs in the script and is not output
to the config file. I could escape it, but this was faster.

Change-Id: Ife15221d86c764e97fd02951db6410261827ca1b
This commit is contained in:
Michael Krotscheck
2016-08-11 09:52:28 -07:00
parent 327dceee2b
commit 62cf2d2f6a

View File

@@ -28,9 +28,10 @@ EOL
# Add some other settings.
cat >/devstack/local.conf <<EOL
[localrc]
[[local|localrc]]
HOST_IP=192.168.99.99
SERVICE_HOST=$HOST_IP
SERVICE_HOST=192.168.99.99
RECLONE=True
#CINDER_BRANCH=milestone-proposed
#GLANCE_BRANCH=milestone-proposed