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:
parent
3d851a7e44
commit
3adc87116e
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user