puppet-ironic/releasenotes/notes/switch_to_oslo_messaging-3dabb3d90892b881.yaml
Mykyta Karpin a632be23fd Switch ironic to use puppet-oslo module
Messaging (rabbit), db and logging parameters
are configured using puppet-oslo module

Additional changes:

* switch messaging related parameters to
  $::os_service_default as they are used
  in oslo::messaging_rabbit define
* add rpc_response_timeout option as it is
  used in oslo module and needed by tripleo
* update unit tests

Depends-On: I1ccf3dc5c69733d0b1ae6eb5c22f8c80f1c89161
Change-Id: Ic9b302490dfab401f97808c63afabefed2e86199
2016-04-28 11:00:14 +03:00

6 lines
230 B
YAML

---
features:
- Use oslo module for messaging (rabbit), db and logging configuration.
Messaging related parameters were switched to $::os_service_default.
Docs string for parameter were updated according to oslo module.