summaryrefslogtreecommitdiff
path: root/releasenotes/notes/get-rid-off-redundant-methods-47e679c13e88f28a.yaml
blob: 954ae395d33f881b5c3a8d9fe0caac31627994db (plain)
1
2
3
4
5
6
7
8
9
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.