mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Missed return statement.
This commit is contained in:
parent
389ede9e3e
commit
8f7490ca98
@ -3598,6 +3598,8 @@ def add_host_to_dvs(host, username, password, vmknic_name, vmnic_name,
|
||||
sleep_seconds=3)
|
||||
|
||||
ret[host_name].update({'status': True})
|
||||
|
||||
return ret
|
||||
# # host_network_config.proxySwitch[0].spec.backing.pnicSpec = dvs_pnic_spec
|
||||
#
|
||||
# network_system = host_ref.configManager.networkSystem
|
||||
|
Loading…
Reference in New Issue
Block a user