3737
3838
3939class APSConnectUtil :
40- """ A command line tool for APS connector installation on Odin Automation in the relaxed way"""
40+ """A command line tool for installation of APS packages from
41+ the CloudBlue Connect into the CloudBlue Commerce"""
4142
4243 def init_hub (self , hub_host , user = 'admin' , pwd = '1q2w3e' , use_tls = False , port = 8440 ,
4344 aps_host = None , aps_port = 6308 , use_tls_aps = True ):
44- """ Connect your Odin Automation Hub"""
45+ """ Connect your CloudBlue Commerce Instance ( Hub) """
4546 Hub .configure (hub_host , user , pwd , use_tls , port , aps_host , aps_port , use_tls_aps )
4647
4748 def version (self ):
@@ -59,8 +60,8 @@ def version(self):
5960
6061 def install_frontend (self , source , oauth_key , oauth_secret , backend_url , settings = None ,
6162 network = 'proxy' , hub_id = None , instance_only = False , experimental = False ):
62- """ Install connector-frontend in Odin Automation Hub, --source can be http(s):// or
63- filepath"""
63+ """ Install connector-frontend in the CloudBlue Commerce Instance (Hub),
64+ --source can be http(s):// or filepath"""
6465
6566 if backend_url .startswith ('http://' ):
6667 print ("WARN: Make sure that the APS development mode enabled for http backend. "
0 commit comments