Update Privilege Registry from 1.3.0 to 1.5.0
Change 1 line in scripts/parse_registries.py and rerun the script.
Long term OpenBMC/bmcweb need more direction here on the Privilege
Registry, but for now continue with the current direction of using the
Privilege Registry and taking it from the DMTF.
There is new entries in 1.4/1.5 that are needed for future development.
Tested: It builds.
Change-Id: I4337dc44e794c58f00f7307ea0508b84f14e8c8f
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/scripts/parse_registries.py b/scripts/parse_registries.py
index 5001056..6f3ff42 100755
--- a/scripts/parse_registries.py
+++ b/scripts/parse_registries.py
@@ -189,7 +189,7 @@
def make_privilege_registry():
path, json_file, type_name, url = make_getter(
- "Redfish_1.3.0_PrivilegeRegistry.json",
+ "Redfish_1.5.0_PrivilegeRegistry.json",
"privilege_registry.hpp",
"privilege",
)