summaryrefslogtreecommitdiff
path: root/releasenotes/notes/remove-deprecated-methods-train-c450fe317c90d7f0.yaml
blob: b8a1d5311f60005db2d9abbf8e48a738fc315b53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
upgrade:
  - |
    The following properties have been removed.

    - ``novaclient.client.SessionClient``

      - ``management_url``

    - ``novaclient.v2.client.Client``

      - ``projectid``
      - ``tenant_id``

    The following methods have been removed.

    - ``novaclient.client.get_client_class``
    - ``novaclient.v2.client.Client``

      - ``set_management_url``
      - ``authenticate``

    The ``novaclient.v2.client.Client.__enter__`` method now raises
    the ``InvalidUsage`` runtime error.