mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-06-20 19:26:17 +08:00
remove default listen address
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user