manila/devstack
Thomas Bechtold 67dd3f1f58 Use install_package when preparing LVM driver installation
Use the install_package function from devstack instead of
calling the different package managers from distros.
Also support installation on SUSE based systems.

Change-Id: I575769aa972d7e123e79d0955d4618c09f1559d3
2016-03-31 07:32:51 +02:00
..
files 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
plugin.sh Use install_package when preparing LVM driver installation 2016-03-31 07:32:51 +02:00
settings Add tests to ensure snapshots across replicas 2016-03-19 11:53:02 +00:00

README.rst

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