Role os_keystone for OpenStack-Ansible
Go to file
Andrew Smith 2b7eb22a89 Update to use oslo.messaging service for RPC and Notify
This introduces oslo.messaging variables that define the RPC and
Notify transports for the OpenStack services. These parameters
replace the rabbitmq values and are used to generate the messaging
transport_url for the service. The association of the messaging
backend server to the oslo.messaging services will then be
transparent to the keystone service.

This patch:
* Add oslo.messaging variables for RPC and Notify to defaults
* Update transport_url generation
* Update examples
* Add oslo.messaging to inventory
* Add release note

Depends-On: If4326a6848d2d32af284fdbb94798eb0b03734d5
Depends-On: I2b09145b60116c029fc85477399c24f94974b61d
Change-Id: I8d5b09dd0cb905e0dee40e260efbfeff1da180ce
2018-05-23 11:57:27 -04:00
defaults Update to use oslo.messaging service for RPC and Notify 2018-05-23 11:57:27 -04:00
doc Updated from global requirements 2018-03-15 07:35:08 +00:00
examples Update to use oslo.messaging service for RPC and Notify 2018-05-23 11:57:27 -04:00
handlers Use the venv contents instead of a git source for templates 2018-04-03 09:53:34 +01:00
library Resolved Keystone Federation bugs 2017-02-07 21:01:09 -06:00
meta Change include: to include_tasks: 2018-02-15 10:24:39 -06:00
releasenotes Update to use oslo.messaging service for RPC and Notify 2018-05-23 11:57:27 -04:00
tasks Add support for using distribution packages for OpenStack services 2018-05-14 13:13:41 +01:00
templates Update to use oslo.messaging service for RPC and Notify 2018-05-23 11:57:27 -04:00
tests Update to use oslo.messaging service for RPC and Notify 2018-05-23 11:57:27 -04:00
vars Add support for using distribution packages for OpenStack services 2018-05-14 13:13:41 +01:00
zuul.d Add support for using distribution packages for OpenStack services 2018-05-14 13:13:41 +01:00
.gitignore Updated from OpenStack Ansible Tests 2018-03-27 15:53:05 +00:00
.gitreview Implement base configuration for independent repository 2016-03-02 10:09:25 -05:00
bindep.txt Updated from OpenStack Ansible Tests 2017-12-06 00:06:13 +00:00
CONTRIBUTING.rst Updated role to be an independent role 2016-02-26 14:13:43 -06:00
LICENSE Updated role to be an independent role 2016-02-26 14:13:43 -06:00
manual-test.rc Use centralised test scripts 2016-09-28 08:56:33 +01:00
README.rst Update links in README 2018-03-03 12:00:26 +08:00
run_tests.sh Updated from OpenStack Ansible Tests 2018-04-30 05:14:52 +00:00
setup.cfg Update URL home-page in documents according to document migration 2017-07-14 03:21:58 +00:00
setup.py Updated from global requirements 2017-03-02 11:51:52 +00:00
test-requirements.txt Updated from global requirements 2018-03-13 07:14:33 +00:00
tox.ini Add support for using distribution packages for OpenStack services 2018-05-14 13:13:41 +01:00
Vagrantfile Updated from OpenStack Ansible Tests 2018-05-09 19:41:29 +00:00

Team and repository tags

image

OpenStack-Ansible keystone

Ansible role that installs and configures OpenStack Keystone. Keystone is installed behind the Apache webserver listening on port 5000 and port 35357 by default.

Documentation for the project can be found at: https://docs.openstack.org/openstack-ansible-os_keystone/latest/ The project home is at: https://launchpad.net/openstack-ansible