Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Fix vm stop-start with default providers #735

Merged

Commits on Nov 22, 2020

  1. Add default providers at VM start

    When a running VM is stopped, the runtime and network info are removed
    from the VM object status. Starting the VM without any explicit provider
    flags fails due to lack of provider info.
    This change adds the default providers in the VM status if the runtime
    and network are empty when attempting to start the VM. Any explicitly
    passed provider flags continue to override the VM providers.
    darkowlzz committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    5d8de29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f2be86 View commit details
    Browse the repository at this point in the history