Uggla 30565317cc Fix invalid login using redfish url.
- Login using https://<manager>/redfish/v1 raised an error, which was
  not the case using https://<manager>/rest/v1.
  This was due to a '/' appended to the Sessions url ending to a '//' in
  the target url. Fix by using urlparse.urljoin to fix that issue.
2016-03-20 19:01:51 +01:00
..
2015-04-04 08:44:22 -07:00
2016-03-07 11:15:32 +01:00
2016-03-20 19:01:51 +01:00
2016-03-07 11:15:32 +01:00