Fix bug when checking ovs port

Closes-Bug: 1552483
Change-Id: I5fa59b9345db859dad0aa47cb0dea37c551004e2
This commit is contained in:
changzhi1990 2016-03-09 19:16:52 +08:00
parent f993ea7082
commit 1eac363aea
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ class CheckPortsOnBr(Lister):
server = setup_server(parsed_args.agent)
try:
res = server.check_ports_on_br(parsed_args.bridge,
parsed_args.port)
[parsed_args.port])
self.log.debug('Response is %s' % res)
if res['code'] == 1:
Logger.log_fail(res['message'])