Merge "Use the local /vagrant dir for copying the config and support scripts"

This commit is contained in:
Jenkins 2016-05-25 05:59:17 +00:00 committed by Gerrit Code Review
commit 7cc0bfb9fc
2 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -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