magnum/magnum/api
Yang Hongyang 5650b7b954 Avoid compare None type using min()
In python3, min() compare None will raise an exception, this breaks the
api call.

Partially-Implements: blueprint magnum-python3

Change-Id: Idb83d6b6e21aab4e41a36824aab69e177fa7b5e0
2016-02-29 14:33:25 +08:00
..
controllers Remove unused attribute "ssh_authorized_key" 2016-02-28 15:33:56 -05:00
middleware Trival: Remove unused logging import 2015-12-25 09:41:22 -05:00
__init__.py Initial commit from github (squashed) 2014-11-18 09:23:37 -05:00
app.py Added Keystone and RequestID headers to CORS middleware 2016-01-08 10:37:04 -08:00
attr_validator.py Replace dict.iteritems() with dict.items() 2015-12-22 20:13:54 -05:00
auth.py Fix typo error 2015-11-08 04:29:35 -05:00
config.py Remove coding:utf-8 2015-08-03 23:28:22 +08:00
expose.py Drop XML support in Magnum 2015-07-13 20:03:23 -05:00
hooks.py Revert "Fix socket descriptor leak" 2016-02-01 17:10:58 -05:00
servicegroup.py Fix TypeError at magnum API for service-list 2015-10-02 17:50:18 +00:00
utils.py Avoid compare None type using min() 2016-02-29 14:33:25 +08:00
validation.py Rename network driver name in Validator class 2016-02-23 17:52:29 +08:00