Lint: F821 undefined name 'ceph_pool_list'

This commit is contained in:
Joshua Boniface 2020-11-07 13:29:56 -05:00
parent f707e1075a
commit 51de6e57d6
1 changed files with 1 additions and 1 deletions

View File

@ -3328,7 +3328,7 @@ class API_Storage_Ceph_Pool_Element(Resource):
type: object
id: Message
"""
return api_helper, ceph_pool_list(
return api_helper, api_helper.ceph_pool_list(
pool,
is_fuzzy=False
)