openstack-ansible-os_cinder/vars
Markos Chandras a7953b326e Do not pip install keystoneclient on the host
The keystoneclient package is being installed on the host by PIP but
that means that a whole bunch of required dependencies are being pulled
in as well.

This brings the host to a rather messed up state when installing
keystone from distro packages, since distribution and
PIP packages are being mixed together. We only need the client to
register the service with keystone so we can simply use the distro
package for that to avoid installing lots of PIP packages on the
host.

Change-Id: I06c0825bcc0a5bfb0022f712f588ded0b3a389dd
Implements: blueprint openstack-distribution-packages
2018-05-31 08:34:43 +01:00
..
distro_install.yml vars: Do not install build dependencies for distro installs 2018-05-14 12:59:09 +01:00
main.yml Add support for using distribution packages for OpenStack services 2018-05-04 17:08:45 +01:00
redhat-7.yml Do not pip install keystoneclient on the host 2018-05-31 08:34:43 +01:00
source_install.yml vars: Do not install build dependencies for distro installs 2018-05-14 12:59:09 +01:00
suse-42.yml Do not pip install keystoneclient on the host 2018-05-31 08:34:43 +01:00
ubuntu-16.04.yml Do not pip install keystoneclient on the host 2018-05-31 08:34:43 +01:00