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

Convert MidoApiConnectionError to a subclass of NeutronException #40

Closed av-mido closed 11 years ago

av-mido commented 11 years ago

The python client may throw a MidoApiConnectionError exception if the midonet-api is unreachable. In this case for neutron not to crash, the neutron midonet plugin must catch this exception and convert it to a subclass of NeutronException. In this case it will raise a MidonetApiException(neutron.NeutronException) **Also: fix a bug in the provider_router_id setting + cleanup.