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: I36c49f3b0be3f904ac4f1338e29190322eac2eab
Implements: blueprint deprecate-rpc-backend
This commit is contained in:
ZhongShengping 2017-06-01 15:24:00 +08:00
parent fcc1aa8792
commit d1f8cd2e3f
2 changed files with 5 additions and 1 deletions

View File

@ -174,7 +174,6 @@ neutron_db_pool_timeout: 30
### RPC (RabbitMQ) integration
###
neutron_rpc_backend: rabbit
neutron_rabbitmq_userid: neutron
neutron_rabbitmq_vhost: /neutron
neutron_rabbitmq_port: 5672

View File

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