Remove python-keystoneclient package install

Now that we no longer use our own keystone module, but
instead make use of the ansible runtime venv's shade
library and upstream ansible modules, we can eliminate
this package/library being installed on the host.

Change-Id: Ib824e6e2b6e8182b2423667f03649b2bbe8da962
This commit is contained in:
Jesse Pretorius 2018-08-01 09:54:25 +01:00
parent 168b6f1f19
commit 017f1d5100
4 changed files with 0 additions and 4 deletions

View File

@ -291,7 +291,6 @@ cinder_pip_packages:
- osprofiler
- PyMySQL
- python-openstackclient
- python-keystoneclient
- python-memcached
- systemd-python
- uwsgi

View File

@ -24,7 +24,6 @@ cinder_distro_packages:
- postgresql-devel
- kmod-devel
- kmod-libs
- python-keystoneclient # Keystoneclient needed to OSA keystone lib
- zlib-devel
- which
- iscsi-initiator-utils

View File

@ -23,7 +23,6 @@ cinder_distro_packages:
- rpcbind
- libxslt-devel
- postgresql-devel
- python-keystoneclient # Keystoneclient needed to OSA keystone lib
- libkmod-devel
- libkmod2
- zlib-devel

View File

@ -30,7 +30,6 @@ cinder_distro_packages:
- libxslt1-dev
- nfs-common
- open-iscsi
- python-keystoneclient # Keystoneclient needed to OSA keystone lib
- rpcbind
- rsync
- zlib1g