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

Fixed cases causing waiting on timeout in vm_import #73

Merged

Commits on Aug 7, 2017

  1. Fixed cases causing waiting on timeout in vm_import

    2 problems fixed:
    - allow to import only using 4.1.5+ provider.
      The reason is that the required fix (https://bugzilla.redhat.com/1477375) is
      present in 4.1.5+ and without this fix manageiq will wait until timeout
      reached.
    - check if submit to the provider succeeded.
      The reason is that if the result is not checked, this state will always
      succeed and the import will again wait until timeout.
    Tomas Jelinek committed Aug 7, 2017
    Configuration menu
    Copy the full SHA
    330a356 View commit details
    Browse the repository at this point in the history