From f4c3a2986d24f20358651b3b68b7685bcbba834b Mon Sep 17 00:00:00 2001 From: Matthew Farrellee Date: Tue, 21 Jan 2014 14:28:36 -0500 Subject: [PATCH] Add cluster-template-create to CLI cluster-template-create takes a json data structure and passes it on to the Savanna API. The data structure is read from stdin by default or from a file provided by the --json parameter. Change-Id: Ia824eb54b1f255ead8ea1a3e9cdff9ad8bdb07a9 Implements: blueprint python-savannaclient-cli --- savannaclient/api/shell.py | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/savannaclient/api/shell.py b/savannaclient/api/shell.py index 6796cff9..8e45f18b 100644 --- a/savannaclient/api/shell.py +++ b/savannaclient/api/shell.py @@ -342,7 +342,7 @@ def do_node_group_template_delete(cs, args): # # cluster-template-show --name