Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Libvirt Domain XML Transformer (libvirt-vm-xml-transformer.sh)
  • VM Instance Start hook (libvirt-vm-state-change.sh)
  • VM Instance Stop hook (libvirt-vm-state-change.sh)

...

  • Transformer hook:
    • transform
    • libvirt xml
  • Start hook:
    • start
    • vm Instance name
  • Stop hook:
    • stop
    • vm Instance name

Only the response for the transformer hook is used. The response for the start and stop hooks is ignored.

...

  • service_offering
    • vgpu_profile_id - The vGPU profile to be used for the guest VM Instance
    • gpu_count - number of gpu devices to attach to the guest VM Instance
    • gpu_display - Whether to use the gpu cards as display on the guest vm Instance

We have added the following new APIs:

...