fd1d3af0df
This commit separates the messaging rpc and notify transports in order to support separate and different oslo.messaging backends This patch: * add rpc and notify variables * update service role conf templates * add example to globals.yaml * add release note Implements: blueprint hybrid-messaging Change-Id: I34691c2895c8563f1f322f0850ecff98d11b5185
21 lines
495 B
Django/Jinja
21 lines
495 B
Django/Jinja
[DEFAULT]
|
|
debug = {{ openstack_logging_debug }}
|
|
control_exchange = neutron
|
|
rpc_backend = rabbit
|
|
log_dir = C:\OpenStack\Log
|
|
log_file = neutron-hyperv-agent.log
|
|
transport_url = {{ rpc_transport_url }}
|
|
|
|
[AGENT]
|
|
polling_interval = 2
|
|
physical_network_vswitch_mappings = *:{{ vswitch_name }}
|
|
enable_metrics_collection = false
|
|
enable_qos_extension = false
|
|
|
|
[SECURITYGROUP]
|
|
firewall_driver = hyperv
|
|
enable_security_group = true
|
|
|
|
[oslo_messaging_notifications]
|
|
transport_url = {{ notify_transport_url }}
|