Fix exception name typo

Change-Id: I2ecfe8a3d614d734bee03ae9412044704887c1d0
This commit is contained in:
Monty Taylor 2016-12-22 13:44:42 -06:00
parent 6f78e6860f
commit 197ca1b8c7
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 1 additions and 1 deletions

View File

@ -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:'