manila/devstack
vponomaryov 3f2f3f9086 [Devstack] Fix devstack plugin compatibility
Recent devstack commit [1] broke manila devstack plugin compatibility.
So, fix it by removing dependency on deleted env var in the same way
as it is done in devstack [2].

[1] I7c66e1d8d65f562596543ed8ca402dba8c8ea271
[2] I4e5c7e86aefe72fc21c77d423033e9b169318fec

Change-Id: I351f90a60e4693300cc3d3bbd1183bd8fa6acc9a
Closes-Bug: #1644194
2016-11-23 14:00:33 +02:00
..
files Allow devstack plugin to work without Cinder 2016-03-04 15:33:34 -05:00
upgrade [Grenade] Update devstack and pre_test_hook 2016-10-17 13:42:26 +03:00
plugin.sh [Devstack] Fix devstack plugin compatibility 2016-11-23 14:00:33 +02:00
README.rst Add devstack plugin 2015-02-20 19:57:21 +02:00
settings [Devstack] Create additional custom share types by default 2016-11-04 19:01:42 +03: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