manila/contrib/devstack
Ramana Raja 39e80deb8d Fix DevStack plugin's source collection issue
Allow initial collection of sources even when RECLONE option is not
set to TRUE in localrc

Change-Id: I8389bf38868ca9cb69f33dd06f8e7a444d461eba
2014-03-04 17:59:39 +05:30
..
extras.d Fix manila's devstack plugin 2014-01-06 16:26:17 +02:00
lib Fix DevStack plugin's source collection issue 2014-03-04 17:59:39 +05:30
README.rst Place devstack files to proper dirs 2013-12-05 14:11:31 +02:00

README.rst

Devstack Integration

This directory contains the files necessary to integrate Manila with devstack.

To install:

$ DEVSTACK_DIR=/path/to/devstack

$ cp lib/manila ${DEVSTACK_DIR}/lib

$ cp extras.d/70-manila.sh ${DEVSTACK_DIR}/extras.d

note: 70-manila.sh uses simple lvm-driver without multitenancy support.

To configure devstack to run manila:

$ cd ${DEVSTACK_DIR}

$ services=(manila m-api m-shr m-sch); for item in ${services[*]}; do echo "enable_service $item" >> localrc; done