Merge "Fix typo in nova/network/neutronv2/api.py"
This commit is contained in:
commit
87f2d0656d
@ -102,7 +102,7 @@ class ClientWrapper(clientv20.Client):
|
|||||||
# Token is expired so Neutron is raising a
|
# Token is expired so Neutron is raising a
|
||||||
# unauthorized exception, we should convert it to
|
# unauthorized exception, we should convert it to
|
||||||
# raise a 401 to make client to handle a retry by
|
# 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.
|
# attempt.
|
||||||
raise exception.Unauthorized()
|
raise exception.Unauthorized()
|
||||||
# In admin context if token is invalid Neutron client
|
# In admin context if token is invalid Neutron client
|
||||||
|
Loading…
x
Reference in New Issue
Block a user