Added cluster deletion support

This commit is contained in:
tengqm
2015-01-28 23:06:51 +08:00
parent 9bf7c606d9
commit 2fc32f509b

View File

@@ -299,7 +299,8 @@ def do_cluster_delete(sc, args):
if failure_count == len(args.id):
msg = _('Failed to delete any of the specified clusters.')
raise exc.CommandError(msg)
do_cluster_list(sc)
print('Request accepted')
@utils.arg('-p', '--profile', metavar='<PROFILE ID>',