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

Check for both owner email and requester email for user quota. #230

Merged
merged 1 commit into from
Dec 20, 2017

Commits on Dec 19, 2017

  1. Check for both owner email and requester email for user quota.

    Changed used method to check for owner email or requester email when quota is set to user.
    Previously the method was only looking for owner_email and when that wasn't available we encountered an error.
    
    The method now will raise an error if both are not found.  If you are running a service provision which doesn't allow a requester email
    and the user doesn't have an email address, we will raise this error:
    
    ERROR - Owner email not specified for User Quota
    
    Added tests for all possible email values for user quota.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1509977
    billfitzgerald0120 committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    784d666 View commit details
    Browse the repository at this point in the history