c0c3aa035c
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 |
||
---|---|---|
.. | ||
files | ||
upgrade | ||
plugin.sh | ||
README.rst | ||
settings |
Enabling in Devstack
Download DevStack
Add this repo as an external repository:
> cat local.conf [[local|localrc]] enable_plugin manila https://github.com/openstack/manila
run
stack.sh