Merge "Brocade FCZM: Fix LOGOUT_PAGE reference"

This commit is contained in:
Jenkins 2016-04-19 14:40:29 +00:00 committed by Gerrit Code Review
commit adcc1fd216
1 changed files with 1 additions and 1 deletions

View File

@ -871,7 +871,7 @@ class BrcdHTTPFCZoneClient(object):
"Error: %(error)s")
% {'switch_id': self.switch_ip,
'protocol': self.protocol,
'page': zone_constant.LOG_OUT_PAGE,
'page': zone_constant.LOGOUT_PAGE,
'error': six.text_type(ex)})
LOG.error(msg)
raise exception.BrocadeZoningHttpException(reason=msg)