summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorTakashi NATSUME <natsume.takashi@lab.ntt.co.jp>2019-06-27 08:58:38 +0900
committerTakashi NATSUME <natsume.takashi@lab.ntt.co.jp>2019-07-04 04:06:42 +0000
commit81ec72ecf8c32b409afedc60e013f9b4c47d5bae (patch)
tree507d2bdd269091e51d2537fd21e23bf64556b4ad /releasenotes
parent66611f26d33a5883d1f261b6c8c4f46bf3fdbf92 (diff)
downloadpython-novaclient-81ec72ecf8c32b409afedc60e013f9b4c47d5bae.tar.gz
Remove deprecated methods and properties
Remove deprecated methods, properties and unused classes. Change-Id: I16e0b6e55a9c9da04c4582f9be672018d37bf368
Diffstat (limited to 'releasenotes')
-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.