mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
salt.states.ceph: Remove HAS_CEPH_CFG
pylint does not like unused imports so even though we will re add this later, we remove this now to get the code upstreamed. Signed-off-by: Owen Synge <osynge@suse.com>
This commit is contained in:
parent
a243c46769
commit
ef53fa0fd0
@ -12,11 +12,6 @@ import json
|
||||
# Import Salt Libs
|
||||
from salt.exceptions import CommandExecutionError, CommandNotFoundError
|
||||
|
||||
try:
|
||||
import ceph_cfg
|
||||
HAS_CEPH_CFG = True
|
||||
except ImportError:
|
||||
HAS_CEPH_CFG = False
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user