[trivial] Fixes a typo
auto_alloocated_network -> auto_allocated_network TrivialFix Change-Id: I6b2158f80826a23611bd6ae15285a8acedeb0925
This commit is contained in:
@@ -1026,7 +1026,7 @@ def _is_auto_allocated_network_supported(request):
|
|||||||
'auto-allocated-topology', default=False)
|
'auto-allocated-topology', default=False)
|
||||||
except Exception:
|
except Exception:
|
||||||
exceptions.handle(request, _('Failed to check if neutron supports '
|
exceptions.handle(request, _('Failed to check if neutron supports '
|
||||||
'"auto_alloocated_network".'))
|
'"auto_allocated_network".'))
|
||||||
neutron_auto_supported = False
|
neutron_auto_supported = False
|
||||||
if not neutron_auto_supported:
|
if not neutron_auto_supported:
|
||||||
return False
|
return False
|
||||||
@@ -1039,7 +1039,7 @@ def _is_auto_allocated_network_supported(request):
|
|||||||
"auto_allocated_network"))
|
"auto_allocated_network"))
|
||||||
except Exception:
|
except Exception:
|
||||||
exceptions.handle(request, _('Failed to check if nova supports '
|
exceptions.handle(request, _('Failed to check if nova supports '
|
||||||
'"auto_alloocated_network".'))
|
'"auto_allocated_network".'))
|
||||||
nova_auto_supported = False
|
nova_auto_supported = False
|
||||||
|
|
||||||
return nova_auto_supported
|
return nova_auto_supported
|
||||||
|
Reference in New Issue
Block a user