ceph-volume main include commented out auto subcommand

Signed-off-by: Alfredo Deza <adeza@redhat.com>
This commit is contained in:
Alfredo Deza 2018-05-02 19:01:10 -04:00
parent 47060a1ef4
commit ad1b8cae05

View File

@ -27,7 +27,12 @@ Ceph Conf: {ceph_path}
"""
def __init__(self, argv=None, parse=True):
self.mapper = {'lvm': devices.lvm.LVM, 'simple': devices.simple.Simple}
self.mapper = {
'lvm': devices.lvm.LVM,
'simple': devices.simple.Simple,
# XXX Disabled for now - comment out when fully functional
#'auto': devices.auto.Auto,
}
self.plugin_help = "No plugins found/loaded"
if argv is None:
self.argv = sys.argv