From 01be8b5ba9d699d57750447005e8c5c4bb2017b9 Mon Sep 17 00:00:00 2001 From: Hongbin Lu Date: Mon, 12 Jan 2015 15:48:46 +0000 Subject: [PATCH] Add max_limit to sample config Change-Id: I24ab855d2eb0b14a1da3b56808eaf3f10d506ff2 --- etc/magnum/magnum.conf.sample | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etc/magnum/magnum.conf.sample b/etc/magnum/magnum.conf.sample index 106202de83..3837cb8240 100644 --- a/etc/magnum/magnum.conf.sample +++ b/etc/magnum/magnum.conf.sample @@ -336,6 +336,10 @@ # The listen IP for the magnum API server (string value) #host=127.0.0.1 +# The maximum number of items returned in a single response +# from a collection resource. (integer value) +#max_limit=1000 + # # Options defined in magnum.api.handlers.assembly_handler