Skip to content

Commit

Permalink
contrail-snmp-collector restart failing
Browse files Browse the repository at this point in the history
Underlay-Analytics: contrail-snmp-collector restart failing as
it tries to use the same port as contrail-snmp-scanner
Closes-Bug: #1451687

Change-Id: I4dad3a0851a26037905417aa8423544a37373b87
  • Loading branch information
tedghose committed May 11, 2015
1 parent 9b2e33d commit dec97d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/python/pysandesh/sandesh_http.py
Expand Up @@ -96,6 +96,7 @@ def start_http_server(self):
self._http_port = svr.server_port
self._logger.error('Starting Introspect on HTTP Port %d' % self._http_port)
self._sandesh.record_port("http", self._http_port)
svr.allow_reuse_address = True
svr.serve_forever()

#end start_http_server
Expand Down

0 comments on commit dec97d9

Please sign in to comment.