puppet-ironic/releasenotes/notes/service_catalog-manifest-49d5dd0784109d93.yaml
Dmitry Tantsur a3ca538547 Add separate manifest for configuring access to the service catalog
Without these parameters ironic uses keystone_authtoken credentials.
This is deprecated since Newton and can be removed at any moment.

Change-Id: I5e4caf484636069dd0cb80abe1f29a6613b4874f
Partial-Bug: #1661250
2017-03-15 16:25:56 +01:00

9 lines
374 B
YAML

---
features:
- |
New manifest "ironic::service_catalog" to set parameters for connecting to
the service catalog (used to fetch the ironic internal API URL)
Please set credentials for ironic to access the service catalog using this
manifest, otherwise ironic falls back to using "keystone_authtoken"
credentials, which are deprecated for this purpose.