bcwaldon / vagrant_devstack

Vagrant project that sets up a devstack environment
82 stars 23 forks source link

Extra variables, hostname based on repo used and a workaround/fix for /vagrant/home deletion while installing #7

Closed patux closed 12 years ago

patux commented 12 years ago

Add extra variables for avoid to touch Vagrantfile and just focus on /etc/vagrant.yaml for customized instances of vagrant_devstack. Set the hostname based on the branch used. Add a workaround/fix for a bug on https://github.com/osops/devstack.git (stack.sh) deletes the instances dir set on /home/vagrant by default, so it deletes the entire home dir while installing master branch.