Role os_keystone for OpenStack-Ansible
Go to file
Dmitriy Rabotjagov a2783e4e3f Convert dynamic includes to static imports
When task/role files are included using include_tasks, tags are not
passed to the included tasks. As a result, tags like neutron-config
do not have the intended effect. This patch changes include_tasks
to import_tasks for all cases where dynamic vars or loops are not used
so that tags are properly handled.

Reference -
https://docs.ansible.com/ansible/latest/user_guide/playbooks_reuse.html
https://bugs.launchpad.net/openstack-ansible/+bug/1815043

Depends-On: https://review.opendev.org/665244/
Change-Id: I99cf83ef6bf99f23cdbe9d141c6bcf921e81265f
2019-06-28 12:28:51 +03:00
defaults db_setup: refactor database setup to a common file 2019-06-27 12:36:50 +00:00
doc Replace git.openstack.org with opendev.org 2019-05-24 17:12:37 +00:00
examples Remove keystone service user 2018-10-18 09:56:05 -07:00
files add gentoo support to keystone 2019-02-26 09:04:07 -06:00
handlers Set default address to wait for 2019-04-06 03:13:10 +00:00
library Resolved Keystone Federation bugs 2017-02-07 21:01:09 -06:00
meta Clarify supported SUSE versions 2019-05-27 07:15:23 +00:00
releasenotes Merge "Replacing the HTTP protocal with HTTPS in jobs.yaml." 2019-04-24 20:15:02 +00:00
tasks Convert dynamic includes to static imports 2019-06-28 12:28:51 +03:00
templates Merge "Fix distro installs on Ubuntu" 2019-06-11 08:48:32 +00:00
tests Replace git.openstack.org with opendev.org 2019-05-24 17:12:37 +00:00
vars Fix distro installs on Ubuntu 2019-06-03 13:05:41 -07:00
zuul.d Update uw_apache to run against bionic 2019-05-24 15:14:35 +00:00
.gitignore Updated from OpenStack Ansible Tests 2018-10-02 14:53:27 +00:00
.gitreview OpenDev Migration Patch 2019-04-19 19:36:31 +00:00
CONTRIBUTING.rst [Trivial Fix] Replace Chinese punctuation with English punctuation 2018-09-06 10:36:48 +08:00
LICENSE Updated role to be an independent role 2016-02-26 14:13:43 -06:00
README.rst Replace git.openstack.org with opendev.org 2019-05-24 17:12:37 +00:00
Vagrantfile Updated from OpenStack Ansible Tests 2019-06-27 10:22:00 +00:00
bindep.txt Updated from OpenStack Ansible Tests 2019-05-09 11:34:48 +00:00
manual-test.rc Use centralised test scripts 2016-09-28 08:56:33 +01:00
run_tests.sh Updated from OpenStack Ansible Tests 2019-05-09 11:34:48 +00:00
setup.cfg Update mailinglist from dev to discuss 2018-12-05 09:16:39 +08:00
setup.py Updated from global requirements 2017-03-02 11:51:52 +00:00
tox.ini Replace git.openstack.org with opendev.org 2019-05-24 17:12:37 +00:00

README.rst

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 by default.

Documentation for the project can be found at: https://docs.openstack.org/openstack-ansible-os_keystone/latest/

Release notes for the project can be found at: https://docs.openstack.org/releasenotes/openstack-ansible-os_keystone/

The project source code repository is located at: https://opendev.org/openstack/openstack-ansible-os_keystone/

The project home is at: https://launchpad.net/openstack-ansible

The project bug tracker is located at: https://bugs.launchpad.net/openstack-ansible