From 6519e8711dc84e8df7fab20a35eecf650820b096 Mon Sep 17 00:00:00 2001 From: da52700 Date: Fri, 10 Feb 2017 09:24:54 +0800 Subject: [PATCH] Fix typo in nova/network/neutronv2/api.py Change-Id: Idfdd72c9d418837bf735313b7927b93d75b13440 --- nova/network/neutronv2/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova/network/neutronv2/api.py b/nova/network/neutronv2/api.py index 00bd6af4197b..baad2bb15656 100644 --- a/nova/network/neutronv2/api.py +++ b/nova/network/neutronv2/api.py @@ -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