Bug 839820
| Summary: | beaker-pxemenu: no way to select union of two tags | ||
|---|---|---|---|
| Product: | [Retired] Beaker | Reporter: | Dan Callaghan <dcallagh> |
| Component: | scheduler | Assignee: | Dan Callaghan <dcallagh> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 0.9 | CC: | bpeck, dcallagh, rmancy, stl |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-08-09 08:07:02 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
2012-07-12 23:34:19 UTC
Well. we do have the xml query that does allow for this.. <or> <distro_tag op="=" value="TAG1"/> <distro_tag op="=" value="TAG2"/> </or> We just need to make the Distro.by_filter() method available via xmlrpc. We should make System.by_filter() available too.. added a little extra time to the estimate since there are some unknowns. On Gerrit: http://gerrit.beaker-project.org/1260 This patch exposes the distro XML filtering for beaker-pxemenu. To select the union of two tags, one could use: beaker-pxemenu --xml-filter '<or><distro_tag value="TAG1"/><distro_tag value="TAG2" /></or>' Beaker 0.9.2 has been released. |