87382e1417
manila.scheduler.filter_scheduler.*Scheduler was deprecated long ago[1] in favor of new manila.scheduler.drivers.filter.*Scheduler. [1] 3ffb4979f328259793079a5ece6f3b79e23f5187 Change-Id: I40349cbe106f688a67043a73f8563f87f069831b
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-ui
run
stack.sh