puppet-ironic/releasenotes/notes/json-rpc-manifest-db95d2162857c54a.yaml
ramishra 0ef5303d05 Add separate manifest for configuring json-rpc
When using json-rpc transport rather than the default 'oslo',
this section need to be configured for both ironic-api and
ironic-conductor.

Though rpc_transport parameter was added with change[1], the
underlying configuration needed to enable json-rpc has not
been added.

[1] https://review.opendev.org/c/openstack/puppet-ironic/+/659053

Change-Id: Ic770798955482f038f06f920747d76f5f6dfc619
2021-07-28 16:41:38 +05:30

6 lines
172 B
YAML

---
features:
- |
New class ``ironic::json_rpc`` to set parameters for configuring json-rpc
has been added. Please set credentials for json-rpc using this class.