summaryrefslogtreecommitdiff
path: root/releasenotes/notes/remove-deprecated-methods-train-c450fe317c90d7f0.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes/notes/remove-deprecated-methods-train-c450fe317c90d7f0.yaml')
-rw-r--r--releasenotes/notes/remove-deprecated-methods-train-c450fe317c90d7f0.yaml24
1 files changed, 24 insertions, 0 deletions
diff --git a/releasenotes/notes/remove-deprecated-methods-train-c450fe317c90d7f0.yaml b/releasenotes/notes/remove-deprecated-methods-train-c450fe317c90d7f0.yaml
new file mode 100644
index 00000000..b8a1d531
--- /dev/null
+++ b/releasenotes/notes/remove-deprecated-methods-train-c450fe317c90d7f0.yaml
@@ -0,0 +1,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.