cli: remind user to set host, port too

Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
This commit is contained in:
Rohit Yadav 2012-11-05 18:12:36 +05:30
parent 4da02c0971
commit 46ad8d6f4e
1 changed files with 1 additions and 1 deletions

View File

@ -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))