Comment 5 for bug 1642125

Revision history for this message
Matt Riedemann (mriedem) wrote :

I'm not sure why our jsonschema validation allows a string for the port value:

https://github.com/openstack/nova/blob/master/nova/api/openstack/compute/schemas/servers.py#L44

That should just be uuid or none. Will investigate if there is some historical reason why we allow a string.