magnum/magnum/tests/unit/objects
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
..
__init__.py Make room for functional tests 2015-04-02 12:25:43 -04:00
test_cluster.py Allow labels on cluster create 2017-08-21 12:27:52 +00:00
test_cluster_template.py Rename BayModel DB, Object, and internal usage to ClusterTemplate 2016-09-01 14:47:39 -07:00
test_fields.py Restrict server type only to vm/bm 2016-09-16 14:48:44 +05:30
test_magnum_service.py Remove unused context variable in db api 2017-01-15 04:26:39 +00:00
test_objects.py Make docker_storage_driver a str instead of enum 2017-12-14 14:41:09 +00:00
test_x509keypair.py X509keypair cleanup 2016-05-30 12:02:26 +05:30
utils.py Use newer location for iso8601 UTC 2017-09-06 16:57:49 -05:00