From 7b04f4657ac1f072aa85f15fc259d6e27f013756 Mon Sep 17 00:00:00 2001 From: Roman Blanco Date: Mon, 11 Jun 2018 14:54:46 +0200 Subject: [PATCH] Added actions for suspend/resume a provider --- db/fixtures/miq_product_features.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/db/fixtures/miq_product_features.yml b/db/fixtures/miq_product_features.yml index 244a00b45d7..edda9638698 100644 --- a/db/fixtures/miq_product_features.yml +++ b/db/fixtures/miq_product_features.yml @@ -442,6 +442,14 @@ :description: Edit a Cloud Provider :feature_type: admin :identifier: ems_cloud_edit + - :name: Pause + :description: Pause Cloud Providers + :feature_type: admin + :identifier: ems_cloud_pause + - :name: Resume + :description: Resume Cloud Providers + :feature_type: admin + :identifier: ems_cloud_resume - :name: Add :description: Add a Cloud Provider :feature_type: admin @@ -987,6 +995,14 @@ :description: Edit an Infrastructure Provider :feature_type: admin :identifier: ems_infra_edit + - :name: Pause + :description: Pause Infrastructure Providers + :feature_type: admin + :identifier: ems_infra_pause + - :name: Resume + :description: Resume Infrastructure Providers + :feature_type: admin + :identifier: ems_infra_resume - :name: Add :description: Add an Infrastructure Provider :feature_type: admin @@ -5843,6 +5859,14 @@ :description: Edit a Physical Infrastructure Provider :feature_type: admin :identifier: ems_physical_infra_edit + - :name: Pause + :description: Pause Physical Infrastructure Providers + :feature_type: admin + :identifier: ems_physical_infra_pause + - :name: Resume + :description: Resume Physical Infrastructure Providers + :feature_type: admin + :identifier: ems_physical_infra_resume - :name: Add :description: Add a Physical Infrastructure Provider :feature_type: admin