- Change ManagersCollection to not report a list by a dict.
The managers_dict will contain index --> manager object, index is the
redfish index as reported inside url
- Notice that Proliant firmware now uses EthernetInterfaces as specified
by Redfish
- Bug to be reported :
/redfish/v1/Managers/1/EthernetInterfaces/1 returns invalid content (not json)
- Revert some changes on " to ' as it can break json data. Example :
return self.set_parameter_json('{"Boot": {"BootSourceOverrideTarget":
"'+target+'"},{"BootSourceOverrideEnabled" : "'+enabled+'"}}')