manila/contrib/devstack
Jeremy Stanley cceb466f30 Move from stackforge to openstack
Change-Id: Ib72886b1a5dd658c5c500d17498ca1a5d0732a7d
2014-09-19 21:23:02 +00:00
..
extras.d Added creation of secgroup for service vms in devstack plugin 2014-04-15 10:04:08 -04:00
lib Move from stackforge to openstack 2014-09-19 21:23:02 +00:00
README.rst Clean up devstack plugin after LVM driver removal 2014-08-19 14:12:16 +00: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

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