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:
parent
fcc1aa8792
commit
d1f8cd2e3f
@ -174,7 +174,6 @@ neutron_db_pool_timeout: 30
|
|||||||
### RPC (RabbitMQ) integration
|
### RPC (RabbitMQ) integration
|
||||||
###
|
###
|
||||||
|
|
||||||
neutron_rpc_backend: rabbit
|
|
||||||
neutron_rabbitmq_userid: neutron
|
neutron_rabbitmq_userid: neutron
|
||||||
neutron_rabbitmq_vhost: /neutron
|
neutron_rabbitmq_vhost: /neutron
|
||||||
neutron_rabbitmq_port: 5672
|
neutron_rabbitmq_port: 5672
|
||||||
|
@ -0,0 +1,5 @@
|
|||||||
|
---
|
||||||
|
deprecations:
|
||||||
|
- |
|
||||||
|
Remove ``neutron_rpc_backend`` option due to deprecation of
|
||||||
|
rpc_backend option in oslo.messaging.
|
Loading…
Reference in New Issue
Block a user