diff options
Diffstat (limited to 'novaclient/v2/flavors.py')
-rw-r--r-- | novaclient/v2/flavors.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/novaclient/v2/flavors.py b/novaclient/v2/flavors.py index 9cc2b643..803e226a 100644 --- a/novaclient/v2/flavors.py +++ b/novaclient/v2/flavors.py @@ -116,6 +116,9 @@ class FlavorManager(base.ManagerWithFind): :param min_disk: Filters the flavors by a minimum disk space, in GiB. :param min_ram: Filters the flavors by a minimum RAM, in MiB. :param limit: maximum number of flavors to return (optional). + Note the API server has a configurable default limit. + If no limit is specified here or limit is larger than + default, the default limit will be used. :param sort_key: Flavors list sort key (optional). :param sort_dir: Flavors list sort direction (optional). :returns: list of :class:`Flavor`. |