From b0d03a3ed32f7a0a6969a5e3c9602299e119431b Mon Sep 17 00:00:00 2001 From: Shlomi Zadok Date: Sun, 7 Feb 2016 11:49:21 +0200 Subject: [PATCH] Fixes #13245 - Remove duplicate apipie description from compute_resources --- app/controllers/api/v2/compute_resources_controller.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/controllers/api/v2/compute_resources_controller.rb b/app/controllers/api/v2/compute_resources_controller.rb index 339a1025125..84a65761d81 100644 --- a/app/controllers/api/v2/compute_resources_controller.rb +++ b/app/controllers/api/v2/compute_resources_controller.rb @@ -122,7 +122,6 @@ def available_resource_pools render :available_resource_pools, :layout => 'api/v2/layouts/index_layout' end - api :GET, "/compute_resources/:id/available_storage_domains", "List storage_domains for a compute resource" api :GET, "/compute_resources/:id/available_storage_domains", N_("List storage domains for a compute resource") api :GET, "/compute_resources/:id/available_storage_domains/:storage_domain", N_("List attributes for a given storage domain") param :id, :identifier, :required => true