Go to file
Ian Wienand 0e3d2f4783 Replace openstack.org git:// URLs with https://
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: I3c381fec24b4d4b0bfaf92f969ac5d06b2f0da44
2019-03-24 20:33:29 +00:00
2018-08-15 12:36:26 +00:00
2018-09-09 06:49:25 +02:00

Container Plugin

This plugin enables installation of container engine on Devstack. The default container engine is Docker (currently this plugin supports only Docker!).

Enabling in Devstack

1. Download DevStack

For more info on devstack installation follow the below link:

https://docs.openstack.org/devstack/latest/

2. Add this repo as an external repository

cat > /opt/stack/devstack/local.conf << END
[[local|localrc]]
enable_plugin devstack-plugin-container https://git.openstack.org/openstack/devstack-plugin-container
END

3. Run devstack

cd /opt/stack/devstack
./stack.sh
Description
DevStack plugin for installation of container engine
Readme 1.2 MiB
Languages
Shell 100%