Bug 870478
| Summary: | [RFE] return specific error when blueprint xml validation fails | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] CloudForms Cloud Engine | Reporter: | Aaron Weitekamp <aweiteka> | ||||
| Component: | aeolus-conductor | Assignee: | Angus Thomas <athomas> | ||||
| Status: | CLOSED EOL | QA Contact: | Rehana <aeolus-qa-list> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 1.1.0 | Keywords: | FutureFeature | ||||
| Target Milestone: | rc | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Enhancement | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 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: | |||||||
| Attachments: |
|
||||||
Created attachment 633937 [details] screencap: blueprint xml validation error Description of problem: Generic blueprint xml validation errors do not help user resolve errors. Displaying specific error would be very helpful Version-Release number of selected component (if applicable): 1.1 Steps to Reproduce: 1. in WebUI make an invalid edit to blueprint xml 2. save changes Actual results: " 1 error prohibited this Application Blueprint from being saved Application Blueprint XML file contains syntax errors " Expected results: xmllint output is helpful: "Line 3: element descriptio: Relax-NG validity error : Element deployable has extra content: descriptio" Additional info: