Merge "ListExtResource given in place of ListExtManager"
This commit is contained in:
commit
16b5bd09e9
@ -18,6 +18,6 @@ from novaclient.v2 import list_extensions
|
|||||||
|
|
||||||
|
|
||||||
ListExtResource = list_extensions.ListExtResource
|
ListExtResource = list_extensions.ListExtResource
|
||||||
ListExtManager = list_extensions.ListExtResource
|
ListExtManager = list_extensions.ListExtManager
|
||||||
|
|
||||||
contrib.warn()
|
contrib.warn()
|
||||||
|
@ -0,0 +1,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.
|
Loading…
Reference in New Issue
Block a user