Files
Goutham Pacha Ravi eaf4c0a15b Add new manila.wsgi module
We also update our devstack plugin to take advantage of it. This aligns
Manila to a proposed OpenStack goal [1].

[1] https://governance.openstack.org/tc/goals/proposed/migrate-from-wsgi-scripts-to-module-paths.html

Change-Id: Icec9a8765eb7c40ec27da539a8bd544f487b61af
Co-authored-by: Stephen Finucane <stephenfin@redhat.com>
Closes-Bug: #2109645
(cherry picked from commit a13d6c8062)
2025-05-08 21:37:58 +00:00
..
2025-05-08 21:37:58 +00:00
2020-03-18 18:59:27 -07:00
2025-05-08 21:37:58 +00:00

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://opendev.org/openstack/manila
    
    # Enable manila ui in the dashboard
    enable_plugin manila-ui https://opendev.org/openstack/manila-ui
  3. run stack.sh