Merge "Do not pip install keystoneclient on the host"
This commit is contained in:
commit
6fe6de351f
@ -224,7 +224,6 @@ glance_service_in_ldap: false
|
||||
# Cinder packages that must be installed before anything else
|
||||
glance_requires_pip_packages:
|
||||
- virtualenv
|
||||
- python-keystoneclient # Keystoneclient needed to OSA keystone lib
|
||||
- httplib2
|
||||
|
||||
# Common pip packages
|
||||
|
@ -17,6 +17,7 @@ glance_distro_packages:
|
||||
- git
|
||||
- libxml2-devel
|
||||
- nfs-utils
|
||||
- python-keystoneclient # Keystoneclient needed to OSA keystone lib
|
||||
- rpcbind
|
||||
|
||||
glance_service_distro_packages:
|
||||
|
@ -18,6 +18,7 @@ glance_distro_packages:
|
||||
- git-core
|
||||
- libxml2-devel
|
||||
- nfs-utils
|
||||
- python-keystoneclient # Keystoneclient needed to OSA keystone lib
|
||||
- rpcbind
|
||||
|
||||
glance_service_distro_packages:
|
||||
|
@ -21,6 +21,7 @@ glance_distro_packages:
|
||||
- git
|
||||
- libxml2-dev
|
||||
- nfs-common
|
||||
- python-keystoneclient # Keystoneclient needed to OSA keystone lib
|
||||
- rpcbind
|
||||
|
||||
glance_service_distro_packages:
|
||||
|
Loading…
x
Reference in New Issue
Block a user