Skip to content

Commit

Permalink
Merge pull request #19566 from martinpovolny/vm_reconv_disk_net2
Browse files Browse the repository at this point in the history
Add detailed RBAC features for VM and Image reconfigure.

(cherry picked from commit 2f47eda)

https://bugzilla.redhat.com/show_bug.cgi?id=1788566
  • Loading branch information
h-kataria authored and simaishi committed Jan 9, 2020
1 parent 9a146f7 commit 1446d84
Showing 1 changed file with 28 additions and 2 deletions.
30 changes: 28 additions & 2 deletions db/fixtures/miq_product_features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5485,10 +5485,36 @@
:description: CPU/Memory Recommendations
:feature_type: admin
:identifier: vm_right_size
- :name: Reconfigure VMs
:description: Reconfigure VM Memory/CPUs
- :name: Reconfigure VMs button
:description: Reconfigure VM Memory/CPUs/...
:feature_type: admin
:identifier: vm_reconfigure
:hidden: true
- :name: Reconfigure VMs
:description: Reconfigure VM Memory/CPUs/...
:feature_type: admin
:identifier: vm_reconfigure_all
:children:
- :name: Reconfigure VM CPU
:description: Reconfigure VM CPU
:feature_type: admin
:identifier: vm_reconfigure_cpu
- :name: Reconfigure VM Memory
:description: Reconfigure VM Memory
:feature_type: admin
:identifier: vm_reconfigure_memory
- :name: Reconfigure VM Networks
:description: Reconfigure VM Networks
:feature_type: admin
:identifier: vm_reconfigure_networks
- :name: Reconfigure VM Disks
:description: Reconfigure VM Disks
:feature_type: admin
:identifier: vm_reconfigure_disks
- :name: Reconfigure VM Drives
:description: Reconfigure VM Drives
:feature_type: admin
:identifier: vm_reconfigure_drives
- :name: Snapshots
:description: Everything for VM Snapshots
:feature_type: node
Expand Down

0 comments on commit 1446d84

Please sign in to comment.