
Switch to using the LVM driver in the grenade job that allows us to add a minor data path test to prove that upgrading manila has no impact on data path connectivity to resources created by manila. Change-Id: I8588e8f988d85dc64e19e7a44a25c3dd0b776892 Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
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