Lint: F821 undefined name 'ceph_pool_list'
This commit is contained in:
@ -3328,7 +3328,7 @@ class API_Storage_Ceph_Pool_Element(Resource):
|
|||||||
type: object
|
type: object
|
||||||
id: Message
|
id: Message
|
||||||
"""
|
"""
|
||||||
return api_helper, ceph_pool_list(
|
return api_helper, api_helper.ceph_pool_list(
|
||||||
pool,
|
pool,
|
||||||
is_fuzzy=False
|
is_fuzzy=False
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user