0e3d2f478379f018c0b859df9acf4779c18ee885
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
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:
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
END3. Run devstack
Description
Languages
Shell
100%