Change rabbitmq/host to '::1' in murano.conf

Currently it's set to [::1] which is not longer
accepted as valid after https://review.openstack.org/#/c/448849/

Change-Id: If51e1884d665481b461f4968985c16b024d539a4
This commit is contained in:
Alfredo Moralejo 2017-03-24 13:30:28 +01:00
parent 8fd7c7ffcb
commit 14e8f33457

View File

@ -53,7 +53,7 @@ class openstack_integration::murano {
rabbit_own_user => 'murano_private',
rabbit_own_password => 'an_even_bigger_secret',
rabbit_own_vhost => '/murano',
rabbit_own_host => $::openstack_integration::config::ip_for_url,
rabbit_own_host => $::openstack_integration::config::host,
rabbit_own_port => $::openstack_integration::config::rabbit_port,
rabbit_own_use_ssl => $::openstack_integration::config::ssl,
database_connection => 'mysql://murano:a_big_secret@127.0.0.1/murano?charset=utf8',