remove default listen address

This commit is contained in:
wanyaoqi
2019-06-20 11:47:28 +08:00
parent 7010a759b3
commit 7d0fafa02f

View File

@@ -21,7 +21,7 @@ type BaremetalOptions struct {
ListenInterface string `help:"Master net interface of baremetal server" default:"br0"`
AccessAddress string `help:"Management IP address of baremetal server, only need to use when multiple address bind to ListenInterface"`
ListenAddress string `help:"PXE serve IP address to select when multiple address bind to ListenInterface" default:"0.0.0.0"`
ListenAddress string `help:"PXE serve IP address to select when multiple address bind to ListenInterface"`
TftpRoot string `default:"/opt/cloud/yunion/baremetal" help:"tftp root directory"`
AutoRegisterBaremetal bool `default:"true" help:"Automatically create a baremetal instance"`
BaremetalsPath string `default:"/opt/cloud/workspace/baremetals" help:"Path for baremetals configuration files"`