mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Missed return statement.
This commit is contained in:
parent
389ede9e3e
commit
8f7490ca98
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue