Merge "Deprecate rpc_backend option"
This commit is contained in:
commit
59c20f352e
@ -47,7 +47,6 @@ octavia_db_pool_timeout: 30
|
|||||||
## RabbitMQ info
|
## RabbitMQ info
|
||||||
|
|
||||||
## Configuration for RPC communications
|
## Configuration for RPC communications
|
||||||
octavia_rpc_backend: octavia.openstack.common.rpc.impl_kombu
|
|
||||||
octavia_rabbitmq_userid: octavia
|
octavia_rabbitmq_userid: octavia
|
||||||
octavia_rabbitmq_vhost: /octavia
|
octavia_rabbitmq_vhost: /octavia
|
||||||
octavia_rabbitmq_servers: 127.0.0.1
|
octavia_rabbitmq_servers: 127.0.0.1
|
||||||
@ -127,7 +126,6 @@ octavia_service_internalurl: "{{ octavia_service_internaluri }}/v1/%(tenant_id)s
|
|||||||
octavia_service_in_ldap: false
|
octavia_service_in_ldap: false
|
||||||
|
|
||||||
## RPC
|
## RPC
|
||||||
octavia_rpc_backend: rabbit
|
|
||||||
octavia_rpc_thread_pool_size: 64
|
octavia_rpc_thread_pool_size: 64
|
||||||
octavia_rpc_conn_pool_size: 30
|
octavia_rpc_conn_pool_size: 30
|
||||||
octavia_rpc_response_timeout: 60
|
octavia_rpc_response_timeout: 60
|
||||||
|
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
deprecations:
|
||||||
|
- |
|
||||||
|
Remove ``octavia_rpc_backend`` option due to deprecation of
|
||||||
|
rpc_backend option in oslo.messaging.
|
Loading…
x
Reference in New Issue
Block a user