use l3_db disassociation impl

The Akanda NVP wrapper did not replace NVP specific version of
disassociate floating IP.  This fix replaces the NVP version with l3_db
version since the rest of Akanda uses that functionality
This commit is contained in:
Mark McClain 2013-05-09 15:58:59 -04:00
parent a72b2de59f
commit 5f03e9d07f

@ -103,6 +103,7 @@ class NvpPluginV2(nvp.NvpPluginV2):
get_floatingip = l3_db.L3_NAT_db_mixin.get_floatingip
get_floatings = l3_db.L3_NAT_db_mixin.get_floatingips
_update_fip_assoc = l3_db.L3_NAT_db_mixin._update_fip_assoc
disassociate_floatingips = l3_db.L3_NAT_db_mixin.disassociate_floatingips
def _ensure_metadata_host_route(self, *args, **kwargs):
""" Akanda metadata services are provided by router so make no-op/"""