Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Use downstream config module
Browse files Browse the repository at this point in the history
Because some distros do not contain the midonet upstream plugin
code, always use the downstream module for config.

Change-Id: I98742513cbbcf7d8c6190864b462297efa1bfb0d
Fixes: MN-3003
Signed-off-by: Ryu Ishimoto <ryu@midokura.com>
  • Loading branch information
ryu25ish committed Oct 20, 2014
1 parent ea49ecd commit 62d1aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion midonet/neutron/agent/midonet_driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
# @author: Tomoe Sugihara, Midokura Japan KK
# @author: Ryu Ishimoto, Midokura Japan KK

from midonet.neutron.common import config # noqa
from neutron.agent.linux import dhcp
from neutron.openstack.common import log as logging
from neutron.plugins.midonet.common import config # noqa

LOG = logging.getLogger(__name__)

Expand Down

0 comments on commit 62d1aaf

Please sign in to comment.