Remove dependency on python-kubernetes

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
This commit is contained in:
Davanum Srinivas 2015-05-12 10:15:18 -04:00
parent 7c00db5734
commit 9f37aa13b1
2 changed files with 0 additions and 4 deletions

View File

@ -12,9 +12,6 @@ if is_service_enabled m-api m-cond; then
if [[ "$1" == "stack" && "$2" == "pre-install" ]]; then
echo_summary "Before Installing magnum"
mkdir -p $SCREEN_LOGDIR
if [[ -z `grep 'python-kubernetes' ${REQUIREMENTS_DIR}/global-requirements.txt` ]]; then
echo "python-kubernetes>=0.2" >> ${REQUIREMENTS_DIR}/global-requirements.txt
fi
if [[ -z `grep 'docker-py' ${REQUIREMENTS_DIR}/global-requirements.txt` ]]; then
sed -i 's/requests>=.*/requests>=2.5.2/g' ${REQUIREMENTS_DIR}/global-requirements.txt
echo "docker-py>=1.1.0" >> ${REQUIREMENTS_DIR}/global-requirements.txt

View File

@ -21,7 +21,6 @@ oslo.i18n>=1.5.0,<1.6.0 # Apache-2.0
python-heatclient>=0.3.0
python-keystoneclient>=1.1.0
python-glanceclient>=0.15.0
python-kubernetes>=0.2
six>=1.9.0
SQLAlchemy>=0.9.7,<=0.9.99
taskflow>=0.7.1,<0.8.0