Browse code

Fix typo NEUTON to NEUTRON

Fixes bug: #1269111

Change-Id: Icf66b4d474698b5f3ca22bc656ecd12d03164bce

Shiv Haris authored on 2014/01/15 04:33:28
Showing 1 changed files
... ...
@@ -38,7 +38,7 @@ function neutron_plugin_configure_l3_agent() {
38 38
 }
39 39
 
40 40
 function neutron_plugin_configure_plugin_agent() {
41
-    AGENT_BINARY="$NEUTON_BIN_DIR/neutron-linuxbridge-agent"
41
+    AGENT_BINARY="$NEUTRON_BIN_DIR/neutron-linuxbridge-agent"
42 42
 }
43 43
 
44 44
 function neutron_plugin_setup_interface_driver() {