New commit detected on manageiq/master: https://github.com/ManageIQ/manageiq/commit/8e9da6425fbe8a5d2346a3609170457eb71353a1 commit 8e9da6425fbe8a5d2346a3609170457eb71353a1 Author: Harpreet Kataria <hkataria> AuthorDate: Tue Jan 6 11:05:02 2015 -0500 Commit: Harpreet Kataria <hkataria> CommitDate: Tue Jan 6 17:15:18 2015 -0500 Load Vm__restricted.yaml for restricted users in VM explorers. Fixed code to load Vm__restricted.yaml in VM explorers for restricted users. Moved code out to a new method that sets the yaml filename and added a spec test around the new method. After loading VM__restricted yaml, need to replace view.db to the one that came in with get_db_view method call, view.db in the YAML is set to Vm which causes all Infra/Cloud VMs to show up together in the explorers. https://bugzilla.redhat.com/show_bug.cgi?id=1171342 https://bugzilla.redhat.com/show_bug.cgi?id=1166328 vmdb/app/controllers/application_controller.rb | 28 ++++++++++++---------- .../controllers/application_controller_spec.rb | 24 +++++++++++++++++++ 2 files changed, 39 insertions(+), 13 deletions(-)
New commit detected on cfme/5.3.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=ca4a48289c9a7b7fd531dd98745be45c4e9a2cc5 commit ca4a48289c9a7b7fd531dd98745be45c4e9a2cc5 Author: Harpreet Kataria <hkataria> AuthorDate: Tue Jan 6 11:05:02 2015 -0500 Commit: Harpreet Kataria <hkataria> CommitDate: Tue Jan 6 18:30:15 2015 -0500 Load Vm__restricted.yaml for restricted users in VM explorers. Fixed code to load Vm__restricted.yaml in VM explorers for restricted users. Moved code out to a new method that sets the yaml filename and added a spec test around the new method. After loading VM__restricted yaml, need to replace view.db to the one that came in with get_db_view method call, view.db in the YAML is set to Vm which causes all Infra/Cloud VMs to show up together in the explorers. https://bugzilla.redhat.com/show_bug.cgi?id=1171342 https://bugzilla.redhat.com/show_bug.cgi?id=1166328 (cherry picked from commit 8e9da64) vmdb/app/controllers/application_controller.rb | 28 ++++++++++++---------- .../controllers/application_controller_spec.rb | 24 +++++++++++++++++++ 2 files changed, 39 insertions(+), 13 deletions(-)
New commit detected on cfme/5.3.z: https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=30be9000e0fc4f8efa96d6bc487631358cd35fad commit 30be9000e0fc4f8efa96d6bc487631358cd35fad Author: Harpreet Kataria <hkataria> AuthorDate: Wed Jan 7 09:56:51 2015 -0500 Commit: Harpreet Kataria <hkataria> CommitDate: Wed Jan 7 09:56:51 2015 -0500 Fixed failing spec test on 5.3.z Replaced call to EvmSpecHelper.seed_specific_product_features on 5.3.z with MiqProductFeature.seed_specific_features https://bugzilla.redhat.com/show_bug.cgi?id=1171342 https://bugzilla.redhat.com/show_bug.cgi?id=1166328 vmdb/spec/controllers/application_controller_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Good to go. Verified and working fine in 5.3.3.0.1.20150127115148_446974b
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-0261.html