summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/get-rid-off-redundant-methods-47e679c13e88f28a.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/releasenotes/notes/get-rid-off-redundant-methods-47e679c13e88f28a.yaml b/releasenotes/notes/get-rid-off-redundant-methods-47e679c13e88f28a.yaml
new file mode 100644
index 00000000..954ae395
--- /dev/null
+++ b/releasenotes/notes/get-rid-off-redundant-methods-47e679c13e88f28a.yaml
@@ -0,0 +1,10 @@
+---
+deprecations:
+ - |
+ ``novaclient.utils.add_resource_manager_extra_kwargs_hook`` and
+ ``novaclient.utils.get_resource_manager_extra_kwargs`` were designed for
+ supporting extensions in nova/novaclient. Nowadays, this "extensions"
+ feature is abandoned and both ``add_resource_manager_extra_kwargs_hook``,
+ ``add_resource_manager_extra_kwargs_hook`` are not used in novaclient's
+ code. These methods are not documented, so we are removing them without
+ standard deprecation cycle.