OS_HOST_IP is not working, replacing with HOST_IP

Change-Id: I5ca85d046240890c51fb36bff4abba1bfa5934da
This commit is contained in:
janonymous
2016-12-06 12:29:51 +05:30
parent 56d288f508
commit 3e884a5f2d

View File

@@ -1,7 +1,7 @@
#!/bin/sh
export OS_USER=vagrant
export OS_HOST_IP=172.68.5.10
export HOST_IP=127.0.0.1
# run script
bash /vagrant/devstack.sh "$1"