Reflect changes in the neutron path.

Change-Id: If95b03a0bca4d3a2bf94c6a4bf2b899b11cab0bf
This commit is contained in:
Shinji YANAGIDA 2016-10-02 15:08:35 +09:00
parent 215b1f7010
commit b25cd3d217
3 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@
# License for the specific language governing permissions and limitations
# under the License.
from neutron.db import external_net_db
from neutron.db.models import external_net as external_net_db
from neutron.plugins.ml2 import db as db_ml2
from neutron.plugins.ml2 import driver_api as api
from neutron_lib import constants

View File

@ -14,7 +14,7 @@
from sqlalchemy.orm import exc as sa_exc
from neutron.db import l3_db
from neutron.db.models import l3 as l3_db
from oslo_log import log as logging
LOG = logging.getLogger(__name__)

View File

@ -22,8 +22,8 @@ from neutron.common import topics
from neutron.db import common_db_mixin
from neutron.db import extraroute_db
from neutron.db import l3_agentschedulers_db
from neutron.db import l3_db
from neutron.db import l3_gwmode_db
from neutron.db.models import l3 as l3_db
from neutron.plugins.common import constants
from neutron.plugins.ml2 import driver_context
from neutron.services import service_base
@ -55,7 +55,7 @@ class NECNWAL3Plugin(service_base.ServicePluginBase,
def __init__(self):
super(NECNWAL3Plugin, self).__init__()
l3_db.subscribe()
# l3_db.subscribe()
self.start_rpc_listeners()
self.nwa_proxies = {}
self.resource_groups = nwa_com_utils.load_json_from_file(