magnum/magnum/drivers/k8s_fedora_ironic_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
..
image/kubernetes Update Steps for creating dib images 2017-05-17 12:13:38 +00:00
templates Make docker_storage_driver a str instead of enum 2017-12-14 14:41:09 +00:00
__init__.py Split k8s atomic vm and ironic drivers 2016-09-09 18:10:08 +02:00
driver.py Move scale managers at driver level 2017-01-23 17:16:32 +01:00
template_def.py Remove unused logging import 2017-03-15 20:10:50 +00:00
version.py Upgrade to Fedora 25 2017-01-26 15:40:34 +01:00