PEL: Remove severity from power supply errors

In order to allow power supply errors to be issued at critical severity
after 12V power good failure, remove the severity from the entries in
the message registry. The failures will now be issued with the severity
passed at message creation.

Signed-off-by: Jim Wright <jlwright@us.ibm.com>
Change-Id: Ib9e54998d923db433e3780373d8e8d08e0e40934
diff --git a/extensions/openpower-pels/registry/message_registry.json b/extensions/openpower-pels/registry/message_registry.json
index f9168ca..7b640d2 100644
--- a/extensions/openpower-pels/registry/message_registry.json
+++ b/extensions/openpower-pels/registry/message_registry.json
@@ -956,7 +956,6 @@
         {
             "Name": "xyz.openbmc_project.Power.PowerSupply.Error.InputFault",
             "Subsystem": "power_supply",
-            "Severity": "unrecoverable_redundancy_loss",
             "ActionFlags": ["service_action", "report"],
             "ComponentID": "0x2700",
 
@@ -994,7 +993,6 @@
         {
             "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Fault",
             "Subsystem": "power_supply",
-            "Severity": "unrecoverable_redundancy_loss",
             "ActionFlags": ["service_action", "report", "call_home"],
             "ComponentID": "0x2700",
 
@@ -1019,7 +1017,6 @@
         {
             "Name": "xyz.openbmc_project.Power.PowerSupply.Error.CommFault",
             "Subsystem": "power_supply",
-            "Severity": "unrecoverable",
             "ActionFlags": ["service_action", "report", "call_home"],
             "ComponentID": "0x2700",
 
@@ -1044,7 +1041,6 @@
         {
             "Name": "xyz.openbmc_project.Power.PowerSupply.Error.Missing",
             "Subsystem": "power_supply",
-            "Severity": "unrecoverable_redundancy_loss",
             "ActionFlags": ["service_action", "report", "call_home"],
             "ComponentID": "0x2700",
 
@@ -1081,7 +1077,6 @@
         {
             "Name": "xyz.openbmc_project.Power.PowerSupply.Error.NotSupported",
             "Subsystem": "power_supply",
-            "Severity": "unrecoverable",
             "ActionFlags": ["service_action", "report", "call_home"],
             "ComponentID": "0x2700",
 
@@ -1106,7 +1101,6 @@
         {
             "Name": "xyz.openbmc_project.Power.PowerSupply.Error.FanFault",
             "Subsystem": "power_supply",
-            "Severity": "unrecoverable",
             "ActionFlags": ["service_action", "report", "call_home"],
             "ComponentID": "0x2700",
 
@@ -1131,7 +1125,6 @@
         {
             "Name": "xyz.openbmc_project.Power.PowerSupply.Error.IoutOCFault",
             "Subsystem": "power_supply",
-            "Severity": "unrecoverable_redundancy_loss",
             "ActionFlags": ["service_action", "report", "call_home"],
             "ComponentID": "0x2700",
 
@@ -1191,7 +1184,6 @@
         {
            "Name": "xyz.openbmc_project.Power.PowerSupply.Error.PSKillFault",
             "Subsystem": "power_supply",
-            "Severity": "unrecoverable",
             "ActionFlags": ["service_action", "report", "call_home"],
             "ComponentID": "0x2700",