This project was inspired by Brian Waldon's vagrant_devstack repository.
It sets up a virtual machine suitable for running devstack. It's configured for Ubuntu 12.04 (precise) to run the stable/grizzly branch.
You need to have the following installed to use this:
You also need the Ubuntu precise 64 box installed. If you have vagrant installed, just do:
vagrant box add precise64 http://files.vagrantup.com/precise64.box
git clone https://github.com/lorin/devstack-vm
cd devstack-vm
vagrant up
vagrant ssh
cd ~/devstack
./stack.sh
When lgoged into the instance, to run as the demo user:
cd ~/devstack
source openrc
To run as the admin user:
cd ~/devstack
source openrc admin