File: get-rid-off-redundant-methods-47e679c13e88f28a.yaml

package info (click to toggle)
python-novaclient 2%3A11.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,512 kB
  • sloc: python: 21,720; sh: 62; makefile: 21
file content (10 lines) | stat: -rw-r--r-- 505 bytes parent folder | download | duplicates (4)
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.