Bug 1455270 - Mismatch between cloud volume table and details
Summary: Mismatch between cloud volume table and details
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat CloudForms Management Engine
Classification: Red Hat
Component: Providers
Version: 5.7.0
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: GA
: 5.10.0
Assignee: Scott Seago
QA Contact: Mike Shriver
URL:
Whiteboard: ui:storage
Depends On:
Blocks: 1519490 1519915
TreeView+ depends on / blocked
 
Reported: 2017-05-24 15:51 UTC by Mike Shriver
Modified: 2018-06-21 20:33 UTC (History)
7 users (show)

Fixed In Version: 5.10.0.0
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1519490 1519915 (view as bug list)
Environment:
Last Closed: 2018-06-21 20:33:11 UTC
Category: ---
Cloudforms Team: Openstack
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Mike Shriver 2017-05-24 15:51:00 UTC
Description of problem:
The cloud volumes page under the storage navigation heading has a mismatch between the data displayed in the table and on the volume summary page.

The last column in the table is 'Cloud Provider', which is actually displaying the value of 'Storage Manager' from the volume summary page.

The volume summary page has a 'Parent Cloud Provider' relationship.

The table and summary page should be consistent in the naming of fields/columns and the values displayed.

Version-Release number of selected component (if applicable):
5.7.2.1
5.8.0.15

How reproducible:
100%

Steps to Reproduce:
1. Configure a RHOS provider with storage volumes
2. View the cloud volumes page under the storage navigation header


Actual results:
Note that the storage manager name is displayed under the 'Cloud Provider' column in the table

Expected results:
This table should display a 'Storage Manager' column header if the current data is kept, or the current data should be changed to the cloud provider, along with updating the column header to match the relationship field on the summary page.

Additional info:

Comment 3 CFME Bot 2017-11-30 13:28:47 UTC
New commit detected on ManageIQ/manageiq-ui-classic/master:
https://github.com/ManageIQ/manageiq-ui-classic/commit/3c65b0c5f9a0bdc7225cda37c727ddf30abd8c60

commit 3c65b0c5f9a0bdc7225cda37c727ddf30abd8c60
Author:     Scott Seago <sseago>
AuthorDate: Wed Nov 29 11:12:54 2017 -0500
Commit:     Scott Seago <sseago>
CommitDate: Wed Nov 29 11:14:45 2017 -0500

    bz 1455270: Fix Storage Manager label for volume lists
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1455270
    
    Cloud volume list incorrectly labeled the Storage Manager column as Cloud Provider.
    This commit also fixes the same problem for Cloud Volume backups and snapshots.

 product/views/CloudVolume-based_volumes.yaml                  | 2 +-
 product/views/CloudVolume.yaml                                | 2 +-
 product/views/CloudVolumeBackup-cloud_volume_backups.yaml     | 2 +-
 product/views/CloudVolumeBackup.yaml                          | 2 +-
 product/views/CloudVolumeSnapshot-cloud_volume_snapshots.yaml | 2 +-
 product/views/CloudVolumeSnapshot.yaml                        | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)


Note You need to log in before you can comment on or make changes to this bug.