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

[V2V] Use authentication_check instead of verify credentials #18880

Merged
merged 5 commits into from
Jul 9, 2019
Merged

[V2V] Use authentication_check instead of verify credentials #18880

merged 5 commits into from
Jul 9, 2019

Commits on Jul 8, 2019

  1. Use authentication_check and skip ssh connection if last valid within…

    … 15 minutes.
    
    Update specs to reflect changes in eligible? method.
    
    Add v2v tag to InfraConversionThrottler specs.
    
    Update host and vm in specs to be provider-specific, change custom task name to avoid deprecation warnings.
    
    Stub the authentication_check method.
    
    Add more specs for verify_credentials to validate that ssh calls are not made if already valid within last 15 minutes.
    djberg96 committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    5cd804f View commit details
    Browse the repository at this point in the history
  2. Reduce validation check from 15 minutes to 10 minutes, and continue w…

    …ith validation if invalid within last 10 minutes.
    djberg96 committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    e74d09b View commit details
    Browse the repository at this point in the history
  3. Fix factory.

    djberg96 committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    4385e1a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b2de848 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    51bca56 View commit details
    Browse the repository at this point in the history