
When you run unstack.sh from devstack, other devstack services are stopped and disabled to provide a clean environment for a restack, but manila services are left running. This doesn't matter for CI where a new VM is stood up for each devstack but it's inconvenient for local devstack and if you restack without restarting the services manually the results you see may not actually match the environment you intended. Change-Id: I6761619042e4bc36ec2f1cab4be33cb1b39d00d7
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