Skip to content

Commit

Permalink
Merge pull request ManageIQ#17828 from mansam/add-cloud-volume-type-r…
Browse files Browse the repository at this point in the history
…oles

Add Cloud Volume Type features
  • Loading branch information
h-kataria authored Sep 10, 2018
2 parents aa3916f + 149ce3d commit ac675f5
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions db/fixtures/miq_product_features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -948,6 +948,35 @@
:feature_type: control
:identifier: cloud_volume_backup_delete

# CloudVolumeType
- :name: Cloud Volume Types
:description: Everything under Cloud Volume Types
:feature_type: node
:identifier: cloud_volume_type
:children:
- :name: View
:description: View Volume Types
:feature_type: view
:identifier: cloud_volume_type_view
:children:
- :name: List
:description: Display Lists of Volume Types
:feature_type: view
:identifier: cloud_volume_type_show_list
- :name: Show
:description: Display Individual Volume Types
:feature_type: view
:identifier: cloud_volume_type_show
- :name: Operate
:description: Perform Operations on Volume Types
:feature_type: control
:identifier: cloud_volume_type_control
:children:
- :name: Edit Tags
:description: Edit Tags of Volume Types
:feature_type: control
:identifier: cloud_volume_type_tag

# Flavor
- :name: Flavors
:description: Everything under Flavors
Expand Down

0 comments on commit ac675f5

Please sign in to comment.