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

Fix VM name generation when not specified #698

Merged
merged 2 commits into from
Oct 5, 2020

Commits on Sep 27, 2020

  1. Fix VM name generation when not specified

    Call `SetNameAndUID()` before Validating the VM config in
    `NewCreateOptions()`.
    darkowlzz committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    445c6f6 View commit details
    Browse the repository at this point in the history
  2. Add e2e test to check VM name generation

    Creates a VM without name, but with a specific label. Finds the VM
    using ignite ps, filtering the VM by the label, and get the VM name.
    Delete the VM by name.
    darkowlzz committed Sep 27, 2020
    Configuration menu
    Copy the full SHA
    6068858 View commit details
    Browse the repository at this point in the history