Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 874828

Summary: Conductor accepts application name, but later changes it
Product: [Retired] CloudForms Cloud Engine Reporter: James Laska <jlaska>
Component: aeolus-conductorAssignee: Angus Thomas <athomas>
Status: CLOSED EOL QA Contact: Rehana <aeolus-qa-list>
Severity: low Docs Contact:
Priority: medium    
Version: 1.1.0CC: srevivo
Target Milestone: rcKeywords: 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:
Description Flags
Before.png
none
After.png none

Description James Laska 2012-11-08 21:51:22 UTC
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:

Comment 1 James Laska 2012-11-08 21:51:50 UTC
Created attachment 641088 [details]
After.png