python-novaclient/releasenotes/notes/remove-deprecated-methods-train-c450fe317c90d7f0.yaml
Takashi NATSUME 81ec72ecf8 Remove deprecated methods and properties
Remove deprecated methods, properties and unused classes.

Change-Id: I16e0b6e55a9c9da04c4582f9be672018d37bf368
2019-07-04 04:06:42 +00:00

25 lines
518 B
YAML

---
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.