Instead of requiring users to install the plugin manually, add a devstack plugin that can be enabled in order to perform the installation. This change should allow us to remove the tempest plugin installation code from manila's devstack plugin and enable it in job definitions the same way we enable plugins for manila itself and for the manila-ui plugin. Change-Id: If0e5daab19ec83e2da5709693d18fcee72b42766
Enabling in Devstack
WARNING: the stack.sh script must be run in a disposable VM that is not being created automatically, see the README.md file in the "devstack" repository. See contrib/vagrant to create a vagrant VM.
Download DevStack:
git clone https://git.openstack.org/openstack-dev/devstack.git cd devstackAdd this repo as an external repository:
> cat local.conf [[local|localrc]] enable_plugin manila-tempest-plugin https://git.openstack.org/openstack/manila-tempest-pluginrun
stack.sh