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: I87f2673dd677e3a609c4a029d37945179d3ab270 Implements: blueprint deprecate-rpc-backend
This commit is contained in:
parent
d319fd2bb4
commit
c82d7f8421
@ -56,7 +56,6 @@ glance_system_comment: glance system user
|
||||
glance_system_user_home: "/var/lib/{{ glance_system_user_name }}"
|
||||
|
||||
glance_registry_host: "{{ internal_lb_vip_address }}"
|
||||
glance_rpc_backend: glance.openstack.common.rpc.impl_kombu
|
||||
glance_default_store: file
|
||||
glance_additional_stores:
|
||||
- http
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
deprecations:
|
||||
- |
|
||||
Remove ``glance_rpc_backend`` option due to deprecation of
|
||||
rpc_backend option in oslo.messaging.
|
@ -22,7 +22,6 @@ enable_v1_registry = {{ glance_enable_v1_registry }}
|
||||
enable_v2_api = {{ glance_enable_v2_api }}
|
||||
enable_v2_registry = {{ glance_enable_v2_registry }}
|
||||
|
||||
rpc_backend = {{ glance_rpc_backend }}
|
||||
transport_url = rabbit://{% for host in glance_rabbitmq_servers.split(',') %}{{ glance_rabbitmq_userid }}:{{ glance_rabbitmq_password }}@{{ host }}:{{ glance_rabbitmq_port }}{% if not loop.last %},{% else %}/{{ glance_rabbitmq_vhost }}{% endif %}{% endfor %}
|
||||
|
||||
delayed_delete = False
|
||||
|
Loading…
x
Reference in New Issue
Block a user