Merge "Do not pip install keystoneclient on the host"
This commit is contained in:
commit
5edbf0f199
@ -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
|
||||
|
@ -15,6 +15,7 @@
|
||||
|
||||
ceilometer_distro_packages:
|
||||
- git
|
||||
- python-keystoneclient # Keystoneclient needed to OSA keystone lib
|
||||
- rpcbind
|
||||
- rsync
|
||||
- which
|
||||
|
@ -16,6 +16,7 @@
|
||||
|
||||
ceilometer_distro_packages:
|
||||
- git-core
|
||||
- python-keystoneclient # Keystoneclient needed to OSA keystone lib
|
||||
- rpcbind
|
||||
- rsync
|
||||
- which
|
||||
|
@ -19,6 +19,7 @@ cache_timeout: 600
|
||||
# Common apt packages
|
||||
ceilometer_distro_packages:
|
||||
- git
|
||||
- python-keystoneclient # Keystoneclient needed to OSA keystone lib
|
||||
- rpcbind
|
||||
- rsync
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user