Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This patch updates our global default configuration that had a TODO for the cinder notifications to explicitly state that it is disabled by default and that it's very easy to enable it. This is an excerpt of what a human operator would need to add to enable it: ``` apiVersion: core.openstack.org/v1beta1 kind: OpenStackControlPlane spec: cinder: customServiceConfig: | [oslo_messaging_notifications] driver = messagingv2 transport_url = {{ .TransportURL }} ``` Jira: #OSPRH-1613
- Loading branch information