Merge "Use FQDN to find the mgmt add for nsdb"

This commit is contained in:
Jenkins 2016-12-01 08:39:18 +00:00 committed by Gerrit Code Review
commit 9defb78596
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ class { '::midonet_openstack::profile::zookeeper::midozookeeper':
class {'::midonet_openstack::profile::cassandra::midocassandra':
seeds => join(values($nsdb_mgmt_map),','),
seed_address => $nsdb_mgmt_map["${::hostname}"],
seed_address => $zoo_hash["${::fqdn}"]['host'],
require => File['/usr/java/default']
}