Comment 0 for bug 1439901

Revision history for this message
Ruby Loo (rloo) wrote : node name isn't supported in the REST API for creating a port

A port can be created via a POST /v1/ports, with 'node_uuid' and 'address' specified in the body.

Now that we have logical node names, we should allow the port creation to accept the name of the node instead of the UUID of the node. Eg, add 'node' with either a UUID or name as its value, and deprecate 'node_uuid'.