Merge "Deprecate rpc_backend option"

This commit is contained in:
Jenkins 2017-06-21 17:31:31 +00:00 committed by Gerrit Code Review
commit 0051dbbdff
3 changed files with 5 additions and 2 deletions

View File

@ -183,7 +183,6 @@ cinder_iscsi_num_targets: 100
cinder_iscsi_port: 3260
## Cinder RPC
cinder_rpc_backend: rabbit
cinder_rpc_executor_thread_pool_size: 64
cinder_rpc_response_timeout: 60

View File

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

View File

@ -46,7 +46,6 @@ backup_ceph_pool = {{ cinder_service_backup_ceph_pool }}
{% endif %}
## RabbitMQ RPC
rpc_backend = {{ cinder_rpc_backend }}
executor_thread_pool_size = {{ cinder_rpc_executor_thread_pool_size }}
rpc_response_timeout = {{ cinder_rpc_response_timeout }}