manila/devstack
Hongbin Lu c0c3aa035c Move create_manila_accounts to post-config
In before, Manila devstack plugin create the service endpoint in
"extra" stage. This caused issue of other services that depends
on the manila endpoints that are not yet created. This commit
move the endpoint creation to "post-config" stage, which is the
practice of other OpenStack services

Change-Id: I3adfbf78d0792471a29c7ff979aad1418e6137d4
2017-03-24 21:28:07 -05:00
..
files Allow devstack plugin to work without Cinder 2016-03-04 15:33:34 -05:00
upgrade [Grenade] Add test with creation of share snapshot 2017-02-09 18:27:26 +00:00
plugin.sh Move create_manila_accounts to post-config 2017-03-24 21:28:07 -05:00
README.rst Add devstack plugin 2015-02-20 19:57:21 +02:00
settings Fix 3 CI breakages 2017-03-02 18:22:40 +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