Bug 1455270

Summary: Mismatch between cloud volume table and details
Product: Red Hat CloudForms Management Engine Reporter: Mike Shriver <mshriver>
Component: ProvidersAssignee: Scott Seago <sseago>
Status: CLOSED CURRENTRELEASE QA Contact: Mike Shriver <mshriver>
Severity: medium Docs Contact:
Priority: medium    
Version: 5.7.0CC: hkataria, jfrey, jhardy, mpovolny, obarenbo, simaishi, sseago
Target Milestone: GAKeywords: TestOnly
Target Release: 5.10.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: ui:storage
Fixed In Version: 5.10.0.0 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of:
: 1519490 1519915 (view as bug list) Environment:
Last Closed: 2018-06-21 20:33:11 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: Openstack Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1519490, 1519915    

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(-)