Configuration settings are no longer used
This commit is contained in:
parent
20643e35a8
commit
0515487062
|
@ -98,12 +98,6 @@ type Config struct {
|
|||
|
||||
Communicator string `mapstructure:"communicator"`
|
||||
|
||||
// The time in seconds to wait for the virtual machine to report an IP address.
|
||||
// This defaults to 120 seconds. This may have to be increased if your VM takes longer to boot.
|
||||
IPAddressTimeout time.Duration `mapstructure:"ip_address_timeout"`
|
||||
|
||||
SSHWaitTimeout time.Duration
|
||||
|
||||
SkipCompaction bool `mapstructure:"skip_compaction"`
|
||||
|
||||
ctx interpolate.Context
|
||||
|
|
Loading…
Reference in New Issue