Merge "trivial: removed unused networks var from os-tenant-networks:create"
This commit is contained in:
@@ -153,7 +153,6 @@ class TenantNetworkController(wsgi.Controller):
|
||||
msg = _("Address could not be converted.")
|
||||
raise exc.HTTPBadRequest(explanation=msg)
|
||||
|
||||
networks = []
|
||||
try:
|
||||
if CONF.enable_network_quota:
|
||||
reservation = QUOTAS.reserve(context, networks=1)
|
||||
|
||||
Reference in New Issue
Block a user