Skip to content

Commit

Permalink
Fixes: fab join_cluster aborts for adding redhat node to ha cluster
Browse files Browse the repository at this point in the history
Fixing the call to modify zookeeper config to the wrapper call
due to code change.

Change-Id: Ic2c64be4698dc35d02bc5d9e36a53b9cd26923c7
Closes-Bug: 1654151
  • Loading branch information
Ranjeet R committed Jan 6, 2017
1 parent 8cc7702 commit 5db312a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrail_provisioning/database/setup.py
Expand Up @@ -296,7 +296,7 @@ def main(args_str = None):

def update_zookeeper_servers(args_str = None):
database = DatabaseSetup(args_str)
database.fix_zookeeper_servers_config()
database.fixup_zookeeper_configs()
database.fixup_kafka_server_properties(database.database_listen_ip)

def restart_zookeeper_server(args_str = None):
Expand Down

0 comments on commit 5db312a

Please sign in to comment.