File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -59,8 +59,8 @@ def main():
5959 help = "host network subnet [default: auto default]" )
6060 parser .add_option ('--vip' ,
6161 help = "Floating IP for external visiting" )
62- parser .add_option ('--domain' , default = 'lain.local' ,
63- help = "Default domain for apps in the cluster [default: lain.local]" )
62+ # parser.add_option('--domain', default='lain.local',
63+ # help="Default domain for apps in the cluster [default: lain.local]")
6464 parser .add_option ('--net-interface' ,
6565 help = "network interface to communicate with cluster [default: auto detect]" )
6666 parser .add_option ('-v' , '--verbose' , action = 'store_true' ,
@@ -199,7 +199,8 @@ def apply_bootstrap_playbook(options):
199199 node_ip = options .node_ip ,
200200 node_network = options .node_network ,
201201 vip = options .vip ,
202- domain = options .domain ,
202+ # domain=options.domain,
203+ domain = "lain.local" ,
203204 net_interface = options .net_interface ,
204205 allow_restart_docker = 'yes' ,
205206 bootstrapping = 'yes' ,
You can’t perform that action at this time.
0 commit comments