
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. Implements: blueprint openstack-distribution-packages Change-Id: I90c9e6732e71e153aa37f9bf69bdda679439f8b3
Team and repository tags
OpenStack-Ansible glance
This Ansible role installs and configures OpenStack glance and the glance registry.
- Documentation for the project can be found at:
-
https://docs.openstack.org/openstack-ansible-os_glance/latest/
- The project home is at:
Description
Languages
Jinja
48.1%
Python
37.3%
Shell
14.6%