Comment 7 for bug 1031473

Revision history for this message
dan wendlandt (danwent) wrote :

I believe the is a case in the existing nova code were we update the device_id on a port using a non-admin context: https://github.com/openstack/nova/blob/master/nova/network/quantumv2/api.py#L125 . This is the case where the tenant passing in an existing port-id to Nova, rather than a network-id.