9f37aa13b1
python-kubernetes used to be in: https://github.com/cosmos-io/python-kubernetes/ now it is in: https://github.com/pjs7678/python-kubernetes/ However, we are not even using that in current code as far as i can tell and we are actively working on python-k8client: https://blueprints.launchpad.net/magnum/+spec/python-k8sclient So let's get rid of this, as we cannot justify adding this to the global requirements as it is not that actively maintainer and as it does not support python3 Change-Id: I15310f66ecdcd1fb0496e41e5311cebbba3ba706
Devstack Integration
This directory contains the files necessary to integrate Magnum with devstack.
Refer the quickstart guide for more information on using devstack and magnum.
Running devstack with magnum for the first time may take a long time as it needs to download an atomic fedora 21 qcow image. If you already have this image you can copy it to /opt/stack/devstack/files/fedora-21-atomic-3.qcow2 to save you this time.
To install magnum into devstack, add the following settings to enable magnum plugin: :
cat > /opt/stack/devstack/local.conf << END
[[local|localrc]]
enable_plugin magnum https://github.com/openstack/magnum master
END
Run devstack as normal: :
cd /opt/stack/devstack
./stack.sh