Merge "Deprecate rabbitmq_hipe_compile"

This commit is contained in:
Zuul 2020-05-17 12:47:35 +00:00 committed by Gerrit Code Review
commit f942e93d12
3 changed files with 5 additions and 4 deletions

View File

@ -743,7 +743,6 @@ osprofiler_backend_connection_string: "{{ redis_connection_string if osprofiler_
####################
# RabbitMQ options
####################
rabbitmq_hipe_compile: "no"
rabbitmq_user: "openstack"
rabbitmq_monitoring_user: ""
outward_rabbitmq_user: "openstack"

View File

@ -1,9 +1,6 @@
# NOTE(yoctozepto): rabbitmq uses the raw format (e.g. fd::) of IPv6 address;
# despite specifying port via colon, the url format (e.g. [fd::]) is not accepted
listeners.tcp.1 = {{ api_interface_address }}:{{ role_rabbitmq_port }}
{% if rabbitmq_hipe_compile|bool %}
hipe_compile = true
{% endif %}
{# NOTE: to avoid split-brain #}
cluster_partition_handling = pause_minority

View File

@ -0,0 +1,5 @@
---
upgrade:
- |
Erlang 22.x dropped support for HiPE so the ``rabbitmq_hipe_compile``
variable has been removed.