mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #30370 from rallytime/remove-incomplete-func
Remove incomplete function
This commit is contained in:
commit
e77585de17
1 changed files with 0 additions and 13 deletions
|
@ -3225,19 +3225,6 @@ def vsan_enable(host, username, password, protocol=None, port=None, host_names=N
|
|||
return ret
|
||||
|
||||
|
||||
def get_dvs_portgroup_assignment(service_instance, host, dvs_name,
|
||||
portgroup_name, host_names):
|
||||
'''
|
||||
|
||||
:param service_instance: Reference to the vSphere server
|
||||
:param dvs_name: Name of the DVS
|
||||
:param portgroup_name: Portgroup to examine
|
||||
:param host_names: Names of hosts
|
||||
:return:
|
||||
'''
|
||||
host_refs = _check_hosts(service_instance, host, host_names)
|
||||
|
||||
|
||||
def _check_hosts(service_instance, host, host_names):
|
||||
'''
|
||||
Helper function that checks to see if the host provided is a vCenter Server or
|
||||
|
|
Loading…
Add table
Reference in a new issue