Deprecate rpc_backend option
Option "rpc_backend" from group "DEFAULT" is deprecated for removal. Its value may be silently ignored in the future. Change-Id: Iec35aaf6c251d4bf79094ab7013e2fed9d83f8db Implements: blueprint deprecate-rpc-backend
This commit is contained in:
parent
f8f7fa0fca
commit
84072c248c
@ -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
|
||||
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
deprecations:
|
||||
- |
|
||||
Remove ``cinder_rpc_backend`` option due to deprecation of
|
||||
rpc_backend option in oslo.messaging.
|
@ -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 }}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user