Browse code

VMware NSX: fix typo

Fix typo in the Neutron VMware NSX driver

Change-Id: I0519e30469c5cfbf285b2ad1032d110f8e9fdbb4

Gary Kotton authored on 2014/06/11 20:16:57
Showing 1 changed files
... ...
@@ -58,7 +58,7 @@ function neutron_plugin_configure_dhcp_agent {
58 58
 
59 59
 function neutron_plugin_configure_l3_agent {
60 60
     # VMware NSX plugin does not run L3 agent
61
-    die $LINENO "q-l3 should must not be executed with VMware NSX plugin!"
61
+    die $LINENO "q-l3 should not be executed with VMware NSX plugin!"
62 62
 }
63 63
 
64 64
 function neutron_plugin_configure_plugin_agent {