ffcdaf0c92
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
10 lines
452 B
YAML
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.
|