Bug 1321658
| Summary: | Automate | RedHat Domain - remove no longer needed ServiceProvisionRequestQuotaVerification class. | ||
|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Tina Fitzgerald <tfitzger> |
| Component: | Automate | Assignee: | William Fitzgerald <wfitzger> |
| Status: | CLOSED ERRATA | QA Contact: | Milan Falešník <mfalesni> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 5.6.0 | CC: | cpelland, jhardy, mfalesni, mkanoor, obarenbo, simaishi, tfitzger |
| Target Milestone: | GA | Keywords: | Reopened |
| Target Release: | 5.7.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | automate | ||
| Fixed In Version: | 5.7.0.0 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-01-04 12:54:29 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Tina Fitzgerald
2016-03-28 19:26:51 UTC
New commit detected on cfme_productization/master: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme_productization.git;a=commit;h=72e2c4fdeed141195e8e33d0f076e6841adc45d1 commit 72e2c4fdeed141195e8e33d0f076e6841adc45d1 Merge: 0eba5e6 2ec98e1 Author: Jason Frey <jfrey> AuthorDate: Wed May 11 13:40:45 2016 -0400 Commit: Jason Frey <jfrey> CommitDate: Wed May 11 13:40:45 2016 -0400 Merge branch 'delete_class' into 'master' Automate | RedHat Domain - remove no longer needed Namespace Namespace: /RedHat/Service/Provisioning/StateMachines and ServiceProvisionRequestQuotaVerification class deleted Quota methods no longer needed. Consolidated Quota has been in place for some time. https://bugzilla.redhat.com/show_bug.cgi?id=1321658 See merge request !211 .../__class__.yaml | 213 ------------ .../service_request_quota_validation.rb | 383 --------------------- .../service_request_quota_validation.yaml | 12 - .../__methods__/service_request_rejected.rb | 5 - .../__methods__/service_request_rejected.yaml | 12 - .../default.yaml | 12 - .../Provisioning/StateMachines/__namespace__.yaml | 11 - 7 files changed, 648 deletions(-) New commit detected on cfme_productization/master: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme_productization.git;a=commit;h=2ec98e14b1fb7491585f274629e7633e9bfae4eb commit 2ec98e14b1fb7491585f274629e7633e9bfae4eb Author: william fitzgerald <wfitzger> AuthorDate: Fri Apr 1 16:36:03 2016 -0400 Commit: william fitzgerald <wfitzger> CommitDate: Fri Apr 1 16:36:03 2016 -0400 Automate | RedHat Domain - remove no longer needed Namespace Namespace: /RedHat/Service/Provisioning/StateMachines deleted Quota methods no longer needed. Consolidated Quota has been in place for some time. https://bugzilla.redhat.com/show_bug.cgi?id=1321658 .../__class__.yaml | 213 ------------ .../service_request_quota_validation.rb | 383 --------------------- .../service_request_quota_validation.yaml | 12 - .../__methods__/service_request_rejected.rb | 5 - .../__methods__/service_request_rejected.yaml | 12 - .../default.yaml | 12 - .../Provisioning/StateMachines/__namespace__.yaml | 11 - 7 files changed, 648 deletions(-) delete mode 100644 manageiq/db/fixtures/ae_datastore/RedHat/Service/Provisioning/StateMachines/ServiceProvisionRequestQuotaVerification.class/__class__.yaml delete mode 100644 manageiq/db/fixtures/ae_datastore/RedHat/Service/Provisioning/StateMachines/ServiceProvisionRequestQuotaVerification.class/__methods__/service_request_quota_validation.rb delete mode 100644 manageiq/db/fixtures/ae_datastore/RedHat/Service/Provisioning/StateMachines/ServiceProvisionRequestQuotaVerification.class/__methods__/service_request_quota_validation.yaml delete mode 100644 manageiq/db/fixtures/ae_datastore/RedHat/Service/Provisioning/StateMachines/ServiceProvisionRequestQuotaVerification.class/__methods__/service_request_rejected.rb delete mode 100644 manageiq/db/fixtures/ae_datastore/RedHat/Service/Provisioning/StateMachines/ServiceProvisionRequestQuotaVerification.class/__methods__/service_request_rejected.yaml delete mode 100644 manageiq/db/fixtures/ae_datastore/RedHat/Service/Provisioning/StateMachines/ServiceProvisionRequestQuotaVerification.class/default.yaml delete mode 100644 manageiq/db/fixtures/ae_datastore/RedHat/Service/Provisioning/StateMachines/__namespace__.yaml Verified in 5.7.0.0, the class no longer exists. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHBA-2017-0012.html |