From: Shiv Haris Date: Tue, 10 Jun 2014 23:28:00 +0000 (-0700) Subject: Brocade mechanism driver depends on the brocade plugin templates X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=2efc40ba6b63f8ad1c2e1c98b562012fa1154ed5;p=openstack-build%2Fneutron-build.git 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 --- 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__)