2299875327092efbd6e900ad3a92d9fcd673690c
This is a mechanically generated patch to complete step 1 of moving the zuul job settings out of project-config and into each project repository. Because there will be a separate patch on each branch, the branch specifiers for branch-specific jobs have been removed. Because this patch is generated by a script, there may be some cosmetic changes to the layout of the YAML file(s) as the contents are normalized. See the python3-first goal document for details: https://governance.openstack.org/tc/goals/stein/python3-first.html Change-Id: If31ebf3fd60fc756b259cf949f5e276b77cfc378 Story: #2002586 Task: #24327
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%