Fix error message typo

* Fix error message typo in "_network_admin_state"
   function where "Network Admin State Validation Falied"
   should be changed to "Network Admin State Validation Failed"

Change-Id: I767e93c300250b4422e3980f799862ceb976c951
Closes-Bug: #1276409
Signed-off-by: Fawad Khaliq <fawad@plumgrid.com>
This commit is contained in:
Fawad Khaliq 2014-02-05 10:15:13 -08:00
parent c4e7ae64c6
commit 844ae433c1

View File

@ -562,7 +562,7 @@ class NeutronPluginPLUMgridV2(db_base_plugin_v2.NeutronDbPluginV2,
"supported yet by this plugin. Ignoring "
"setting for network %s"), network_name)
except Exception:
err_message = _("Network Admin State Validation Falied: ")
err_message = _("Network Admin State Validation Failed: ")
raise plum_excep.PLUMgridException(err_msg=err_message)
return network