Skip to content

Commit

Permalink
Various clean up in API server/schema transformer
Browse files Browse the repository at this point in the history
(cherry picked from commit 51bca41)

Closes-Bug: 1457338
Change-Id: I792138132e284573da4674c1028ad1d6327abb87
  • Loading branch information
Sachin Bansal committed May 26, 2015
1 parent 6da3a8a commit 5809ca1
Show file tree
Hide file tree
Showing 3 changed files with 110 additions and 303 deletions.
3 changes: 1 addition & 2 deletions src/config/api-server/vnc_cfg_api_server.py
Expand Up @@ -936,7 +936,6 @@ def _db_connect(self, reset_config):
cass_server_list = self._args.cassandra_server_list
redis_server_ip = self._args.redis_server_ip
redis_server_port = self._args.redis_server_port
ifmap_loc = self._args.ifmap_server_loc
zk_server = self._args.zk_server_ip
rabbit_servers = self._args.rabbit_server
rabbit_port = self._args.rabbit_port
Expand All @@ -948,7 +947,7 @@ def _db_connect(self, reset_config):
db_conn = VncDbClient(self, ifmap_ip, ifmap_port, user, passwd,
cass_server_list, rabbit_servers, rabbit_port,
rabbit_user, rabbit_password, rabbit_vhost,
rabbit_ha_mode, reset_config, ifmap_loc,
rabbit_ha_mode, reset_config,
zk_server, self._args.cluster_id)
self._db_conn = db_conn
# end _db_connect
Expand Down

0 comments on commit 5809ca1

Please sign in to comment.