manila/devstack
Valeriy Ponomaryov 24192457c0 Use default Keystone API version in Devstack
Right now devstack plugin has old workaround for python-manilaclient
that sets usage of Keystone v2 API for Manila requests.
So, remove it as it is not needed anymore since
python-manilaclient release 1.5.0 that supports Keystone API v3.

Change-Id: I42ce87ed6414b9048e49e24e5368a3f78c79acc5
2015-10-23 09:34:14 +00:00
..
plugin.sh Use default Keystone API version in Devstack 2015-10-23 09:34:14 +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