1
0
mirror of https://github.com/vmware/vsphere-automation-sdk-python.git synced 2024-11-26 11:19:59 -05:00

remove samples/src folder

This commit is contained in:
Tianhao He 2017-01-16 21:24:30 -08:00
parent 16af3a8376
commit 5efbeee44b
116 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
[connection]
lswsdlurl=file:///path/to/the/VMware-vSphere-Automation-SDK-Python-<version>/client/wsdl/lookupservice.wsdl
lswsdlurl=file:///path/to/the/VMware-vSphere-Automation-SDK-Python-<version>/vsphere/samples/workflow/wsdl/lookupservice.wsdl
lssoapurl=https://myserver.mydomain.com/lookupservice/sdk
ssousername=admin
ssopassword=adminpassword

View File

@ -87,7 +87,7 @@ h4 {
<p class="Nav">
<img src="../docs/resources/page.gif" alt="Python SDK client samples README" width="13" height="16" border="0"></img> &nbsp;
<a href="samples/vSphere-Automation-Client-SDK-Python-Samples-README.html" title="README for the Python SDK samples...">README for Python SDK samples</a><br />
<a href="vsphere/vSphere-Automation-Client-SDK-Python-Samples-README.html" title="README for the Python SDK samples...">README for Python SDK samples</a><br />
<img src="../docs/resources/page.gif" alt="vSphere Automation Python SDK README" width="13" height="16" border="0"></img> &nbsp;
<a href="../vSphere-Automation-SDK-Python-README.html" title="vSphere Automation Python SDK README...">vSphere Automation Python SDK README</a><br />
</p>
@ -133,7 +133,7 @@ The following section describes the current directory contents:
<tr>
<td>samples</td>
<td>Python samples that demonstrate the use of the vSphere Automation API</td>
<td>See the <a href="samples/vSphere-Automation-Client-SDK-Python-Samples-README.html">Python samples README</a><br />
<td>See the <a href="vsphere/vSphere-Automation-Client-SDK-Python-Samples-README.html">Python samples README</a><br />
</td>
</tr>
@ -273,8 +273,8 @@ Use suds-jurko for python 3.x
<a name="runningsample"></a>
<h2>Running a sample</h2>
Please refer to <a href="samples/vSphere-Automation-Client-SDK-Python-Samples-README.html#vcentersample">running a vcenter sample</a> for detailed steps to run a vCenter sample. <br/>
Please refer to <a href="samples/vSphere-Automation-Client-SDK-Python-Samples-README.html#runningsample">running a workflow sample</a> for detailed steps to run a vCenter Single Sign-On, Content Library or Tagging sample.
Please refer to <a href="vsphere/vSphere-Automation-Client-SDK-Python-Samples-README.html#vcentersample">running a vcenter sample</a> for detailed steps to run a vCenter sample. <br/>
Please refer to <a href="vsphere/vSphere-Automation-Client-SDK-Python-Samples-README.html#runningsample">running a workflow sample</a> for detailed steps to run a vCenter Single Sign-On, Content Library or Tagging sample.
<ul>
<li><strong>run_sample.sh</strong> is needed for running the samples in UNIX/mac OS X environment</li>

View File

@ -42,9 +42,9 @@ class ClsApiHelper(object):
"""
ISO_FILE_RELATIVE_DIR = '../../../../../resources/isoImages/'
PLAIN_OVF_RELATIVE_DIR = '../../../../../resources/plainVmTemplate'
SIMPLE_OVF_RELATIVE_DIR = '../../../../../resources/simpleVmTemplate'
ISO_FILE_RELATIVE_DIR = '../resources/isoImages/'
PLAIN_OVF_RELATIVE_DIR = '../resources/plainVmTemplate'
SIMPLE_OVF_RELATIVE_DIR = '../resources/simpleVmTemplate'
def __init__(self, cls_api_client, skip_verification):
self.client = cls_api_client

Some files were not shown because too many files have changed in this diff Show More