mirror of
https://github.com/vmware/vsphere-automation-sdk-python.git
synced 2024-11-23 01:49:59 -05:00
Update deploy_ovf_template.py
This commit is contained in:
parent
35d37ce7a2
commit
2b54a33648
@ -52,7 +52,7 @@ class DeployOvfTemplate(SampleBase):
|
|||||||
def _options(self):
|
def _options(self):
|
||||||
self.argparser.add_argument('-clustername',
|
self.argparser.add_argument('-clustername',
|
||||||
'--clustername',
|
'--clustername',
|
||||||
help='The name of the VM to be created in the cluster.')
|
help='The name of the cluster to be used.')
|
||||||
self.argparser.add_argument('-libitemname',
|
self.argparser.add_argument('-libitemname',
|
||||||
'--libitemname',
|
'--libitemname',
|
||||||
help='The name of the library item to deploy.'
|
help='The name of the library item to deploy.'
|
||||||
|
Loading…
Reference in New Issue
Block a user