28fff8006a
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
11 lines
348 B
YAML
11 lines
348 B
YAML
---
|
|
features:
|
|
- |
|
|
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'.
|
|
upgrade:
|
|
- |
|
|
Requires a db upgrade to change the docker_storage_driver
|
|
field to be a string instead of an enum.
|