DevStack plugin for installation of container engine
Go to file
Hongbin Lu e39a806b9f Handle missing of package linux-image-extra-virtual
This package doesn't present at ec2 Ubuntu instance. Docker
installation may or may not work in this case. This commit
detect the presence of these packages and print a warning.

Change-Id: I2c5b4ed1446d63949be4d181da696933df4c64f8
2017-05-27 22:57:21 +00:00
contrib Add gate_hook and post_test_hook 2017-04-28 01:33:25 +00:00
devstack Handle missing of package linux-image-extra-virtual 2017-05-27 22:57:21 +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