Merge "Do not pip install keystoneclient on the host"

This commit is contained in:
Zuul 2018-06-04 02:19:13 +00:00 committed by Gerrit Code Review
commit 5edbf0f199
4 changed files with 3 additions and 1 deletions

View File

@ -126,7 +126,6 @@ ceilometer_keystone_auth_type: password
# ceilometer packages that must be installed before anything else
ceilometer_requires_pip_packages:
- httplib2
- python-keystoneclient # Keystoneclient needed to OSA keystone lib
- virtualenv
# Common pip packages

View File

@ -15,6 +15,7 @@
ceilometer_distro_packages:
- git
- python-keystoneclient # Keystoneclient needed to OSA keystone lib
- rpcbind
- rsync
- which

View File

@ -16,6 +16,7 @@
ceilometer_distro_packages:
- git-core
- python-keystoneclient # Keystoneclient needed to OSA keystone lib
- rpcbind
- rsync
- which

View File

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