25506de0e4
In Devstack, even though horizon and manila plugins are enabled, if the manila ui plugin is not explicitly enabled it won't show up. This change adds config instructions in the readme and in the manila contributor docs to enable Manila UI when deploying with Devstack. Change-Id: I421db5b8ed56fecc90ac7e6d32078d443a3eaa2e |
||
---|---|---|
.. | ||
files | ||
upgrade | ||
apache-manila.template | ||
plugin.sh | ||
README.rst | ||
settings |
Enabling in Devstack
We can enable the manila service in DevStack. For details, please refer to development-environment-devstack, the following steps can be used as a quickstart reference:
Download DevStack
Add this repo as an external repository:
> cat local.conf [[local|localrc]] # Enable manila enable_plugin manila https://git.openstack.org/openstack/manila # Enable manila ui in the dashboard enable_plugin manila-ui https://git.openstack.org/openstack/manila-ui
run
stack.sh