![Federico Ressi](/assets/img/avatar_default.png)
CI jobs for this plugin use DevStack to install and configure OpenStack and to upload guest images to be used for tests. This change allow to customize guest images just before being sent to image service with the purpose of installing new packages (like socat), configuring N network devices, etc. This change has been created because for testing multicast socat is required, but it was designed with the idea of being used to allow further guest images customizations. Change-Id: I88491dbb65031fe3743d1c3d27c38a57b5511794
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 devstack
Add this repo as an external repository:
> cat local.conf [[local|localrc]] enable_plugin neutron-tempest-plugin https://git.openstack.org/openstack/neutron-tempest-plugin
run
stack.sh