Registration bug fixed.

Change-Id: I626b00f133c2cb16b40c758cbb6e080b08e91b4c
This commit is contained in:
Nicola Peditto 2017-04-12 14:41:55 +02:00
parent c6b06b7b08
commit fff6bfec91
2 changed files with 5 additions and 3 deletions

View File

@ -576,8 +576,7 @@ def wampConnect(wamp_conf):
addr = str(connector.getDestination().host)
socket.inet_pton(socket.AF_INET, addr)
LOG.info(" - establishing connection to "
+ board.agent + ": " + addr)
LOG.info(" - establishing connection to : " + str(addr))
except socket.error as err:
LOG.error(" - IP address validation error: " + str(err))

View File

@ -6,4 +6,7 @@ pbr>=2.0.0 # Apache-2.0
# Openstack modules
oslo.config>=3.22.0 # Apache-2.0
oslo.log>=3.22.0 # Apache-2.0
oslo.log>=3.22.0 # Apache-2.0
autobahn>=0.10.1 # MIT License
httplib2>=0.7.5 # MIT