summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2024-04-16 20:07:17 +0300
committerGunnar Mills <gmills@us.ibm.com>2024-04-16 20:11:02 +0300
commit5910d945ab14872a5f22a0222d146783c9e4c4c5 (patch)
treec5dc5ef8fb923b5b9cd8777241c77584d3e793c6 /scripts
parentac25adb8d491342fc5fd4e189c58b79be6f5835a (diff)
downloadbmcweb-5910d945ab14872a5f22a0222d146783c9e4c4c5.tar.xz
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>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/parse_registries.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/parse_registries.py b/scripts/parse_registries.py
index 5001056102..6f3ff424da 100755
--- a/scripts/parse_registries.py
+++ b/scripts/parse_registries.py
@@ -189,7 +189,7 @@ namespace redfish::privileges
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",
)