magnum/magnum/api
ztetfger 635e79e82e Add check on docker_volume_size
In magnum server side, docker_volume_size allowed minimum value is 1GB.
In fact, the minimum value should be 3GB when docker-storage-driver is
devicemapper, because the limitation of docker-storage-setup. So, I add
check on "--docker-volume-size". If "--docker-storage-driver=devicemapper",
the minimum docker-volume-size should be 3GB, otherwise it should 1GB.

Change-Id: I53c6a9c93ee156fa9afabdbd72a87bb4044d71ca
Closes-Bug: #1583878
2016-07-20 17:35:55 +08:00
..
controllers Add check on docker_volume_size 2016-07-20 17:35:55 +08:00
middleware Updates microversion root and error messages 2016-07-08 02:39:05 -07:00
__init__.py Initial commit from github (squashed) 2014-11-18 09:23:37 -05:00
app.py Replace "LOG.info(_" with "LOG.info(_LI" 2016-07-15 15:26:02 +08:00
attr_validator.py Update mesos slave to mesos agent 2016-07-18 08:51:17 +05:30
config.py Fix api access with public acl routes 2016-02-29 13:59:20 +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
http_error.py Updates microversion root and error messages 2016-07-08 02:39:05 -07:00
servicegroup.py Fix TypeError at magnum API for service-list 2015-10-02 17:50:18 +00:00
utils.py Add i18n support for some ERROR message 2016-07-17 20:55:49 +08:00
validation.py Add check on docker_volume_size 2016-07-20 17:35:55 +08:00