Merge "Fix error message typo"

This commit is contained in:
Jenkins 2014-02-06 08:57:48 +00:00 committed by Gerrit Code Review
commit c6691a07e1

View File

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