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: I016a22a8b827a247c3962007aabffe04868058ad
This commit is contained in:
Jesse Pretorius 2018-08-10 14:53:22 +01:00
parent 65235260d7
commit fb0da66a24
3 changed files with 0 additions and 3 deletions

View File

@ -15,7 +15,6 @@
ceilometer_distro_packages:
- git
- python-keystoneclient # Keystoneclient needed to OSA keystone lib
ceilometer_devel_distro_packages:
- systemd-devel

View File

@ -16,7 +16,6 @@
ceilometer_distro_packages:
- git-core
- python-keystoneclient # Keystoneclient needed to OSA keystone lib
ceilometer_devel_distro_packages:
- pkg-config

View File

@ -19,7 +19,6 @@ cache_timeout: 600
# Common apt packages
ceilometer_distro_packages:
- git
- python-keystoneclient # Keystoneclient needed to OSA keystone lib
ceilometer_devel_distro_packages: []