mirror of https://github.com/apache/cloudstack.git
cli: remind user to set host, port too
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
This commit is contained in:
parent
4da02c0971
commit
46ad8d6f4e
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in New Issue