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

Bug 856147

Summary: Uploading an image xml with empty image name throws Error
Product: [Retired] CloudForms Cloud Engine Reporter: Rehana <redakkan>
Component: aeolus-conductorAssignee: Angus Thomas <athomas>
Status: CLOSED EOL QA Contact: Rehana <aeolus-qa-list>
Severity: medium Docs Contact:
Priority: high    
Version: 1.1.0CC: morazi
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 19:37:11 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
ss1
none
Rails none

Description Rehana 2012-09-11 10:08:50 UTC
Created attachment 611720 [details]
ss1

Description of problem:


Version-Release number of selected component (if applicable):


How reproducible:
100%

Steps to Reproduce:
1.Login to conductor
2.Go to Administer -->environments --> new image (upload)
3.leave the image name field empty
4.Upload a image xml files which has <name>test</name> tag in the tpl file
  
Actual results:
Throws Error "undefined local variable or method `active' for #<#<Class:0x7f5617c610a0>:0x7f5617790698> " on conductor
 (PFA: ss1.png,rails.log)

Expected results:
Should be able create new image,the name of the image should be taken from the tpl file

Additional info:
rpm -qa | grep aeolus
rubygem-aeolus-cli-0.7.0-0.20120909230025git8a46b3f.fc16.noarch
rubygem-aeolus-image-0.6.0-0.20120909230031git902c81c.fc16.noarch
aeolus-conductor-0.13.0-0.20120910030008gitb478e0c.fc16.noarch
aeolus-conductor-daemons-0.13.0-0.20120910030008gitb478e0c.fc16.noarch
aeolus-all-0.13.0-0.20120910030008gitb478e0c.fc16.noarch
aeolus-conductor-doc-0.13.0-0.20120910030008gitb478e0c.fc16.noarch
aeolus-configure-2.8.0-0.20120909230024gitb24d837.fc16.noarch

Comment 1 Rehana 2012-09-11 10:09:15 UTC
Created attachment 611721 [details]
Rails