openstack-ansible-os_neutron/vars
Markos Chandras 6b8e24d6cf 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. Moreover, we do not need to
fetch the httplib2 module from PIP since it's provided by distribution
repositories.

Implements: blueprint openstack-distribution-packages
Change-Id: Ic40f0ac06ba63bc601dc0bc1cf3fafb87c88269f
2018-06-15 10:19:10 +01:00
..
distro_install.yml Add support for using distribution packages for OpenStack services 2018-06-11 13:21:17 +01:00
main.yml Add support for using distribution packages for OpenStack services 2018-06-11 13:21:17 +01:00
redhat-7.yml Do not pip install keystoneclient on the host 2018-06-15 10:19:10 +01:00
source_install.yml Do not pip install keystoneclient on the host 2018-06-15 10:19:10 +01:00
suse-42.yml Do not pip install keystoneclient on the host 2018-06-15 10:19:10 +01:00
ubuntu-16.04.yml Do not pip install keystoneclient on the host 2018-06-15 10:19:10 +01:00