midokura / neutron

Quantum is a virtual network service for Openstack, and a part of Netstack.
http://openstack.org
Apache License 2.0
2 stars 3 forks source link

Fix out-of-bounds error in create_port() #51

Closed brandon-berg closed 10 years ago

brandon-berg commented 10 years ago

Change create_port() to stop assuming that the port object passed in has a fixed_ips list with at least one item.

Fixes: MN-877 Signed-off-by: Brandon Berg bberg@midokura.jp

rossella commented 10 years ago

LGTM, thanks Brandon!

davecahill commented 10 years ago

LGTM too, merging.