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:
https://github.com/ManageIQ/manageiq-ui-classic/pull/2866
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(-)