From 2fc32f509b213c3ef172964dd0d650e922e1dd36 Mon Sep 17 00:00:00 2001 From: tengqm Date: Wed, 28 Jan 2015 23:06:51 +0800 Subject: [PATCH] Added cluster deletion support --- senlinclient/v1/shell.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/senlinclient/v1/shell.py b/senlinclient/v1/shell.py index 772883ce..7f7dfdd6 100644 --- a/senlinclient/v1/shell.py +++ b/senlinclient/v1/shell.py @@ -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='',