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