Skip to content

Commit

Permalink
Merge pull request ManageIQ#15812 from AparnaKarve/bz1440114_add_stor…
Browse files Browse the repository at this point in the history
…age_features

Add missing Storage features
  • Loading branch information
martinpovolny authored Aug 30, 2017
2 parents bf64a63 + 6e510d8 commit 29b4b68
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions db/fixtures/miq_product_features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6111,6 +6111,19 @@
:description: Manage Policies of Block Storage Managers
:feature_type: control
:identifier: ems_block_storage_protect
- :name: Refresh
:description: Refresh Block Storage Managers
:feature_type: control
:identifier: ems_block_storage_refresh
- :name: Modify
:description: Modify Block Storage Managers
:feature_type: admin
:identifier: ems_block_storage_admin
:children:
- :name: Remove
:description: Remove Block Storage Manager
:feature_type: admin
:identifier: ems_block_storage_delete

# EmsObjectStorage
- :name: Object Storage Managers
Expand Down Expand Up @@ -6148,6 +6161,19 @@
:description: Manage Policies of Object Storage Managers
:feature_type: control
:identifier: ems_object_storage_protect
- :name: Refresh
:description: Refresh Object Storage Managers
:feature_type: control
:identifier: ems_object_storage_refresh
- :name: Modify
:description: Modify Object Storage Managers
:feature_type: admin
:identifier: ems_object_storage_admin
:children:
- :name: Remove
:description: Remove Object Storage Manager
:feature_type: admin
:identifier: ems_object_storage_delete

# EmsPhysicalInfra
- :name: Physical Infrastructure Providers
Expand Down

0 comments on commit 29b4b68

Please sign in to comment.