Fix schema validator failure regression

Fixes regression introduced at 5b5574ace856c7f787528ab8f5e5352a90f2a6cb

Because of the order in which a few patches were merged, the static
$metadata file never got updated.  There are other patchsets still in
review to completely remove the file, which is why the validator passed
on previous commits.

Tested: Metadata now resolves

Signed-off-by: Ed Tanous <edtanous@google.com>
Change-Id: I402eb0bb83220f13293e9e7c86f34a257c2f981e
diff --git a/scripts/update_schemas.py b/scripts/update_schemas.py
index 7d6e768..1586a11 100755
--- a/scripts/update_schemas.py
+++ b/scripts/update_schemas.py
@@ -345,7 +345,7 @@
 
     metadata_index.write(
         '    <edmx:Reference Uri="'
-        '/redfish/v1/schema/OemAccountService_v1.xml">\n'
+        '/redfish/v1/schema/OpenbmcAccountService_v1.xml">\n'
     )
     metadata_index.write(
         '        <edmx:Include Namespace="OemAccountService"/>\n'
diff --git a/static/redfish/v1/$metadata/index.xml b/static/redfish/v1/$metadata/index.xml
index 8c4ee4a..6d1fcf7 100644
--- a/static/redfish/v1/$metadata/index.xml
+++ b/static/redfish/v1/$metadata/index.xml
@@ -3005,7 +3005,7 @@
         <edmx:Include Namespace="OemVirtualMedia"/>
         <edmx:Include Namespace="OemVirtualMedia.v1_0_0"/>
     </edmx:Reference>
-    <edmx:Reference Uri="/redfish/v1/schema/OemAccountService_v1.xml">
+    <edmx:Reference Uri="/redfish/v1/schema/OpenbmcAccountService_v1.xml">
         <edmx:Include Namespace="OemAccountService"/>
         <edmx:Include Namespace="OemAccountService.v1_0_0"/>
     </edmx:Reference>