pyflakes would have caught this if 'all' weren't a built-in function
fs_type: xfs
"""
if config is None:
- config = { all: None }
+ config = { 'all': None }
norm_config = config
if isinstance(config, dict):
norm_config = teuthology.replace_all_with_clients(ctx.cluster, config)
else:
role_images = norm_config
+ log.debug('rbd config is: %s', norm_config)
+
with contextutil.nested(
lambda: create_image(ctx=ctx, config=norm_config),
lambda: modprobe(ctx=ctx, config=norm_config),