Support HiPE (High-Performance Erlang) in RabbitMQ role
Change-Id: I6394475f14bb4875be6d924591e4aea533ac2eb6 Closes-bug: #1621404 Depends-on: Ifc4f1d0f1b59b1789011e33c649033eb3cf5b010
This commit is contained in:
parent
70bb073bd3
commit
108d60cb05
@ -443,6 +443,7 @@ enable_kibana: "{{ 'yes' if enable_central_logging | bool else 'no' }}"
|
||||
####################
|
||||
# RabbitMQ options
|
||||
####################
|
||||
rabbitmq_hipe_compile: "no"
|
||||
rabbitmq_user: "openstack"
|
||||
rabbitmq_version: "rabbitmq_server-3.6/plugins/rabbitmq_clusterer-3.6.x.ez/rabbitmq_clusterer-3.6.x-667f92b0/ebin"
|
||||
outward_rabbitmq_user: "openstack"
|
||||
|
@ -5,6 +5,9 @@
|
||||
{inet_dist_listen_max, {{ role_rabbitmq_cluster_port }}}
|
||||
]},
|
||||
{rabbit, [
|
||||
{% if rabbitmq_hipe_compile|bool %}
|
||||
{hipe_compile, true},
|
||||
{% endif %}
|
||||
{tcp_listeners, [
|
||||
{"{{ api_interface_address }}", {{ role_rabbitmq_port }}}
|
||||
]},
|
||||
|
Loading…
Reference in New Issue
Block a user