Files
puppet-mistral/releasenotes/notes/api-keystone-authtoken-5563be4c165b35fc.yaml
Alex Schultz b8612ad8d3 Include authtoken configuration for api
Ie6a6003d667c8c6045439ca3d35f0f121097bddc removed the inclusion of
::mistral::keystone::authtoken in the ::mistral class. This change adds
it to the api configuration which matches what we have for other
modules. Additionally this change add auth_strategy to the api class to
allow users to be able to disable it if they don't want to configuration
keystone.

Change-Id: I68037d0a1f8f43ca40ef6faff119c3fb4b535a90
Closes-Bug: #1777541
2018-06-18 21:35:03 -06:00

8 lines
274 B
YAML

---
upgrade:
- |
Added `auth_strategy` to ::mistral::api to configure the inclusion of
::mistral::keystone::authtoken during the api configuration. Set this to
something other than 'keystone' to have ::mistral::api not include the
authtoken configuration.