DevStack plugin for installation of container engine
Go to file
Hongbin Lu a6365b0570 Add gate_hook and post_test_hook
We are setting up a devstack job for this plugin. These hooks will
be leveraged by the job.

Change-Id: I751c46bcc1768894f588c0f6689555a4392082b0
2017-04-28 01:33:25 +00:00
contrib Add gate_hook and post_test_hook 2017-04-28 01:33:25 +00:00
devstack Add gate_hook and post_test_hook 2017-04-28 01:33:25 +00: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