Merge "Fix typo in nova/network/neutronv2/api.py"

This commit is contained in:
Jenkins 2017-02-25 19:15:00 +00:00 committed by Gerrit Code Review
commit 87f2d0656d

View File

@ -102,7 +102,7 @@ class ClientWrapper(clientv20.Client):
# Token is expired so Neutron is raising a
# unauthorized exception, we should convert it to
# raise a 401 to make client to handle a retry by
# renegerating a valid token and trying a new
# regenerating a valid token and trying a new
# attempt.
raise exception.Unauthorized()
# In admin context if token is invalid Neutron client