DevStack plugin for installation of container engine
Go to file
Hongbin Lu d9cbc6c325 Removing the confusing SWARM_MODE variable
The SWARM_MODE variable is for determining whether to set the
cluster_store options of docker daemon. Therefore, change it to
DOCKER_CLUSTER_STORE to make it clear.

Change-Id: I79f00c7cc158d825627ce6a9d28b053b0cf3c076
2017-04-29 13:52:43 -04:00
contrib Add gate_hook and post_test_hook 2017-04-28 01:33:25 +00:00
devstack Removing the confusing SWARM_MODE variable 2017-04-29 13:52:43 -04:00
.gitreview Added .gitreview 2017-04-12 09:03:39 +00:00
README.rst Add docker installation script 2017-04-17 17:13:45 -04:00

README.rst

Container Plugin

This plugin enables installation of container engine on Devstack. The default container engine is Docker.

Enabling in Devstack

  1. Download DevStack

  2. Add this repo as an external repository:

    > cat local.conf
    [[local|localrc]]
    enable_plugin devstack-plugin-container https://github.com/openstack/devstack-plugin-container
  3. run stack.sh