Bug 1229781
| Summary: | undefined method `description' for #<EmsOpenstack:0x000000109620e8> [ems_cloud/show] while clicking on openstack provider | ||
|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Harpreet Kataria <hkataria> |
| Component: | UI - OPS | Assignee: | Harpreet Kataria <hkataria> |
| Status: | CLOSED ERRATA | QA Contact: | Nandini Chandra <nachandr> |
| Severity: | medium | Docs Contact: | |
| Priority: | high | ||
| Version: | 5.4.0 | CC: | cpelland, hkataria, jhardy, jprause, mpovolny, nachandr, obarenbo |
| Target Milestone: | GA | Keywords: | ZStream |
| Target Release: | 5.4.1 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 5.4.1.0 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1229104 | Environment: | |
| Last Closed: | 2015-07-30 13:11:22 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: | |||
| Bug Depends On: | 1229104 | ||
| Bug Blocks: | |||
|
Comment 2
CFME Bot
2015-06-11 13:40:20 UTC
New commit detected on cfme/5.4.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=4979bdc21d8392e39b78e1f4afbe0ea7314fb781 commit 4979bdc21d8392e39b78e1f4afbe0ea7314fb781 Author: Harpreet Kataria <hkataria> AuthorDate: Tue Jun 9 11:38:12 2015 -0400 Commit: Harpreet Kataria <hkataria> CommitDate: Fri Jun 12 17:39:52 2015 -0400 Added changes to reset provider region after user changes provider type - Added changes to reset provider region value in case user changed provider type after selecting provider region for a different type and then changed type to "Openstack". Added spec test to verify. - Added a description method to EmsOpenstack, to prevent from blowing up in UI incase somehow user's db has provider_region column populated for Openstack Provider. https://bugzilla.redhat.com/show_bug.cgi?id=1229104 https://bugzilla.redhat.com/show_bug.cgi?id=1229781 (cherry picked from commit 1f1dd08) vmdb/app/controllers/ems_common.rb | 1 + vmdb/app/models/mixins/ems_openstack_mixin.rb | 4 ++++ vmdb/spec/controllers/ems_common_controller_spec.rb | 15 +++++++++++++++ 3 files changed, 20 insertions(+) New commit detected on cfme/5.4.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=2881a2b5b380e2371143cac7b417285b3fbde19e commit 2881a2b5b380e2371143cac7b417285b3fbde19e Merge: 9dad98d 4979bdc Author: Dan Clarizio <dclarizi> AuthorDate: Tue Jul 14 17:57:53 2015 -0400 Commit: Dan Clarizio <dclarizi> CommitDate: Tue Jul 14 17:57:53 2015 -0400 Merge branch '54z_bz_1229781' into '5.4.z' Added changes to reset provider region after user changes provider type - Added changes to reset provider region value in case user changed provider type after selecting provider region for a different type and then changed type to "Openstack". Added spec test to verify. - Added a description method to EmsOpenstack, to prevent from blowing up in UI incase somehow user's db has provider_region column populated for Openstack Provider. https://bugzilla.redhat.com/show_bug.cgi?id=1229104 https://bugzilla.redhat.com/show_bug.cgi?id=1229781 (cherry picked from commit 1f1dd08) @jfrey @dclarizio this is clean cherry-pick, please review PR: https://github.com/ManageIQ/manageiq/pull/3105 See merge request !127 vmdb/app/controllers/ems_common.rb | 1 + vmdb/app/models/mixins/ems_openstack_mixin.rb | 4 ++++ vmdb/spec/controllers/ems_common_controller_spec.rb | 15 +++++++++++++++ 3 files changed, 20 insertions(+) Verified in 5.4.1 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. https://rhn.redhat.com/errata/RHBA-2015-1511.html |