File: fixed-ListExtResource-given-in-place-of-ListExtManager-a759a27079d16a44.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 (9 lines) | stat: -rw-r--r-- 471 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
---
fixes:
  - |
      The contents of the list_extensions.py file was moved from contrib to v2
      directory in release 7.0.0, and a stub importing the objects from the new
      location was left in its place for backward compatibility, together with
      a warning informing about the new location. However, the stub incorrectly
      assigned the ListExtResource class to the ListExtManager name. This has
      now been fixed, and ListExtManager is used instead.