-
Notifications
You must be signed in to change notification settings - Fork 74
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
Add missing service model change for calculating active quota counts for Service requests. #69
Conversation
@miq-bot add_label bug, fine/yes, provisioning |
@tinaafitz Cannot apply the following label because they are not recognized: provisioning |
Checked commit tinaafitz@05ef42b with ruby 2.2.6, rubocop 0.47.1, and haml-lint 0.20.0 |
@mkanoor Please review. |
@miq-bot add_label blocker |
Fine backport (to manageiq repo) details:
|
@miq-bot add_label euwe/yes |
Euwe backport (to manageiq repo) details:
|
Added miq_provision_quota mixin include to Service Template Provision Request Service model.
Recently added the ability to calculate active quota counts for Service and VM requests. Missing include results in Service requests getting undefined error while running check_quota() method.
https://bugzilla.redhat.com/show_bug.cgi?id=1491409
Original ticket/PR to add active quota calculations modify prov methods.
https://bugzilla.redhat.com/show_bug.cgi?id=1456819
ManageIQ/manageiq#15466