Skip to content

Commit

Permalink
fixing autoload parameters sequence
Browse files Browse the repository at this point in the history
  • Loading branch information
razaba committed Mar 14, 2016
1 parent 9924e32 commit 602d779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vCenterShell/models/VMwarevCenterResourceModel.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ def __init__(self):
self.vm_location = ''
self.shutdown_method = ''
self.ovf_tool_path = ''
self.execution_server_selector = ''
self.execution_server_selector = ''
self.reserved_networks = ''
self.default_datacenter = ''

0 comments on commit 602d779

Please sign in to comment.