Deprecate rpc_backend option

Option "rpc_backend" from group "DEFAULT" is deprecated for removal
(Replaced by [DEFAULT]/transport_url). Its value may be silently
ignored in the future.

Change-Id: I568571751b6c31d9ade955489746f1abc2f0a766
Implements: blueprint deprecate-rpc-backend
This commit is contained in:
ZhongShengping 2017-06-01 15:30:18 +08:00 committed by Jesse Pretorius (odyssey4me)
parent 19e1610dbb
commit e280bd6acf
2 changed files with 5 additions and 2 deletions

View File

@ -47,7 +47,6 @@ octavia_db_pool_timeout: 30
## RabbitMQ info
## Configuration for RPC communications
octavia_rpc_backend: octavia.openstack.common.rpc.impl_kombu
octavia_rabbitmq_userid: octavia
octavia_rabbitmq_vhost: /octavia
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
## RPC
octavia_rpc_backend: rabbit
octavia_rpc_thread_pool_size: 64
octavia_rpc_conn_pool_size: 30
octavia_rpc_response_timeout: 60

View File

@ -0,0 +1,5 @@
---
deprecations:
- |
Remove ``octavia_rpc_backend`` option due to deprecation of
rpc_backend option in oslo.messaging.