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:
@@ -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
|
||||
|
Reference in New Issue
Block a user