From 248390bbe38bbec0cc8fc748cd0763d16686f6f5 Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Thu, 21 Jul 2016 18:43:55 +0200 Subject: Move mysql::host param from MysqlInternal to MysqlNoBracketsInternal The ::host parameter expects IPv6 addresses withouth brackets; this change aligns the remaining services to use MysqlNoBracketsInternal as it happens already for the others (eg. Keystone). Change-Id: Ia72d325447408b1cb5fea836034bbcd75d17ddf1 --- puppet/services/neutron-server.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'puppet/services/neutron-server.yaml') diff --git a/puppet/services/neutron-server.yaml b/puppet/services/neutron-server.yaml index d759d420..4303612c 100644 --- a/puppet/services/neutron-server.yaml +++ b/puppet/services/neutron-server.yaml @@ -66,7 +66,7 @@ outputs: neutron::server::notifications::password: {get_param: NovaPassword} neutron::db::mysql::password: {get_param: NeutronPassword} neutron::db::mysql::user: neutron - neutron::db::mysql::host: {get_param: [EndpointMap, MysqlInternal, host]} + neutron::db::mysql::host: {get_param: [EndpointMap, MysqlNoBracketsInternal, host]} neutron::db::mysql::dbname: ovs_neutron neutron::db::mysql::allowed_hosts: - '%' -- cgit 1.2.3-korg