aboutsummaryrefslogtreecommitdiffstats
path: root/tools/python/scripts
diff options
context:
space:
mode:
authorkaf24@localhost.localdomain <kaf24@localhost.localdomain>2007-01-30 14:51:05 +0000
committerkaf24@localhost.localdomain <kaf24@localhost.localdomain>2007-01-30 14:51:05 +0000
commita36b1fbb024105266961a225974d901650e6b7dc (patch)
treee7ddd859bb4fb4fa3ca0260bdc793dc8f0c359f9 /tools/python/scripts
parent64559068e4cf5a89a2ced8d9b888564499b3b7f5 (diff)
downloadxen-a36b1fbb024105266961a225974d901650e6b7dc.tar.gz
xen-a36b1fbb024105266961a225974d901650e6b7dc.tar.bz2
xen-a36b1fbb024105266961a225974d901650e6b7dc.zip
Align vTPM support in the Xen-API, documentation and lib-xen
(after the recent changes). Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
Diffstat (limited to 'tools/python/scripts')
-rw-r--r--tools/python/scripts/xapi.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/python/scripts/xapi.py b/tools/python/scripts/xapi.py
index f1829e0a10..ab0938f111 100644
--- a/tools/python/scripts/xapi.py
+++ b/tools/python/scripts/xapi.py
@@ -678,14 +678,6 @@ def xapi_vtpm_create(args, async = False):
print "Creating vTPM with cfg = %s" % cfg
vtpm_uuid = execute(server, 'VTPM.create', (session, cfg))
print "Done. (%s)" % vtpm_uuid
- vtpm_id = execute(server, 'VTPM.get_instance', (session, vtpm_uuid))
- print "Has instance number '%s'" % vtpm_id
- vtpm_be = execute(server, 'VTPM.get_backend', (session, vtpm_uuid))
- print "Has backend in '%s'" % vtpm_be
- driver = execute(server, 'VTPM.get_driver', (session, vtpm_uuid))
- print "Has driver type '%s'" % driver
- vtpm_rec = execute(server, 'VTPM.get_record', (session, vtpm_uuid))
- print "Has vtpm record '%s'" % vtpm_rec
def xapi_pif_list(args, async = False):