Merge "VMware NSX: fix typo"

This commit is contained in:
Jenkins 2014-06-15 18:50:54 +00:00 committed by Gerrit Code Review
commit 7006105997
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ function neutron_plugin_configure_dhcp_agent {
function neutron_plugin_configure_l3_agent {
# VMware NSX plugin does not run L3 agent
die $LINENO "q-l3 should must not be executed with VMware NSX plugin!"
die $LINENO "q-l3 should not be executed with VMware NSX plugin!"
}
function neutron_plugin_configure_plugin_agent {