Fixed typo
This commit is contained in:
parent
8aa85fc52b
commit
89f91e58cf
@ -20,7 +20,7 @@ class ServiceDelegate(ServiceBase) :
|
||||
self.debug('Looking up VMware information, this may take a minute or more.',1)
|
||||
self.clients = {}
|
||||
self.vm_list = {}
|
||||
# Create a vsphere clinet for each vsphere instance
|
||||
# Create a vsphere client for each vsphere instance
|
||||
for hostname in self._config['hosts'].keys() :
|
||||
url_session = requests.session()
|
||||
verify = self._config['verify_ssl_cert'].lower()
|
||||
|
Loading…
Reference in New Issue
Block a user