Bug 874828
| Summary: | Conductor accepts application name, but later changes it | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Retired] CloudForms Cloud Engine | Reporter: | James Laska <jlaska> | ||||||
| Component: | aeolus-conductor | Assignee: | Angus Thomas <athomas> | ||||||
| Status: | CLOSED EOL | QA Contact: | Rehana <aeolus-qa-list> | ||||||
| Severity: | low | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | 1.1.0 | CC: | srevivo | ||||||
| Target Milestone: | rc | Keywords: | Triaged | ||||||
| Target Release: | --- | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2020-03-27 18:38:04 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: | |||||||||
| Attachments: |
|
||||||||
Created attachment 641088 [details]
After.png
|
Created attachment 641087 [details] Before.png Description of problem: When launching an application, I input an application name. Conductor is happy with the name, and I'm able to proceed to the next screen. Here, conductor has renamed the application (replacing '.' with '-'). This makes it hard to automate against when conductor allows me to enter an application name, but changes it behind the scenes. Version-Release number of selected component (if applicable): * aeolus-conductor-0.13.24-1.el6cf.src.rpm * aeolus-configure-2.8.11-1.el6cf.src.rpm How reproducible: Steps to Reproduce: 1. Launch an application with the name: 'rhel-i386-6.3-Prod' 2. Observe the application name under the 'Monitor' tab Actual results: * The name was changed to 'rhel-i386-6-3-Prod' Expected results: * The name shouldn't be changed * If certain characters are not allowed, I should be prevented from launching with them. Additional info: