HewlettPackard / oneview-redfish-toolkit

HPE OneView Redfish Toolkit provides a REST service to answer DMTF's Redfish compliant requests by querying HPE OneView
Apache License 2.0
18 stars 21 forks source link

Change the `map_clients` dict from `client_session.py` to be a class #444

Closed ricardogpsf closed 5 years ago

ricardogpsf commented 6 years ago

We have to create a class to replace the map_clients dict, its structure it's becoming complicated to understand: RedfishToken->OneViewIP->(OneviewClient, SessionID).

adriane-cardozo commented 5 years ago

We decided to keep the current code.