Comment 0 for bug 1042049

Revision history for this message
dan wendlandt (danwent) wrote : auto-associate floating ips

nova has a flag that indicates that each VM should automatically have a floating IP assigned and associated at the time of VM creation.

In quantum, the equivalent would be at port creation time. In Nova this is a system wide flag, but in quantum this woud likely be an option that is enabled per-network (i.e., for a particular network, it is automatically assigned a floating IP from external network X). this would map to a amazon VPC use case as well.