From fc8139cc01b6e20b04971cbdd487ada1cdfdba9b Mon Sep 17 00:00:00 2001 From: jichenjc Date: Wed, 13 Jan 2016 06:30:18 +0800 Subject: [PATCH] use removeTenantAccess and addTenantAccess addTenantAccess and removeTenantAccess are the actual actions provided to API layer. Change-Id: Icfa9879101107307cb2ddd59c58f2b458f7aadcd Partial-Bug: #1515222 --- .../compute-api/src/v2.1/wadl/os-flavor-access-v2.1.wadl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api-ref/src/wadls/compute-api/src/v2.1/wadl/os-flavor-access-v2.1.wadl b/api-ref/src/wadls/compute-api/src/v2.1/wadl/os-flavor-access-v2.1.wadl index bced8d26f..af09eb374 100644 --- a/api-ref/src/wadls/compute-api/src/v2.1/wadl/os-flavor-access-v2.1.wadl +++ b/api-ref/src/wadls/compute-api/src/v2.1/wadl/os-flavor-access-v2.1.wadl @@ -41,7 +41,7 @@ Adds flavor access to a tenant and flavor. - Specify the add_tenant_access action and the + Specify the addTenantAccess action and the tenant_id in the request body. @@ -86,7 +86,7 @@ Removes flavor access from a tenant and flavor. - Specify the remove_tenant_access action and the + Specify the removeTenantAccess action and the tenant_id in the request body.