From 2efc40ba6b63f8ad1c2e1c98b562012fa1154ed5 Mon Sep 17 00:00:00 2001 From: Shiv Haris Date: Tue, 10 Jun 2014 16:28:00 -0700 Subject: [PATCH] Brocade mechanism driver depends on the brocade plugin templates This causes problems when the customer installs the ml2 plugin/mechanism driver without the Brocade plugin. Fixes bug: #1326937 Change-Id: I2d0dfda2cdfbdfd8503351b191151cb02104dcce --- neutron/plugins/ml2/drivers/brocade/nos/nosdriver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron/plugins/ml2/drivers/brocade/nos/nosdriver.py b/neutron/plugins/ml2/drivers/brocade/nos/nosdriver.py index 56a74ba79..f647370ae 100644 --- a/neutron/plugins/ml2/drivers/brocade/nos/nosdriver.py +++ b/neutron/plugins/ml2/drivers/brocade/nos/nosdriver.py @@ -26,7 +26,7 @@ from ncclient import manager from neutron.openstack.common import excutils from neutron.openstack.common import log as logging -from neutron.plugins.brocade.nos import nctemplates as template +from neutron.plugins.ml2.drivers.brocade.nos import nctemplates as template LOG = logging.getLogger(__name__) -- 2.45.2