Hide Forgot
Cloned from launchpad blueprint https://blueprints.launchpad.net/neutron/+spec/quantum-v2-euca-compat. Description: Currently, the euca-API is implemented as a nova API that passes calls to nova-network. With quantum v2 nova-network is no longer used, so we would either need the euca-api code to pass these calls to quantum (e.g., floating IPs, security groups), to catch these calls in the network.API() and proxy them to quantum, or to not support euca-commands. The same applies for 'nova' commands for creating floating-ips, security-groups, etc. we should coordinate with the rest of the openstack community on this, as I expect that we have the same problem with cinder. (Update: apparently cinder is entirely proxied via nova, so they don't really have this problem). Specification URL (additional information): None