DevStack plugin for installation of container engine
Go to file
Hongbin Lu 3a078f9768 Remove duplicated session in systemd unit file
The session 'Service' is duplicated in the docker systemd drop-in.

Change-Id: Ia391052c4376be207ff5e43fb18ddcb5251a0784
2017-07-04 22:28:57 +00:00
contrib Add gate_hook and post_test_hook 2017-04-28 01:33:25 +00:00
devstack Remove duplicated session in systemd unit file 2017-07-04 22:28:57 +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