manila/devstack
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
..
files Allow devstack plugin to work without Cinder 2016-03-04 15:33:34 -05:00
upgrade [grenade] Switch base version 2019-03-29 09:10:51 -07:00
README.rst Add manila-ui config instructions 2019-07-31 18:31:22 +08:00
apache-manila.template Add possibility to run 'manila-api' with wsgi web servers 2017-04-10 12:49:20 +03:00
plugin.sh Make manila-tempest-plugin installation optional 2019-07-29 17:54:09 -07:00
settings Make manila-tempest-plugin installation optional 2019-07-29 17:54:09 -07:00

README.rst

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