mirror of https://github.com/apache/cloudstack.git
set the default mgt server to myagent.cloud.com
This commit is contained in:
parent
180b9d49b4
commit
fcf6021764
|
|
@ -9,7 +9,7 @@ class globalEnv:
|
|||
#debug
|
||||
self.debug = False
|
||||
#management server IP
|
||||
self.mgtSvr = None
|
||||
self.mgtSvr = "myagent.cloud.com"
|
||||
#zone id or zone name
|
||||
self.zone = None
|
||||
#pod id or pod name
|
||||
|
|
@ -21,4 +21,4 @@ class globalEnv:
|
|||
#uuid
|
||||
self.uuid = None
|
||||
#default private network
|
||||
self.privateNet = "cloudbr0"
|
||||
self.privateNet = "cloudbr0"
|
||||
|
|
|
|||
Loading…
Reference in New Issue