a68600fc6c
This integrates the freshly added devstack plugin with the Kuryr Vagrant setup. Also cleans up a few nits found while here in plugin.sh Change-Id: I5de55e7d6415d4bffe8bb7a2b2e5e15188815c36 Signed-off-by: Kyle Mestery <mestery@mestery.com>
11 lines
211 B
Bash
Executable File
11 lines
211 B
Bash
Executable File
#!/bin/sh
|
|
|
|
export OS_USER=vagrant
|
|
export OS_HOST_IP=172.68.5.10
|
|
|
|
# run script
|
|
sh /vagrant/devstack.sh
|
|
|
|
#set environment variables for kuryr
|
|
su "$OS_USER" -c "echo 'source /vagrant/config/kuryr_rc' >> ~/.bashrc"
|