Delete incorrect comments

Change-Id: I94a8b170033778313ba43b6857fdf4501178dd1d
This commit is contained in:
Xianghui Zeng 2018-08-11 15:47:54 +08:00
parent c18105dea5
commit 0128c20ea8
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).