neutron/neutron/api
Brian Haley b4a596d8a3 Correctly print --limit value passed via API
Passing an invalid limit value, for example '--limit -1'
in neutronclient, generates this error from the API:

  Bad limit request: Limit must be an integer 0 or
  greater and not '%d'.

It should print what was passed.

Closes-bug: #1649665

(cherry picked from commit e45d2a904d)

Change-Id: I9b8bd67d344cd91e008f7c897f1ea6a020a9c30b
2016-12-16 17:50:08 +00:00
..
rpc Stop oslo_messaging from error logging CallbackNotFound 2016-09-22 02:32:29 +00:00
v2 Accept and return project_id for API calls 2016-09-12 19:23:53 +00:00
views Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
__init__.py Added API extensions to detect sorting/pagination features 2016-08-01 22:57:15 +02:00
api_common.py Correctly print --limit value passed via API 2016-12-16 17:50:08 +00:00
extensions.py Broken extensions should not show up in the extension list 2016-08-12 18:20:46 +00:00
versions.py Pecan: Allow unauthenticated version listing 2016-03-11 16:45:28 -08:00