Delete incorrect comments
Change-Id: I94a8b170033778313ba43b6857fdf4501178dd1d
This commit is contained in:
parent
c18105dea5
commit
0128c20ea8
@ -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).
|
||||
|
||||
|
@ -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).
|
||||
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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).
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user