f6a90208a4
Devstack plugin has some logic, specific to LVM driver, due to removal of LVM driver this logic can and should be removed. Partially implements blueprint remove-lvm-driver Change-Id: Ife67f954f665ad5c2331f9399e66525a8f4ac743
20 lines
456 B
ReStructuredText
20 lines
456 B
ReStructuredText
====================
|
|
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
|