Skip to content

Commit

Permalink
Merge pull request #13945 from skateman/webmks-console-feature
Browse files Browse the repository at this point in the history
Add product feature for VMware WebMKS HTML consoles
  • Loading branch information
martinpovolny authored Feb 17, 2017
2 parents d6ef09f + 497be4e commit 66b9bda
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
4 changes: 4 additions & 0 deletions db/fixtures/miq_product_features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5759,6 +5759,10 @@
:description: Open a web-based console for VMs
:feature_type: control
:identifier: vm_console
- :name: Console using WebMKS
:description: Open a web-based console for VMs
:feature_type: control
:identifier: vm_webmks_console
- :name: Console using VNC
:description: Open a web-based VNC console for VMs
:feature_type: control
Expand Down
9 changes: 9 additions & 0 deletions db/fixtures/miq_user_roles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@
- usage
- vm_check_compliance
- vm_console
- vm_webmks_console
- vm_cloud_explorer
- vm_explorer
- vm_infra_explorer
Expand Down Expand Up @@ -306,6 +307,7 @@
- utilization
- vm_check_compliance
- vm_console
- vm_webmks_console
- vm_cloud_explorer
- vm_explorer
- vm_infra_explorer
Expand Down Expand Up @@ -348,6 +350,7 @@
- vm_clone
- vm_compare
- vm_console
- vm_webmks_console
- vm_cloud_explorer
- vm_explorer
- vm_infra_explorer
Expand Down Expand Up @@ -495,6 +498,7 @@
- vm_collect_running_processes
- vm_compare
- vm_console
- vm_webmks_console
- vm_cloud_explorer
- vm_explorer
- vm_infra_explorer
Expand Down Expand Up @@ -706,6 +710,7 @@
- vm_check_compliance
- vm_collect_running_processes
- vm_console
- vm_webmks_console
- vm_cloud_explorer
- vm_explorer
- vm_infra_explorer
Expand Down Expand Up @@ -801,6 +806,7 @@
- usage
- vm_check_compliance
- vm_console
- vm_webmks_console
- vm_cloud_explorer
- vm_explorer
- vm_infra_explorer
Expand Down Expand Up @@ -893,9 +899,11 @@
- service_view
- svc_catalog_provision
- vm_console
- vm_webmks_console
- vm_clone
- vm_cloud_explorer
- vm_console
- vm_webmks_console
- vm_drift
- vm_edit
- vm_filter_accord
Expand Down Expand Up @@ -957,6 +965,7 @@
- vm_collect_running_processes
- vm_compare
- vm_console
- vm_webmks_console
- vm_drift
- vm_explorer
- vm_guest_restart
Expand Down

0 comments on commit 66b9bda

Please sign in to comment.