manila/devstack
Ben Swartzlander 1279dd9a6e Allow devstack plugin to work without Cinder
The current devstack plugin has a hidden dependency on
Cinder, even for drivers that don't require Cinder (such
as LVM). This patch tries to eliminate that dependency.

Also avoid editing cinder.conf when Cinder isn't present.

Closes-Bug: 1553351
Change-Id: Iea2a83fc54412c18401e589ea0706ae95214ab9d
2016-03-04 15:33:34 -05:00
..
files Allow devstack plugin to work without Cinder 2016-03-04 15:33:34 -05:00
plugin.sh Allow devstack plugin to work without Cinder 2016-03-04 15:33:34 -05:00
README.rst Add devstack plugin 2015-02-20 19:57:21 +02:00
settings LXC/LXD driver 2016-03-02 18:55:22 +04:00

Enabling in Devstack

  1. Download DevStack

  2. Add this repo as an external repository:

    > cat local.conf
    [[local|localrc]]
    enable_plugin manila https://github.com/openstack/manila
  3. run stack.sh