summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason M. Bills <jason.m.bills@linux.intel.com>2019-12-11 14:30:40 -0800
committerJason Bills <jason.m.bills@linux.intel.com>2019-12-17 19:00:58 +0000
commit85cc8de632cbd75fd52d060574241664a08faa9a (patch)
treed3689cf5a74ff9f85e514260428c0feb91f0328d
parent5eb2bef287eff01515671f07148393ceb9c5cad6 (diff)
downloadbmcweb-85cc8de632cbd75fd52d060574241664a08faa9a.tar.gz
bmcweb-85cc8de632cbd75fd52d060574241664a08faa9a.zip
Fix $metadata/index.xml parse error
Tested: Can successfully load /redfish/v1/$metadata in Chrome. Change-Id: Id591ae3c03ffe3889d7f61299454407a9e9f1c23 Signed-off-by: Jason M. Bills <jason.m.bills@linux.intel.com>
-rw-r--r--static/redfish/v1/$metadata/index.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/redfish/v1/$metadata/index.xml b/static/redfish/v1/$metadata/index.xml
index 4804e48..c6b04e0 100644
--- a/static/redfish/v1/$metadata/index.xml
+++ b/static/redfish/v1/$metadata/index.xml
@@ -1881,6 +1881,7 @@
</edmx:Reference>
<edmx:Reference Uri="/redfish/v1/schema/Crashdump_v1.xml">
<edmx:Include Namespace="Crashdump.v1_0_0"/>
+ </edmx:Reference>
<edmx:Reference Uri="/redfish/v1/schema/OemComputerSystem_v1.xml">
<edmx:Include Namespace="OemComputerSystem"/>
</edmx:Reference>
OpenPOWER on IntegriCloud