Merge "Do not pip install keystoneclient on the host"

This commit is contained in:
Zuul 2018-06-04 02:21:47 +00:00 committed by Gerrit Code Review
commit 6fe6de351f
4 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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:

View File

@ -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:

View File

@ -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: