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

Don't pass empty lists of certificates to the oVirt SDK #14160

Merged
merged 1 commit into from
Mar 14, 2017
Merged

Don't pass empty lists of certificates to the oVirt SDK #14160

merged 1 commit into from
Mar 14, 2017

Commits on Mar 3, 2017

  1. Don't pass empty lists of certificates to the oVirt SDK

    The oVirt SDK accepts lists of trusted CA certificates. But when an
    empty list, or a list containing just 'nil' elements is passed, the
    result is that no certificate is trusted, not even the system default
    trusted certificate. To avoid that this patch changes the oVirt provider
    so that it passes 'nil' instead of empty lists.
    
    Signed-off-by: Juan Hernandez <juan.hernandez@redhat.com>
    jhernand committed Mar 3, 2017
    Configuration menu
    Copy the full SHA
    118b7ec View commit details
    Browse the repository at this point in the history