The YAML configuration examples were being parsed as markdown, which resulted in poorly formatted documents. Also convert tempest element README file to markdown for consistency. Change-Id: Id6def1c8bcb86e37f10a74bf85361a9da0d151b6 Closes-Bug: 1328304
542 B
542 B
Install and configure Cinder.
An appropriate target element (such as cinder-tgt or cinder-lio) must be included in images that use cinder.
Configuration
cinder:
verbose: False
- Print more verbose output (set logging level to INFO instead of default WARNING level).
debug: False
- Print debugging output (set logging level to DEBUG instead of default WARNING level).
iscsi-helper: tgtadm
- Specifies the iSCSI helper to use. Must match the target element included in the image.