Fix exception name typo
Change-Id: I2ecfe8a3d614d734bee03ae9412044704887c1d0
This commit is contained in:
parent
6f78e6860f
commit
197ca1b8c7
@ -1642,7 +1642,7 @@ class OpenStackCloud(_normalize.Normalizer):
|
||||
id=flavor.id)
|
||||
try:
|
||||
flavor.extra_specs = self._compute_client.get(endpoint)
|
||||
except OpenStackCloudHttpError as e:
|
||||
except OpenStackCloudHTTPError as e:
|
||||
flavor.extra_specs = []
|
||||
self.log.debug(
|
||||
'Fetching extra specs for flavor failed:'
|
||||
|
Loading…
x
Reference in New Issue
Block a user