OS_HOST_IP is not working, replacing with HOST_IP
Change-Id: I5ca85d046240890c51fb36bff4abba1bfa5934da
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user