tripleo-heat-templates/releasenotes/notes/add-auth-strategy-parameters-neutron-ironic-3d7330a7dc82f43d.yaml
ramishra f065bb96b5 Add parameters to specify auth_strategy
Adds ``NeutronAuthStrategy`` and ``IronicAuthStrategy``
parameters and makes the necessary changes in the services
to deploy using them.

Change-Id: Ib62678debc3d27ecc1d2bd3d817cf12e69253a18
2021-07-01 19:46:00 +05:30

8 lines
285 B
YAML

---
features:
- |
Adds two new parameters 'IronicAuthStrategy' and 'NeutronAuthStrategy'
that defaults to 'keystone'. This would allow deploying standalone
ironic and neutron services without keystone using different
'auth_strategies' like 'http_basic' and 'noauth'.