4d36064cba
Whereas the bug report associated to this fix is about Manila UI not working, this fix addresses more than this. On the first place, it decouples Manila UI from Manila Devstack plugin. This is a desired change since not every Manila user needs to work with the UI, and it doesn't make sense to have Manila UI bits on the Manila code if we can place all Manila UI related code on the Manila UI repo and, in this case, Manila UI Devstack plugin. This patch-set removes all the traces of Manila UI setup from the Manila Devstack plugin. Manila UI Devstack plugin was added in 457249be7ab3849b3479b96077a411ca37c37a95. And, secondly, it fixes Manila UI deploy with Devstack. Enabling manila-ui plugin on Devstack properly sets the UI component for Manila. Change-Id: I7a3372371e25c69d3df6d395c703a6412750effd Closes-Bug: #1570033 |
||
---|---|---|
.. | ||
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