Comment 0 for bug 1722755

Revision history for this message
Spyros Trigazis (strigazi) wrote :

The API doesn't set a default value for docker-storage-driver
only the client passes a default.

We should remove the default from the client
magnumclient/osc/v1/cluster_templates.py:152: default='devicemapper',
magnumclient/v1/baymodels_shell.py:87: default='devicemapper',
magnumclient/v1/baymodels_shell.py:89: 'overlay. Default: devicemapper'))
magnumclient/v1/cluster_templates_shell.py:138: default='devicemapper',
magnumclient/v1/cluster_templates_shell.py:140: 'overlay. Default: devicemapper'))

AND

update the api-ref correctly.
source/parameters.yaml: ``overlay``. The default is ``devicemapper``.

AND

update docs too:
source/user/index.rst: and 'overlay'. The default is 'devicemapper'.