diff options
| author | Lewanczyk, Dawid <dawid.lewanczyk@intel.com> | 2018-06-11 16:58:40 +0200 |
|---|---|---|
| committer | Ed Tanous <ed.tanous@intel.com> | 2018-06-29 21:00:16 +0000 |
| commit | 7885954af734ae61a2e1358740f84ad39248f18d (patch) | |
| tree | 6dd1b22edd507a8383e9d8437258eade4de6434f /static/redfish | |
| parent | 1db9ca37657fd1cd04f768928d651f64212091a6 (diff) | |
| download | bmcweb-7885954af734ae61a2e1358740f84ad39248f18d.tar.gz bmcweb-7885954af734ae61a2e1358740f84ad39248f18d.zip | |
Update sensors to reflect changes after switching to sdbusplus
- GetManagedObjects should be call only on service root path
- additional fixes for RSV
Change-Id: I4e345e57b081d7683fd8f3f4efa23fe4091ce41e
Signed-off-by: Lewanczyk, Dawid <dawid.lewanczyk@intel.com>
Diffstat (limited to 'static/redfish')
| -rw-r--r-- | static/redfish/v1/$metadata/index.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/static/redfish/v1/$metadata/index.xml b/static/redfish/v1/$metadata/index.xml index 9a3896b..c185baf 100644 --- a/static/redfish/v1/$metadata/index.xml +++ b/static/redfish/v1/$metadata/index.xml @@ -113,9 +113,12 @@ </edmx:Reference> <edmx:Reference Uri="/redfish/v1/schema/Thermal_v1.xml"> <edmx:Include Namespace="Thermal"/> + <edmx:Include Namespace="Thermal.v1_0_0"/> <edmx:Include Namespace="Thermal.v1_0_3"/> <edmx:Include Namespace="Thermal.v1_1_1"/> <edmx:Include Namespace="Thermal.v1_2_0"/> + <edmx:Include Namespace="Thermal.v1_3_0"/> + <edmx:Include Namespace="Thermal.v1_4_0"/> </edmx:Reference> <edmx:Reference Uri="/redfish/v1/schema/RedfishExtensions_v1.xml"> <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/> |

