Go to file
Hongbin Lu 718e499466 Set debug mode according to ENABLE_DEBUG_LOG_LEVEL
Docker turn off debug mode by default, but the non-debug mode
doesn't provide enough information for development. It is handy
to have a way to turn on the debug mode.

Change-Id: I403ea7cc43b0b0808bfac3ec6f9ac7586f4723f6
2017-09-27 23:04:40 +00:00
2017-04-12 09:03:39 +00:00
2017-04-17 17:13:45 -04:00

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

Description
DevStack plugin for installation of container engine
Readme 1.2 MiB
Languages
Shell 100%