Skip to content

Commit

Permalink
Merge "disc_server.py: remove hardcoded IP-address" into R2.21.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Zuul authored and opencontrail-ci-admin committed Jun 23, 2016
2 parents 246d7b8 + 4f0023d commit 8e8a3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/discovery/disc_server.py
Expand Up @@ -185,7 +185,7 @@ def __init__(self, args):
node_type_name = NodeTypeNames[node_type]
instance_id = self._args.worker_id
disc_client = discovery_client.DiscoveryClient(
'127.0.0.1', self._args.listen_port,
self._args.listen_ip_addr, self._args.listen_port,
ModuleNames[Module.DISCOVERY_SERVICE])
self._sandesh.init_generator(
module_name, socket.gethostname(), node_type_name, instance_id,
Expand Down

0 comments on commit 8e8a3bd

Please sign in to comment.