magnum/releasenotes/notes/bug-1722522-d94743c6362a5e4...

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.