e82baba8d0
Add a Vagrant configuration for Astara. This makes it easy for someone to pull the openstack/astara repository and get up and running with an Astara setup quickly. Change-Id: I600328c2a53a8d4aff5bf39a96aaa5b79ef99464 Signed-off-by: Kyle Mestery <mestery@mestery.com>
8 lines
109 B
Bash
Executable File
8 lines
109 B
Bash
Executable File
#!/bin/sh
|
|
|
|
export OS_USER=vagrant
|
|
export OS_HOST_IP=172.68.5.10
|
|
|
|
# run script
|
|
bash /vagrant/devstack.sh "$1"
|