Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug 1912828: Rebase on the latest terraform provider/go-ovirt #4562

Merged

Commits on Jan 18, 2021

  1. Rebase on the latest terraform provider/go-ovirt:

    - Improve disk upload check
    - Rebase on latest go-ovirt
    - Rebase on latest terraform-provider-ovirt
    - Align High Performance VMs with High Performance in RHV-UI
    Gal-Zaidman committed Jan 18, 2021
    Copy the full SHA
    a095fb8 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. Remove validation_test unit test

    On the new go-ovirt SDK the logic for testing a connection was change to making a call to the engine and not just check the certificate, see[1].
    This caused the logic of the test to get broken since there is no real ovirt engine to test against.
    
    The test itself was a bit pointless anyway since it tested mostly the ovirt engine and not logic of the installer
    
    [1] oVirt/ovirt-engine-sdk-go@92c1875
    Gal-Zaidman committed Jan 19, 2021
    Copy the full SHA
    ff2c35c View commit details
    Browse the repository at this point in the history