bmcweb: Fix Drive ResetActionInfo Output

The Parameters should be an array of parameter instead of a single one.

Tested:
```
wget -qO- http://localhost:80/redfish/v1/Chassis/chassis_1/Drives/chassis_1/ResetActionInfo
{
  "@odata.id": "/redfish/v1/Chassis/chassis_1/Drives/chassis_1/ResetActionInfo",
  "@odata.type": "#ActionInfo.v1_1_2.ActionInfo",
  "Id": "ResetActionInfo",
  "Name": "Reset Action Info",
  "Parameters": [
    {
      "AllowableValues": [
        "PowerCycle",
        "ForceRestart"
      ],
      "DataType": "String",
      "Name": "ResetType",
      "Required": true
    }
  ]
}
```

Google-Bug-Id: 269367593
Change-Id: I322bc40562eedd10d84344748dee21b5bf9e9d8d
Signed-off-by: Willy Tu <wltu@google.com>
1 file changed
tree: c02395df5ff042da932030c17f4cc4d32ce904c4
  1. conf/
  2. dynamic-layers/
  3. meta-nuvoton-npcm8xx/
  4. recipes-connectivity/
  5. recipes-core/
  6. recipes-google/
  7. recipes-kernel/
  8. recipes-phosphor/
  9. LICENSE
  10. README.md
README.md

meta-gbmc-staging

This repository contains additions to the openbmc/meta-google layer that are not yet ready for OpenBMC inclusion.

How to use this layer

  1. Clone openbmc/openbmc from GitHub.
  2. Clone this layer from GitHub into a subdirectory of openbmc.