manila/devstack/README.rst
zhangbailin 25506de0e4 Add manila-ui config instructions
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
2019-07-31 18:31:22 +08:00

24 lines
712 B
ReStructuredText

======================
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:
1. Download DevStack
2. 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
3. run ``stack.sh``
.. _development-environment-devstack: https://docs.openstack.org/manila/latest/contributor/development-environment-devstack.html