]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Implement Midonet Juno Network Api calls
authorJoe Mills <joe@midokura.com>
Tue, 1 Jul 2014 09:07:05 +0000 (09:07 +0000)
committerJoe Mills <joe@midokura.com>
Thu, 31 Jul 2014 06:51:10 +0000 (15:51 +0900)
commit32af49e0d3ed8f962b219a47cc644079aa9d7b7a
treefa2e0a4505038bfe7b197db5afae90d0134c01c4
parent30556c4a234406754de86ec7e5e4c6b7dc3fdc44
Implement Midonet Juno Network Api calls

This patch is the first in a series of converting the current midonet plugin
code to the new model described in blueprint midonet-plugin-juno. This patch
focuses specifically on the "network" handlers.

This patch also updates the midonet UT to handle the new objects that need
to be mocked with the new model.

Change-Id: I056d698ce2e312527e756ff56c962cff83a6bc04
Partially-Implements: blueprint midonet-plugin-juno
neutron/plugins/midonet/plugin.py
neutron/tests/unit/midonet/test_midonet_plugin.py