Re-enable the rabbitmq section in nova.conf
Commit c009d5e18d
too aggressively
removed deprecated items. The oslo_messaging_rabbit section of the
template is still required for SSL.
Re-enable the oslo_messaging_rabbit section of the template.
Change-Id: I966c59122ba4dfbbddb09416f8f8123caa0d575f
This commit is contained in:
@@ -145,9 +145,7 @@ enabled=True
|
|||||||
[conductor]
|
[conductor]
|
||||||
workers = {{ workers }}
|
workers = {{ workers }}
|
||||||
|
|
||||||
{% if not transport_url %}
|
|
||||||
{% include "section-rabbitmq-oslo" %}
|
{% include "section-rabbitmq-oslo" %}
|
||||||
{% endif -%}
|
|
||||||
|
|
||||||
[oslo_concurrency]
|
[oslo_concurrency]
|
||||||
lock_path=/var/lock/nova
|
lock_path=/var/lock/nova
|
||||||
|
Reference in New Issue
Block a user