Merge "Deprecate rpc_backend option"

This commit is contained in:
Jenkins 2017-06-08 10:09:27 +00:00 committed by Gerrit Code Review
commit 65be9c4d3c
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.