Vagrant setup for a Liberty Devstack setup running on Ubuntu 14.04
- Vagrant (https://www.vagrantup.com/)
- VirtualBox (https://www.virtualbox.org/wiki/Downloads)
- Clone this repo
- Edit the local.conf file for any Devstack specific settings you want to use
- Pay close attention to the HOST_IP choice as it should match the Vagrantfile
- Edit the Vagrantfile for any specific settings you want to change
- Pay close attention to the "private_network" setting as that should match HOST_IP from step 2
- vagrant up
- vagrant will download an Ubuntu 14.04 box
- vagrant will launch the box and apply the provisioning step to get/configure/launch devstack
- You will end up with a fully running Liberty Devstack environment
- Welcome to OpenStack!