magnum/magnum/api/controllers
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
..
v1 Make docker_storage_driver a str instead of enum 2017-12-14 14:41:09 +00:00
__init__.py Initial commit from github (squashed) 2014-11-18 09:23:37 -05:00
base.py Rename Bay DB, Object, and internal usage to Cluster 2016-09-08 13:01:12 -07:00
link.py Bay to Cluster api cleanup 2016-08-23 15:55:22 -07:00
root.py Rename Bay to Cluster in api 2016-08-17 22:24:45 +00:00
versions.py Add microversion and release notes for quotas API 2017-02-09 10:47:07 -06:00