summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/microversion-v2_74-43b128fe6b84b630.yaml9
-rw-r--r--releasenotes/notes/remove-deprecated-methods-train-c450fe317c90d7f0.yaml24
2 files changed, 33 insertions, 0 deletions
diff --git a/releasenotes/notes/microversion-v2_74-43b128fe6b84b630.yaml b/releasenotes/notes/microversion-v2_74-43b128fe6b84b630.yaml
new file mode 100644
index 00000000..de98f866
--- /dev/null
+++ b/releasenotes/notes/microversion-v2_74-43b128fe6b84b630.yaml
@@ -0,0 +1,9 @@
+---
+features:
+ - |
+ Support is added for the `2.74 microversion`_ which allows specifying the
+ ``--host`` and ``--hypervisor-hostname`` options on the ``nova boot``
+ command. The ``novaclient.v2.servers.ServerManager.create()`` method now
+ also supports ``host`` and ``hypervisor_hostname`` parameters.
+
+ .. _2.74 microversion: https://docs.openstack.org/nova/latest/reference/api-microversion-history.html#id66
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.