tripleo-image-elements/elements/cinder-volume
Dan Prince a794c4cc2f Update elements to use os-svc-daemon -i.
Globally updates all the elements so we explicitly set the
virtualenv install directory with the os-svc-daemon -i option.

This allows us to support both isolated and shared venvs
(which some people would like to use).

Change-Id: Ie264ff58d7e733542ba32853f5c0f593b64ffe4a
2014-03-24 09:57:11 -04:00
..
install.d/cinder-source-install Update elements to use os-svc-daemon -i. 2014-03-24 09:57:11 -04:00
os-apply-config/etc/cinder Adds NFS backend support for cinder-volume 2014-03-12 16:16:46 -04:00
os-refresh-config Adds NFS backend support for cinder-volume 2014-03-12 16:16:46 -04:00
element-deps Adds NFS backend support for cinder-volume 2014-03-12 16:16:46 -04:00
README.md Adds NFS backend support for cinder-volume 2014-03-12 16:16:46 -04:00

Installs cinder volume service.

Configuration

cinder:
  include_nfs_backend: False
    # set to true to add the nfs backend configuration to /etc/cinder/cinder.conf.
  nfs_shares: None
    # a list of nfs shares written to /etc/cinder/shares.txt. each item in the list
    # should be an nfs share address. (e.g 192.0.2.5:/mnt/state/var/lib/nfs_share)