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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user