From 197059b4a2c3f395f98105f6de6152c71565c5b9 Mon Sep 17 00:00:00 2001 From: Jose Delarosa Date: Tue, 11 Sep 2018 18:15:59 -0500 Subject: [PATCH] Update the root URI to match the DMTF specification (#45295) --- lib/ansible/modules/remote_management/redfish/redfish_facts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/remote_management/redfish/redfish_facts.py b/lib/ansible/modules/remote_management/redfish/redfish_facts.py index ac89ac9e67..20b4973782 100644 --- a/lib/ansible/modules/remote_management/redfish/redfish_facts.py +++ b/lib/ansible/modules/remote_management/redfish/redfish_facts.py @@ -159,7 +159,7 @@ def main(): # Build root URI root_uri = "https://" + module.params['baseuri'] - rf_uri = "/redfish/v1" + rf_uri = "/redfish/v1/" rf_utils = RedfishUtils(creds, root_uri) # Build Category list