Merge "use removeTenantAccess and addTenantAccess"

This commit is contained in:
Jenkins 2016-01-18 19:49:03 +00:00 committed by Gerrit Code Review
commit 13e4263f81
1 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@
Adds flavor access to a tenant and flavor.
</para>
<para>
Specify the <code>add_tenant_access</code> action and the
Specify the <code>addTenantAccess</code> action and the
<code>tenant_id</code> in the request body.
</para>
</wadl:doc>
@ -86,7 +86,7 @@
Removes flavor access from a tenant and flavor.
</para>
<para>
Specify the <code>remove_tenant_access</code> action and the
Specify the <code>removeTenantAccess</code> action and the
<code>tenant_id</code> in the request body.
</para>
</wadl:doc>