fix: Fix class typo for portgroup. Portgroup instead of PortGroup
Apparently, this has been around for ages, btu the error was likely not exactly right as a result of this. Anyway, quick fix. Change-Id: Idee3c1edfdd65928eaa5f8d30b62474d85dec277
This commit is contained in:
parent
8086167054
commit
eaa0521bee
@ -699,7 +699,7 @@ class PortsController(rest.RestController):
|
|||||||
context, port_dict['portgroup_uuid'])
|
context, port_dict['portgroup_uuid'])
|
||||||
else:
|
else:
|
||||||
portgroup = None
|
portgroup = None
|
||||||
except exception.PortGroupNotFound as e:
|
except exception.PortgroupNotFound as e:
|
||||||
# Change error code because 404 (NotFound) is inappropriate
|
# Change error code because 404 (NotFound) is inappropriate
|
||||||
# response for a PATCH request to change a Port
|
# response for a PATCH request to change a Port
|
||||||
e.code = http_client.BAD_REQUEST # BadRequest
|
e.code = http_client.BAD_REQUEST # BadRequest
|
||||||
|
Loading…
Reference in New Issue
Block a user