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: I382a2fed407b159731b9ecd2af16ce80f3bb0b74
This commit is contained in:
Jesse Pretorius 2018-08-01 09:55:24 +01:00 committed by Jesse Pretorius (odyssey4me)
parent 1c3b303208
commit 482d8580b0
3 changed files with 0 additions and 3 deletions

View File

@ -16,7 +16,6 @@
glance_distro_packages:
- git
- nfs-utils
- python-keystoneclient # Keystoneclient needed to OSA keystone lib
- rpcbind
glance_devel_distro_packages:

View File

@ -17,7 +17,6 @@
glance_distro_packages:
- git-core
- nfs-utils
- python-keystoneclient # Keystoneclient needed to OSA keystone lib
- rpcbind
glance_devel_distro_packages:

View File

@ -20,7 +20,6 @@ cache_timeout: 600
glance_distro_packages:
- git
- nfs-common
- python-keystoneclient # Keystoneclient needed to OSA keystone lib
- rpcbind
glance_devel_distro_packages: