deb-manila/devstack
Valeriy Ponomaryov 35300fc4e6 Use all types of migrations in devstack installation
For the moment we install Manila database using only 'upgrade' migrations.
In that case we do not test Manila after using 'downgrade' migrations.
So, allow enabling of both types of migrations to verify that our downgrade
migrations do not break the world of data having functional tests running
after it.

Change-Id: If55a38692abca5e008095eb99b55adb465cad2b6
2015-07-14 09:46:46 +00:00
..
plugin.sh Use all types of migrations in devstack installation 2015-07-14 09:46:46 +00:00
README.rst Add devstack plugin 2015-02-20 19:57:21 +02:00
settings Add devstack plugin 2015-02-20 19:57:21 +02: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