You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2012/11/05 13:46:18 UTC

[2/2] git commit: cli: remind user to set host, port too

cli: remind user to set host, port too

Signed-off-by: Rohit Yadav <bh...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/46ad8d6f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/46ad8d6f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/46ad8d6f

Branch: refs/heads/master
Commit: 46ad8d6f4e829ca9586989c0acd1f53ee0cddbf3
Parents: 4da02c0
Author: Rohit Yadav <bh...@apache.org>
Authored: Mon Nov 5 18:12:36 2012 +0530
Committer: Rohit Yadav <bh...@apache.org>
Committed: Mon Nov 5 18:15:47 2012 +0530

----------------------------------------------------------------------
 tools/cli/cloudmonkey/cloudmonkey.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/46ad8d6f/tools/cli/cloudmonkey/cloudmonkey.py
----------------------------------------------------------------------
diff --git a/tools/cli/cloudmonkey/cloudmonkey.py b/tools/cli/cloudmonkey/cloudmonkey.py
index ba15001..4b282f5 100644
--- a/tools/cli/cloudmonkey/cloudmonkey.py
+++ b/tools/cli/cloudmonkey/cloudmonkey.py
@@ -66,7 +66,7 @@ class CloudStackShell(cmd.Cmd):
             for key in self.config_fields.keys():
                 setattr(self, key, self.config_fields[key])
             config = self.write_config()
-            print "Set your api and secret keys using the set command!"
+            print("Set your api and secret keys, host, port etc. using the set command!")
 
         for key in self.config_fields.keys():
             setattr(self, key, config.get('CLI', key))