Skip to content

Commit

Permalink
Remove Storage#power_state
Browse files Browse the repository at this point in the history
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: ManageIQ/manageiq-schema#160
pr for server: ManageIQ/manageiq-schema@8e95341

Lets add this field back in once it is in the database schema
  • Loading branch information
kbrock committed Mar 18, 2022
1 parent 3b8e14e commit 16f44c2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions product/views/PhysicalStorage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ col_order:
- name
- type
- health_state
- power_state
- asset_detail.product_name
- asset_detail.manufacturer

Expand All @@ -41,7 +40,6 @@ headers:
- Name
- Type
- Health State
- Power State
- Product Name
- Manufacturer

Expand Down

0 comments on commit 16f44c2

Please sign in to comment.