kolla-ansible/releasenotes/notes/fix-cyborg-host-config-dee1d79476b94981.yaml
wuchunyang 76579b80a1 Fix cyborg api doesn't listen on api interface
host -> host_ip[0]
Remove deprecated configuration notification_topics.

WARNING oslo_config.cfg [-] Deprecated: Option "notification_topics"
from group "DEFAULT" is deprecated. Use option "topics" from
group "oslo_messaging_notifications".

[0]https://docs.openstack.org/cyborg/latest/configuration/sample-config.html

Change-Id: Ia5d53fb60d34c1509c6cdb905cbd0a93dd1c8b3d
2021-03-26 21:38:59 +08:00

7 lines
225 B
YAML

---
fixes:
- |
Fix cyborg api doesn't listen on api interface. change host to
host_ip in cyborg.conf. See the `cyborg documentation
<https://docs.openstack.org/cyborg/latest/configuration/sample-config.html>`__