https://github.com/dolph/vagrant-devstack
Bootstrap devstack in a vagrant virtual machine
https://github.com/dolph/vagrant-devstack
Last synced: about 1 year ago
JSON representation
Bootstrap devstack in a vagrant virtual machine
- Host: GitHub
- URL: https://github.com/dolph/vagrant-devstack
- Owner: dolph
- Created: 2013-07-23T17:21:43.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-02-24T13:33:03.000Z (over 12 years ago)
- Last Synced: 2024-10-04T19:09:58.851Z (over 1 year ago)
- Language: Shell
- Size: 117 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
vagrant-devstack
================
Start a [devstack](http://devstack.org/) instance in a [vagrant](http://www.vagrantup.com/) virtual machine:
$ vagrant up
Note the usernames and passwords provided at the end of the run.
[Horizon](https://github.com/openstack/horizon/) will be port forwarded:
$ open http://127.0.0.1:8000/
Login to the machine as the `stack` user:
$ vagrant ssh
$ sudo su - stack