diff --git a/zunclient/v1/capsules.py b/zunclient/v1/capsules.py index ad58559e..d1b7528c 100644 --- a/zunclient/v1/capsules.py +++ b/zunclient/v1/capsules.py @@ -65,8 +65,7 @@ class CapsuleManager(base.Manager): request, if: 1) limit > 0, the maximum number of containers to return. - 2) limit == 0, return the entire list of containers. - 3) limit param is NOT specified (None), the number of items + 2) limit param is NOT specified (None), the number of items returned respect the maximum imposed by the ZUN API (see Zun's api.max_limit option). diff --git a/zunclient/v1/containers.py b/zunclient/v1/containers.py index ab54de16..1640ddf5 100644 --- a/zunclient/v1/containers.py +++ b/zunclient/v1/containers.py @@ -58,8 +58,7 @@ class ContainerManager(base.Manager): request, if: 1) limit > 0, the maximum number of containers to return. - 2) limit == 0, return the entire list of containers. - 3) limit param is NOT specified (None), the number of items + 2) limit param is NOT specified (None), the number of items returned respect the maximum imposed by the ZUN API (see Zun's api.max_limit option). diff --git a/zunclient/v1/hosts.py b/zunclient/v1/hosts.py index b5c3cbda..42b40ee9 100644 --- a/zunclient/v1/hosts.py +++ b/zunclient/v1/hosts.py @@ -41,8 +41,7 @@ class HostManager(base.Manager): request, if: 1) limit > 0, the maximum number of hosts to return. - 2) limit == 0, return the entire list of hosts. - 3) limit param is NOT specified (None), the number of items + 2) limit param is NOT specified (None), the number of items returned respect the maximum imposed by the Zun api :param sort_key: Optional, field used for sorting. diff --git a/zunclient/v1/images.py b/zunclient/v1/images.py index d41758dd..5323f3fc 100644 --- a/zunclient/v1/images.py +++ b/zunclient/v1/images.py @@ -46,8 +46,7 @@ class ImageManager(base.Manager): request, if: 1) limit > 0, the maximum number of images to return. - 2) limit == 0, return the entire list of images. - 3) limit param is NOT specified (None), the number of items + 2) limit param is NOT specified (None), the number of items returned respect the maximum imposed by the Zun api :param sort_key: Optional, field used for sorting. diff --git a/zunclient/v1/services.py b/zunclient/v1/services.py index d2aec0d0..96ec6d63 100644 --- a/zunclient/v1/services.py +++ b/zunclient/v1/services.py @@ -39,8 +39,7 @@ class ServiceManager(base.Manager): request, if: 1) limit > 0, the maximum number of services to return. - 2) limit == 0, return the entire list of services. - 3) limit param is NOT specified (None), the number of items + 2) limit param is NOT specified (None), the number of items returned respect the maximum imposed by the Zun API (see Zun's api.max_limit option).