Merge "Define 'device_path' for Redis"

This commit is contained in:
Jenkins
2016-01-05 18:57:21 +00:00
committed by Gerrit Code Review

View File

@@ -725,7 +725,7 @@ redis_opts = [
"volumes if volume support is enabled."),
cfg.BoolOpt('volume_support', default=True,
help='Whether to provision a Cinder volume for datadir.'),
cfg.StrOpt('device_path', default=None,
cfg.StrOpt('device_path', default='/dev/vdb',
help='Device path for volume if volume support is enabled.'),
cfg.StrOpt('backup_namespace',
default="trove.guestagent.strategies.backup.experimental."