summaryrefslogtreecommitdiff
path: root/releasenotes/notes/switch-to-sessionclient-aa49d16599fea570.yaml
blob: 4a60f7ec4488b1aed7c5e53190dea1492a2300e0 (plain)
1
2
3
4
5
6
7
8
9
10
---
upgrade:
  - |
    When using novaclient as a library (via novaclient.client.Client
    entry-point), an internal implementation of HTTPClient was used if a
    session object is not specified. For better user experience we switched
    to using SessionClient which uses keystoneauth (Keystone folks maintain
    this library) for all auth stuff.
    The SessionClient interface is similar to HTTPClient, but there is a
    small possibility that you will notice a difference.