Update nova_rpc_backend to correct setting
The nova_rpc_backend variable is currently set to the value that applies for Kilo and has not been updated to the new Liberty setting. This patch corrects that. Closes-Bug: #1537039 Change-Id: I6a946a5ce56a90e9ef1aebdba0350076cdb9ad2c
This commit is contained in:
parent
8a8ad448fe
commit
ca78a07e01
@ -55,7 +55,7 @@ nova_rabbitmq_userid: nova
|
|||||||
nova_rabbitmq_vhost: /nova
|
nova_rabbitmq_vhost: /nova
|
||||||
|
|
||||||
## RPC
|
## RPC
|
||||||
nova_rpc_backend: nova.openstack.common.rpc.impl_kombu
|
nova_rpc_backend: rabbit
|
||||||
nova_rpc_thread_pool_size: 64
|
nova_rpc_thread_pool_size: 64
|
||||||
nova_rpc_conn_pool_size: 30
|
nova_rpc_conn_pool_size: 30
|
||||||
nova_rpc_response_timeout: 60
|
nova_rpc_response_timeout: 60
|
||||||
|
Loading…
x
Reference in New Issue
Block a user