Merge "Trivial: Add missing quote when detecting raid devices"

This commit is contained in:
Zuul 2019-07-16 10:07:46 +00:00 committed by Gerrit Code Review
commit 6af02b25ea

@ -291,7 +291,7 @@ def list_all_block_devices(block_type='disk',
any(x in devtype for x in ['raid', 'md']) and
not ignore_raid):
LOG.debug(
"TYPE detected to contain 'raid or 'md', signifying a "
"TYPE detected to contain 'raid' or 'md', signifying a "
"RAID volume. Found: {!r}".format(line))
else:
LOG.debug(