Lint: F821 undefined name 'ceph_pool_list'
This commit is contained in:
parent
f707e1075a
commit
51de6e57d6
|
@ -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
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue