b86b6cac76555ce0b20d7a0bec42d9986081dfb5
Seems like aforementioned package is not available on Ubuntu 18.04
(Bionic). This commit excludes that version from installation of Docker.
Change-Id: Ib1864497dd19caadf9077386ce278712e4f5de8f
(cherry picked from commit 17a865e064)
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%