fix config-generator for amqp_hosts

Change-Id: I3ac9f6f232518322b9dffd862222147d54a89054
This commit is contained in:
Igor Gajsin 2016-09-14 16:33:22 +03:00
parent 2b9ad53157
commit 140f32576e
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ $sql_conn = "mysql+pymysql://${db_user}:${db_pass}@${db_host}/manila?charset=
$rabbit_hash = hiera_hash('rabbit', {})
$amqp_user = $rabbit_hash['user']
$amqp_password = $rabbit_hash['password']
$amqp_hosts = split(hiera('amqp_hosts', ''), ',')
$amqp_hosts = hiera('amqp_hosts', '')
$network_metadata = hiera_hash('network_metadata', {})
$ns = hiera_hash('network_scheme', {})