Merge "Delete incorrect comments"

This commit is contained in:
Zuul
2018-08-21 01:35:37 +00:00
committed by Gerrit Code Review
5 changed files with 5 additions and 10 deletions

View File

@@ -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).

View File

@@ -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).

View File

@@ -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.

View File

@@ -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.

View File

@@ -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).