Replace trivial docstring instances of tenant

The only changes that made sense to do in the client were three
instances of the word tenant in some doc-strings. So they were
changed. Other than those, the occurrences of 'tenant' in the
codebase relate to keystone's v2.0 API.

Partially implements: blueprint replace-concept-of-tenants-for-projects

Change-Id: If4984d30b552a1eccf5ab927559584dfeebc9593
This commit is contained in:
Juan Antonio Osorio Robles
2014-12-10 14:20:41 +02:00
parent 2c5b87cfe1
commit 83f09dc8e8
3 changed files with 3 additions and 3 deletions

View File

@@ -654,7 +654,7 @@ class ContainerManager(base.BaseEntityManager):
def list(self, limit=10, offset=0, name=None, type=None):
"""
List all containers for the tenant
List all containers for the project
:param limit: Max number of containers returned
:param offset: Offset containers to begin list

View File

@@ -364,7 +364,7 @@ class OrderManager(base.BaseEntityManager):
def list(self, limit=10, offset=0):
"""
List all Orders for the tenant
List all Orders for the project
:param limit: Max number of orders returned
:param offset: Offset orders to begin list

View File

@@ -361,7 +361,7 @@ class SecretManager(base.BaseEntityManager):
def list(self, limit=10, offset=0, name=None, algorithm=None,
mode=None, bits=0):
"""
List all Secrets for the tenant
List all Secrets for the project
:param limit: Max number of secrets returned
:param offset: Offset secrets to begin list