Skip to content

Commit

Permalink
Define new product features for specific types of Storage Managers
Browse files Browse the repository at this point in the history
  • Loading branch information
Jozef Zigmund committed Apr 12, 2017
1 parent 3ad8333 commit 0d38639
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 @@ -6304,6 +6304,19 @@
:description: Display Timelines for Block Storage Managers
:feature_type: view
:identifier: ems_block_storage_timeline
- :name: Operate
:description: Perform Operations on Block Storage Managers
:feature_type: control
:identifier: ems_block_storage_control
:children:
- :name: Edit Tags
:description: Edit Tags of Block Storage Managers
:feature_type: control
:identifier: ems_block_storage_tag
- :name: Manage Policies
:description: Manage Policies of Block Storage Managers
:feature_type: control
:identifier: ems_block_storage_protect

# EmsObjectStorage
- :name: Object Storage Managers
Expand All @@ -6328,6 +6341,19 @@
:description: Display Timelines for Object Storage Managers
:feature_type: view
:identifier: ems_object_storage_timeline
- :name: Operate
:description: Perform Operations on Object Storage Managers
:feature_type: control
:identifier: ems_object_storage_control
:children:
- :name: Edit Tags
:description: Edit Tags of Object Storage Managers
:feature_type: control
:identifier: ems_object_storage_tag
- :name: Manage Policies
:description: Manage Policies of Object Storage Managers
:feature_type: control
:identifier: ems_object_storage_protect

# EmsPhysicalInfra
- :name: Physical Infrastructure Providers
Expand Down

0 comments on commit 0d38639

Please sign in to comment.