]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Brocade mechanism driver depends on the brocade plugin templates
authorShiv Haris <sharis@brocade.com>
Tue, 10 Jun 2014 23:28:00 +0000 (16:28 -0700)
committerShiv Haris <sharis@brocade.com>
Tue, 10 Jun 2014 23:32:05 +0000 (16:32 -0700)
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

index 56a74ba79444cde7d8892d02cc34716258ad15e4..f647370aee6d9954a562026d48ef22b92c764916 100644 (file)
@@ -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__)