
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: Id5d79db00e1a4aa4983aafd92c088ef8f13a7da0 Implements: blueprint openstack-distribution-packages
Team and repository tags
Swift role for OpenStack-Ansible
Ansible role to install OpenStack swift and swift registry.
- Documentation for the project can be found at:
-
https://docs.openstack.org/openstack-ansible-os_swift/latest
- The project home is at:
Description
Languages
Jinja
80.4%
Python
14.1%
Shell
5.5%