Skip to content

Commit

Permalink
Add new managers to permissions file
Browse files Browse the repository at this point in the history
  • Loading branch information
Mooli Tayer committed Jul 24, 2017
1 parent d7be775 commit ceb8905
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion config/permissions.tmpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,12 @@
- ems-type:gce_network
- ems-type:hawkular
- ems-type:hawkular_datawarehouse
- ems-type:monitoring # removed in https://github.com/ManageIQ/manageiq/pull/15506
- ems-type:kubernetes
- ems-type:kubernetes_monitor
- ems-type:lenovo_ph_infra
- ems-type:nuage_network
- ems-type:openshift
- ems-type:openshift_monitor
- ems-type:openstack
- ems-type:openstack_infra
- ems-type:openstack_network
Expand Down
3 changes: 2 additions & 1 deletion spec/models/ext_management_system_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@
"hawkular" => "Hawkular",
"hawkular_datawarehouse" => "Hawkular Datawarehouse",
"kubernetes" => "Kubernetes",
"kubernetes_monitor" => "Kubernetes Monitor",
"openshift" => "OpenShift",
"monitoring" => "Monitoring Manager", # removed in https://github.com/ManageIQ/manageiq/pull/15506
"openshift_monitor" => "Openshift Monitor",
"openstack" => "OpenStack",
"openstack_infra" => "OpenStack Platform Director",
"openstack_network" => "OpenStack Network",
Expand Down

0 comments on commit ceb8905

Please sign in to comment.