lib/beaker/network_manager.rb in beaker-2.34.0 vs lib/beaker/network_manager.rb in beaker-2.35.0
- old
+ new
@@ -55,9 +55,10 @@
host_hash = @options['HOSTS'][name]
hypervisor = host_hash['hypervisor']
hypervisor = provision?(@options, host_hash) ? host_hash['hypervisor'] : 'none'
@logger.debug "Hypervisor for #{name} is #{hypervisor}"
@machines[hypervisor] = [] unless @machines[hypervisor]
+ hostless_options[:timesync] = host_hash[:timesync] if host_hash[:timesync]!=nil
host_itself = Beaker::Host.create(name, host_hash, hostless_options)
host_itself.validate_setup
@machines[hypervisor] << host_itself
end