neutron/rally-jobs
Ihar Hrachyshka b9302f5561 Switch rally job from q-* to neutron-* service names
When at least one service named as q-* is present in ENABLED_SERVICES,
then devstack utilizes lib/neutron-legacy to configure services
regardless of how other services are deployed (e.g. with lib/neutron).
This breaks deployment using lib/neutron.

Switching to new names doesn't change anything substantial because
devstack plugin equally handles both variants. It allows to use new
devstack neutron library though.

Change-Id: Id0d35523651131766a70e78bf130205c1c63acd5
(cherry picked from commit 661247a617)
2018-01-10 14:07:10 -08:00
..
extra Switch rally job from q-* to neutron-* service names 2018-01-10 14:07:10 -08:00
plugins rally: switch to new format for context name 2017-09-22 21:02:13 +00:00
README.rst Changes in rally-jobs/README.rst 2015-06-04 10:34:15 -04:00
neutron-neutron.yaml Reduce rally sub-port count 2017-08-10 11:21:03 -07:00

README.rst

Rally job related files

This directory contains rally tasks and plugins that are run by OpenStack CI.

Structure

  • plugins - directory where you can add rally plugins. Almost everything in Rally is a plugin. Benchmark context, Benchmark scenario, SLA checks, Generic cleanup resources, ....
  • extra - all files from this directory will be copy pasted to gates, so you are able to use absolute paths in rally tasks. Files will be located in ~/.rally/extra/*
  • neutron-neutron.yaml is a task that is run in gates against OpenStack with Neutron Service deployed by DevStack