
We were using an env var with the IPv4 gateway config that is not always present. This was causing devstack to fail in developer environment. Use the local variable instead. Closes-Bug: #1910760 Change-Id: Iede8a9e59b96d0f21c117ab1464a0a9e3477c24b
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