Drop python-cinderclient usage

We've switched everything to python-openstackclient and therefore
the usage of python-cinderclient is no longer necessary.

Change-Id: I05e3b8f17e3a83b53a2f9502f2f52801ec6093a5
This commit is contained in:
Mohammed Naser 2018-06-25 10:24:07 -04:00
parent 6904918189
commit e05734c781
4 changed files with 0 additions and 4 deletions

View File

@ -276,7 +276,6 @@ cinder_pip_packages:
- keystonemiddleware - keystonemiddleware
- PyMySQL - PyMySQL
- python-openstackclient - python-openstackclient
- python-cinderclient
- python-keystoneclient - python-keystoneclient
- python-memcached - python-memcached
- uwsgi - uwsgi

View File

@ -32,7 +32,6 @@ cinder_distro_packages:
cinder_service_distro_packages: cinder_service_distro_packages:
- openstack-cinder - openstack-cinder
- python-openstackclient - python-openstackclient
- python-cinderclient
- python2-shade - python2-shade
- uwsgi - uwsgi
- uwsgi-plugin-python - uwsgi-plugin-python

View File

@ -37,7 +37,6 @@ cinder_service_distro_packages:
- openstack-cinder-scheduler - openstack-cinder-scheduler
- openstack-cinder-volume - openstack-cinder-volume
- python-openstackclient - python-openstackclient
- python-cinderclient
- python-shade - python-shade
- uwsgi - uwsgi
- uwsgi-python - uwsgi-python

View File

@ -42,7 +42,6 @@ cinder_service_distro_packages:
- cinder-scheduler - cinder-scheduler
- cinder-volume - cinder-volume
- python-openstackclient - python-openstackclient
- python-cinderclient
- python-shade - python-shade
- uwsgi - uwsgi
- uwsgi-plugin-python - uwsgi-plugin-python