Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 944 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 944 Bytes

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.