Remove _hash suffix from rabbit hash

This was fixed in fuel-library, and now needs to be
updated accordingly in detach-rabbitmq plugin.

Change-Id: I602bfb3568f505551cc58269288faf064ee364d4
Related-Bug: #1542307
This commit is contained in:
Matthew Mosesohn 2016-03-21 16:15:51 +03:00
parent 925438d6e7
commit deda8672d7
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ if ($detach_rabbitmq_plugin) {
$calculated_content = inline_template('
amqp_hosts: <%= @amqp_hosts %>
rabbit_hash:
rabbit:
enabled: <%= @rabbit_enabled %>
<% if @corosync_nodes -%>
<% require "yaml" -%>