manila/contrib/devstack
2014-12-25 03:04:39 +00:00
..
extras.d Increase quotas and number of threads for tempest 2014-12-20 14:23:30 +02:00
lib Merge "Remove configs sql_connection and sql_connection_debug" 2014-12-25 03:04:39 +00:00
README.rst Clean up devstack plugin after LVM driver removal 2014-08-19 14:12:16 +00:00

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

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