Description of problem: OpenStack Tenant cannot be tagged, there is no "Edit Tag" option for it. Then we cannot use segregate tenant per group of people using Tags. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
https://github.com/ManageIQ/manageiq/pull/2683
New commit detected on manageiq/master: https://github.com/ManageIQ/manageiq/commit/bc91d97a9b6667b0869a98855be25d868fd9da13 commit bc91d97a9b6667b0869a98855be25d868fd9da13 Author: Milan Zazrivec <mzazrivec> AuthorDate: Mon Apr 20 13:56:35 2015 +0200 Commit: Milan Zazrivec <mzazrivec> CommitDate: Thu Apr 23 16:40:04 2015 +0200 Add support for tagging of Cloud Tenants https://bugzilla.redhat.com/show_bug.cgi?id=1198594 vmdb/app/controllers/cloud_tenant_controller.rb | 1 + vmdb/app/helpers/application_helper.rb | 2 +- vmdb/app/presenters/menu/default_menu.rb | 2 +- vmdb/app/views/layouts/_listicon.html.haml | 2 +- vmdb/product/toolbars/cloud_tenant_center_tb.yaml | 14 ++++++ vmdb/product/toolbars/cloud_tenants_center_tb.yaml | 17 +++++++ .../controllers/cloud_tenant_controller_spec.rb | 53 ++++++++++++++++++++++ 7 files changed, 88 insertions(+), 3 deletions(-) create mode 100644 vmdb/product/toolbars/cloud_tenant_center_tb.yaml create mode 100644 vmdb/product/toolbars/cloud_tenants_center_tb.yaml
Verified in 5.4.0.0.23
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-1100.html