aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlokesh-jain <lokesh.jain@gmail.com>2016-10-31 12:52:29 -0400
committerlokesh-jain <lokesh.jain@gmail.com>2016-10-31 13:05:52 -0400
commit4a17efe5a72fc9c853f9618299b7a25f38c58d64 (patch)
tree06f462839a6b3be6562c5d0baacbaf8c4edae185
parentf9c3481c3ef3e1be5a7c86dc3717d20824745399 (diff)
Updated Nuage neutron plugin name
Updated plugin name for configuring Nuage. Nuage plugin name changed after Liberty release and needs to be updated at all instances. Updated neutron-nuage-config.yaml file to reflect the change. Change-Id: I7cce9a07b909ab59bf249439eec0833afce5cca6 Closes-Bug: #1635033
-rw-r--r--environments/neutron-nuage-config.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/environments/neutron-nuage-config.yaml b/environments/neutron-nuage-config.yaml
index e157ae35..74899246 100644
--- a/environments/neutron-nuage-config.yaml
+++ b/environments/neutron-nuage-config.yaml
@@ -19,7 +19,7 @@ parameter_defaults:
NeutronNuageBaseURIVersion: 'default_uri_version'
NeutronNuageCMSId: ''
UseForwardedFor: true
- NeutronCorePlugin: 'neutron.plugins.nuage.plugin.NuagePlugin'
+ NeutronCorePlugin: 'nuage_neutron.plugins.nuage.plugin.NuagePlugin'
NeutronEnableDHCPAgent: false
NeutronServicePlugins: []
NovaOVSBridge: 'alubr0'