Skip to content
Snippets Groups Projects
Commit d7313dbf authored by Seblu's avatar Seblu
Browse files

New migrate -l output


Signed-off-by: default avatarSeblu <sebastien.luttringer@smartjog.com>
parent 057f070e
No related branches found
No related tags found
No related merge requests found
......@@ -78,6 +78,5 @@ class Command_migrate(TqlCommand):
def list(self):
'''Print a list of migration type'''
self.printer.out("Migration types: Election Algo")
for t in self.etypes.keys():
self.printer.out("%s: %s"%(t, ",".join(self.etypes[t])))
self.printer.out("migrate -t %s -a %s"%(t, ",".join(self.etypes[t])))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment