[RFE] return node_uuid for port-list and portgroup-list
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ironic |
Triaged
|
Wishlist
|
Ruby Loo |
Bug Description
We recently added two new resources, volume_connectors and volume_targets. By default, the REST API for listing these resources will return the node_uuid field. (That is, no need to explicitly specify the node_uuid field or to set detail=True in the request.)
For ports [2] and portgroups [3], the REST API to list them only returns the node_uuid field if that field is explicitly requested or if detail=True is specified in the API request. We discussed this in the ironic weekly meeting [1] and agreed that it would be good to return the node_uuid in these cases too.
I didn't look, but the changes to address this might need to be in ironic and ironicclient (OSC) code. Since we want to have feature parity between ironic & OSC in Pike, I don't think we should address this until Queens.
[1] http://
[2] https:/
[3] https:/
tags: |
added: rfe-approved removed: rfe rte-approved |
I'm assigning this to myself to prevent people submitting patches for this before Queens :-)