3b6ea36904
This method of installing manila-tempest-plugin was deprecated several releases ago, but compatibility was maintained for third party CI jobs. Since sufficient time has passed allowing third party CI to adopt, lets drop this from the devstack plugin Change-Id: I59ffe6ebe4b2e80be1e6ae97872cf4db6527da62 Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com> |
||
---|---|---|
.. | ||
files | ||
upgrade | ||
apache-manila.template | ||
plugin.sh | ||
README.rst | ||
settings |
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