magnum/magnum/api/controllers/v1
Ricardo Rocha 28fff8006a Make docker_storage_driver a str instead of enum
Allow any value to be passed on the docker_storage_driver field by turning it
into a StringField (was EnumField), and remove the constraints limiting the
values to 'devicemapper' and 'overlay'.

Change the docker storage setup to have a generic setup for all drivers with
the exception of 'devicemapper', which keeps its own specific storage config
function. For all others, do the same we already did for overlay (with two
cases for usage of a cinder volume or not) and simply set the storage driver
in the docker configuration to the value provided in the cluster template.

Change-Id: I9aa8f232ce64ece4d439c0a476f463820a499617
Closes-Bug: #1722522
2017-12-14 14:41:09 +00:00
..
__init__.py Resource Quota - Adding quota API 2017-01-23 11:00:11 -06:00
bay.py Allow master_flavor_id on cluster create 2017-09-27 09:30:18 +00:00
baymodel.py Make docker_storage_driver a str instead of enum 2017-12-14 14:41:09 +00:00
certificate.py Pass a mutable target to oslo policy enforcer 2017-05-10 17:47:38 +01:00
cluster.py Allow master_flavor_id on cluster create 2017-09-27 09:30:18 +00:00
cluster_template.py Make docker_storage_driver a str instead of enum 2017-12-14 14:41:09 +00:00
collection.py Fix quotas API pagination 2017-02-14 12:33:27 -06:00
magnum_services.py Add attribute 'disabled' for service-list 2017-07-20 13:18:04 +08:00
quota.py Remove unused logging import 2017-03-15 20:10:50 +00:00
stats.py Don't enforce microversion for stats API 2017-02-09 10:38:41 -06:00
types.py Use cls in class method and remove unused CONF 2016-09-01 15:03:01 +08:00