vmware / pyvmomi-community-samples

A place for community contributed samples for the pyVmomi library.
Apache License 2.0
1.02k stars 922 forks source link

Fix the VCR example #688

Closed karaatanassov closed 2 years ago

karaatanassov commented 2 years ago

There seem to be couple of issues with the VCR sample that prevented me from running it.

  1. The indentaiton seems wrong that si instance is needed to retrieve session info
  2. There needs to be a custom setting to VCR as per https://github.com/vmware/pyvmomi/issues/852 https://github.com/kevin1024/vcrpy/issues/528

Signed-off-by: Kiril Karaatanassov kkaraatanassov@vmware.com