Remove redundant switch_name param (#26817)
Class uses a redundant switch_name param, which can be removed safely. Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
2f81a28414
commit
b6fdc904a9
1 changed files with 0 additions and 1 deletions
|
@ -110,7 +110,6 @@ class VMwareDVSwitch(object):
|
|||
self.uplink_quantity = self.module.params['uplink_quantity']
|
||||
self.discovery_proto = self.module.params['discovery_proto']
|
||||
self.discovery_operation = self.module.params['discovery_operation']
|
||||
self.switch_name = self.module.params['switch_name']
|
||||
self.state = self.module.params['state']
|
||||
self.content = connect_to_api(module)
|
||||
|
||||
|
|
Loading…
Reference in a new issue