Fix default value for 'use_fqdn' in meta_data

This change fixes the copy-paste gone wrong and pulls in the rabbitmq
upstream commit of c85fdd0f5c54f312fc2147dad2b956961aae3f12.

Closes-Bug: #1526062
Change-Id: I49e45cd893af8c65ed5ddd3efb834e38737a69a2
This commit is contained in:
Alexey Lebedeff 2015-11-03 19:39:25 +03:00 committed by Alex Schultz
parent 490aa933a0
commit 4a87ef9f2a
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ Erlang cookie file path where the cookie will be put, if requested
Either to use FQDN or a shortname for the rabbitmq node
</longdesc>
<shortdesc lang="en">Use FQDN</shortdesc>
<content type="boolean" default="${OCF_RESKEY_erlang_cookie_file_default}" />
<content type="boolean" default="${OCF_RESKEY_use_fqdn_default}" />
</parameter>
<parameter name="max_rabbitmqctl_timeouts" unique="0" required="0">