Bug 839145
| Summary: | New image creation with blank name and templates displays "undefined method `empty?' for nil:NilClass". | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] CloudForms Cloud Engine | Reporter: | Aziza Karol <akarol> | ||||
| Component: | aeolus-conductor | Assignee: | Tzu-Mainn Chen <tzumainn> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Rehana <aeolus-qa-list> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 1.1.0 | CC: | athomas, dajohnso, dmacpher, matt.wagner, morazi, slinaber | ||||
| Target Milestone: | rc | Keywords: | Triaged | ||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: |
Using a blank field for the name of a new image caused an undefined method error. This bug fix adds validation and a better error message if the name field is blank when creating a new image.
|
Story Points: | --- | ||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2012-12-04 15:12:44 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
Aziza Karol
2012-07-11 05:52:34 UTC
Created attachment 597458 [details]
err
ACK and pushed.
commit 09cc1b8d7bc7ffea3cc4cade7653259a2cbccb56
Author: Tzu-Mainn Chen <tzumainn>
Date: Tue Aug 21 12:01:50 2012 -0400
BZ 839145 added check for empty image name; re-organized error handling for new image
Signed-off-by: Matt Wagner <matt.wagner>
(cherry picked from commit 3357118aaf01dad28a611cb78bf1fd451a9c510b)
in build aeolus-conductor-0.13.3-1.el6cf Message "You must specify the Component Outline name and You must specify the Component Outline XML file" is displayed for New image creation with blank name and template. verified: rpm -qa | grep aeolus aeolus-conductor-daemons-0.13.8-1.el6cf.noarch rubygem-aeolus-cli-0.7.1-1.el6cf.noarch aeolus-configure-2.8.6-1.el6cf.noarch rubygem-aeolus-image-0.3.0-12.el6.noarch aeolus-conductor-0.13.8-1.el6cf.noarch aeolus-conductor-doc-0.13.8-1.el6cf.noarch aeolus-all-0.13.8-1.el6cf.noarch Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHEA-2012-1516.html |