puppet-ironic/releasenotes/notes/inspector-manifest-77e1cb21ba93b55c.yaml
Dmitry Tantsur 09cb07a7c9 Add separate manifest for configuring access from ironic to inspector
Without these parameters ironic uses keystone_authtoken credentials.
This is deprecated since Newton and can be removed at any moment.

Also introduce "enabled" and "service_url" options for completeness.

Change-Id: I652db2b74924789d1431a89af8e07a68699de697
Partial-Bug: #1661250
2017-03-15 16:24:08 +01:00

11 lines
412 B
YAML

---
features:
- |
New manifest "ironic::drivers::inspector" to set parameters for connecting
from ironic to to ironic-inspector.
Please set credentials for ironic to access ironic-inspector using this
manifest, otherwise ironic falls back to using "keystone_authtoken"
credentials, which are deprecated for this purpose.
Also allows configuring "enabled" and "service_url" parameters.