Bug 1284639
| Summary: | Automate domain and a namespace can't have the same name | ||
|---|---|---|---|
| Product: | Red Hat CloudForms Management Engine | Reporter: | Chris Pelland <cpelland> |
| Component: | Automate | Assignee: | mkanoor |
| Status: | CLOSED ERRATA | QA Contact: | Milan Falešník <mfalesni> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 5.5.0 | CC: | cpelland, dajohnso, gmccullo, jhardy, jkrocil, jprause, mfeifer, mkanoor, obarenbo, tfitzger |
| Target Milestone: | GA | Keywords: | ZStream |
| Target Release: | 5.5.2 | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 5.5.2.1 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1281582 | Environment: | |
| Last Closed: | 2016-02-10 15:20: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: | 1281582 | ||
| Bug Blocks: | |||
|
Comment 1
mkanoor
2015-12-03 20:00:49 UTC
New commit detected on cfme/5.5.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=1931464fdb00b70222758584a355ba3cb48f031c commit 1931464fdb00b70222758584a355ba3cb48f031c Merge: d7cdb55 3bd3d03 Author: Greg McCullough <gmccullo> AuthorDate: Mon Dec 7 16:43:10 2015 -0500 Commit: Greg McCullough <gmccullo> CommitDate: Mon Dec 7 16:43:10 2015 -0500 Merge branch 'bugzilla_1284639_5_5_z' into '5.5.z' Allow for automate namespace and domain to have same names https://bugzilla.redhat.com/show_bug.cgi?id=1284639 When doing a domain search for instances, if the automate model contains a namespace which has the same name as one of the domains the search returns incorrect results. Clean Cherry Pick from https://github.com/ManageIQ/manageiq/pull/5417 See merge request !580 .../engine/miq_ae_domain_search.rb | 6 ++-- .../models/miq_ae_class_copy.rb | 3 +- .../miq_ae_domain_search_spec.rb | 40 ++++++++++++++++++++++ spec/support/automation_spec_helper.rb | 1 - 4 files changed, 46 insertions(+), 4 deletions(-) Verified in 5.5.2.2. It resolved the relationship properly and I could see the "TEST2/TEST1/CLASS1/INSTANCE1" in the tree on right. 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://access.redhat.com/errata/RHBA-2016:0159 |