control: Mapped floor action can use parameters

Previously, the mapped floor action could only set floor values based on
group property values.  This commit adds support to be able to use a
manager parameter instead of a floor value.

For example:

    "floors": [
    {
        "parameter": "pcie_floor_index",
        "floors": [
        {
            "value": 1,
            "floor": 2000
        }
        ...
    }
    ...

Signed-off-by: Matt Spinler <spinler@us.ibm.com>
Change-Id: I874fa0f0c6b9befd74a095c31b893c5435b08abe
2 files changed