ceph-volume main add simple to the sub-commands

Signed-off-by: Alfredo Deza <adeza@redhat.com>
This commit is contained in:
Alfredo Deza 2017-11-03 14:35:45 -04:00
parent a826fdf4a2
commit 94579c77ff

View File

@ -27,7 +27,7 @@ Ceph Conf: {ceph_path}
"""
def __init__(self, argv=None, parse=True):
self.mapper = {'lvm': devices.lvm.LVM}
self.mapper = {'lvm': devices.lvm.LVM, 'simple': devices.simple.Simple}
self.plugin_help = "No plugins found/loaded"
if argv is None:
self.argv = sys.argv