Bug 1159105
Summary: | flesh out "queue_admin" feature: add docs, use a permission instead of a hard-coded group name | ||
---|---|---|---|
Product: | [Retired] Beaker | Reporter: | Dan Callaghan <dcallagh> |
Component: | general | Assignee: | Dan Callaghan <dcallagh> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Anwesha Chatterjee <achatter> |
Severity: | unspecified | Docs Contact: | |
Priority: | medium | ||
Version: | 0.18 | CC: | achatter, dcallagh, ebaak, rjoost |
Target Milestone: | 25.0 | Keywords: | FutureFeature, Patch, Triaged |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Enhancement | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2018-03-19 04:18:50 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
Dan Callaghan
2014-10-31 01:34:18 UTC
Found an old patch I wrote for this last year... This can go to 26.0, no need to make the 25.0 release even bigger at this point. I accidentally just merged this for 25.0, forgetting that I was going to hold off until 26.0 to avoid making 25.0 even bigger. The new permission is called 'change_prio'. Suggested steps to verify: 1. Check the docs for it make sense... 2. As a Beaker admin, create a new group, give the group 'change_prio' permission, add an otherwise unprivileged user to the group. 3. Submit a job to Beaker. 4. While the job is queued, as the unprivileged user go to the job page and adjust its priority up or down. Verified that * the docs for it make sense * the user "unprivileged" (part of group "queue_admin_test" with change_prio permission) could successfully bump priority of a job (not created by unprivileged) up or down Beaker 25.0 has been released. Release notes are available upstream: https://beaker-project.org/docs/whats-new/release-25.html |