Files
python-redfish/redfish
Uggla 6c4bb1480a Work on types.py
- 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+'"}}')
2016-01-03 00:30:53 +01:00
..
2015-12-02 20:33:03 +01:00
2015-04-04 08:44:22 -07:00
2015-12-02 20:33:03 +01:00
2016-01-02 19:32:59 +01:00
2016-01-02 11:33:58 +01:00
2016-01-02 19:32:59 +01:00
2015-12-02 20:33:03 +01:00
2016-01-03 00:30:53 +01:00