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:
Julia Kreger 2024-06-07 07:55:23 -07:00
parent 8086167054
commit eaa0521bee

View File

@ -699,7 +699,7 @@ class PortsController(rest.RestController):
context, port_dict['portgroup_uuid'])
else:
portgroup = None
except exception.PortGroupNotFound as e:
except exception.PortgroupNotFound as e:
# Change error code because 404 (NotFound) is inappropriate
# response for a PATCH request to change a Port
e.code = http_client.BAD_REQUEST # BadRequest