Skip to content

QMROCT/vagrant-devstack-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This Vagrant environment sets up an Ubuntu 14.04, installs Devstack with Docker and adds an example Docker container running an SSH Daemon Service.

Horizon will be reachable at localhost:8080.

Usage

git clone https://github.com/QMROCT/vagrant-devstack-docker
cd vagrant-devstack-docker
vagrant up
# … wait …
vagrant ssh
source /opt/stack/devstack/openrc
nova boot --image docker-ssh --flavor 1 docker-ssh
ssh [email protected]

Read more about it on wiki.openstack.org/Docker.

Thanks

This repo is based on DevstackUp.

About

Vagrant based Devstack with Docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages