diff --git a/barbicanclient/containers.py b/barbicanclient/containers.py index 41fa4014..d5d2e6e1 100644 --- a/barbicanclient/containers.py +++ b/barbicanclient/containers.py @@ -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 diff --git a/barbicanclient/orders.py b/barbicanclient/orders.py index c5fe24a0..034e5a25 100644 --- a/barbicanclient/orders.py +++ b/barbicanclient/orders.py @@ -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 diff --git a/barbicanclient/secrets.py b/barbicanclient/secrets.py index 67c1d404..7c8f6916 100644 --- a/barbicanclient/secrets.py +++ b/barbicanclient/secrets.py @@ -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