f896c2311639dd8f7ea72064bdb78570d824b164
This commit adds support for installing cri-o as container engine in CentOS and Fedora. Tested on CentOS 7.6 and Fedora 28. Change-Id: I0e10e06156e02397b5cd64efe802869d0e96b231
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%