Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/nova/+spec/vm-instance-id-neutron. Description: This is a small change in Nova's Neutron API to pass the Instance ID when a VM instance is launched to Neutron, using the port binding extensions. This allows for Neutron plugins to acquire additional meta information for the VM for display purposes. The change is made in the allocate_for_instance() API in nova/network/quantumv2/api.py. Specification URL (additional information): None