Fix typo in the Neutron VMware NSX driver
Change-Id: I0519e30469c5cfbf285b2ad1032d110f8e9fdbb4
| ... | ... |
@@ -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 {
|