Files
Ben Nemec accd4ac96d Set lock_path in cinder.conf
Without this set, interprocess locking does not work properly.

We also need to ensure the cinder state directory is writable
by cinder, up to now it was not.
Change-Id: Idcabf808d5f7255d0cc382b7857a4c13b9b7a2dc
Closes-Bug: 1394963
2014-11-24 10:52:41 +00:00
..
2014-11-24 10:52:41 +00:00
2014-07-31 12:25:59 -04:00
2014-07-19 23:54:41 -07:00
2014-11-12 10:31:01 +09:00

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.