
As of API version 2.60, a project_id is no longer needed in the API URLs. We can stop devstack from setting up an endpoint with project_id in it. Create a "sharev2_legacy" endpoint that contains the project_id for testing the compatibility with the older style of URLs. Change-Id: I25aeb1b6dd1a4150c6e542e29b7d43e18d9ad94c Implements: bp remove-project-id-from-urls Depends-On: I5127e150e8a71e621890f30dba6720b3932cf583 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