openstack-ansible-os_keystone/releasenotes/notes/keystone-upstream-config-files-d16f27fc1332ed83.yaml
Jesse Pretorius ffcdaf0c92 Source template files from git or deploy host
Instead of sourcing the paste/policy files from the role,
the deploy host will first be checked, then the git source.

This eliminates our need to carry the template files and
keep them up to date. It also ensures that if a custom git
source or alternative SHA is used, the correct source
templates are used.

Related-To: I97476c42172cace5601f777e771ba0aa649b05ca
Change-Id: I910bb1700bafd48185c15d64401c8f8e93c696ea
2017-04-04 09:51:09 +00:00

10 lines
452 B
YAML

---
features:
- The ``os_keystone`` role will now (by default) source the
``keystone-paste.ini``, ``policy.json`` and ``sso_callback_template.html``
templates from the service git source instead of from the role. It also
now includes a facility where you can place your own templates in
``/etc/openstack_deploy/keystone`` (by default) and it will be
deployed to the target host after being interpreted by the
template engine.