From 16f44c20ec8fc377b1c72e870eb01b228035b7f5 Mon Sep 17 00:00:00 2001 From: Keenan Brock Date: Thu, 17 Mar 2022 18:05:42 -0400 Subject: [PATCH] Remove Storage#power_state No PhysicalStorage mention power_state. It is not defined in the schema nor is it a virtual attribute. Lenovo praser does parse this out but there is nowhere to put the value. They did add the column to PhysicalServer and PhysicalSwitch, so I think this was an oversight. pr for switch: https://github.com/ManageIQ/manageiq-schema/pull/160 pr for server: https://github.com/ManageIQ/manageiq-schema/commit/8e95341be28e5d33662c51c17a055573b0641b6a Lets add this field back in once it is in the database schema --- product/views/PhysicalStorage.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/product/views/PhysicalStorage.yaml b/product/views/PhysicalStorage.yaml index 31da28b4df5..3c8af1c50ad 100644 --- a/product/views/PhysicalStorage.yaml +++ b/product/views/PhysicalStorage.yaml @@ -29,7 +29,6 @@ col_order: - name - type - health_state -- power_state - asset_detail.product_name - asset_detail.manufacturer @@ -41,7 +40,6 @@ headers: - Name - Type - Health State -- Power State - Product Name - Manufacturer