Merge "Use the local /vagrant dir for copying the config and support scripts"
This commit is contained in:
commit
7cc0bfb9fc
@ -13,7 +13,7 @@ the package appropriate for your system. On Ubuntu, simply type:
|
||||
and run 'vagrant up':
|
||||
|
||||
mkdir $HOME/lbaas-octavia-vagrant # or any other appropriate directory
|
||||
cp Vagrantfile $HOME/lbaas-octavia-vagrant
|
||||
cp Vagrantfile *.sh $HOME/lbaas-octavia-vagrant
|
||||
cd $HOME/lbaas-octavia-vagrant
|
||||
vagrant up
|
||||
|
||||
|
4
devstack/samples/Vagrantfile
vendored
4
devstack/samples/Vagrantfile
vendored
@ -87,9 +87,7 @@ Vagrant.configure(2) do |config|
|
||||
sudo apt-get -y install git
|
||||
|
||||
git clone https://git.openstack.org/openstack-dev/devstack
|
||||
git clone https://git.openstack.org/openstack/octavia
|
||||
cd octavia/devstack/samples
|
||||
cp local.* webserver.sh ~/devstack
|
||||
cp /vagrant/local.* /vagrant/webserver.sh ~/devstack
|
||||
cd ~/devstack
|
||||
./stack.sh
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user