Rally
  • Rally project overview
    • Overview
      • Who Is Using Rally
      • Use Cases
      • Real-life examples
        • How does amqp_rpc_single_reply_queue affect performance?
        • Performance of Nova list command
        • Complex scenarios
      • Architecture
    • Glossary
    • User stories
      • 4x performance increase in Keystone inside Apache using the token creation benchmark
        • Goal
        • Summary
        • Setup
        • Results
      • Finding a Keystone bug while testing 20 node HA cloud performance at creating 400 VMs
        • Goal
        • Summary
        • Hardware
        • Cluster
        • Rally
        • Results
  • Installation and upgrades
    • Installation process
      • Automated installation
      • Configuration
      • Rally & Docker
    • Database upgrade in Rally
      • Information for users
      • Information for developers
  • Quick start
    • Rally step-by-step
      • Step 1. Setting up the environment and running a task from samples
        • Installing rally-openstack package
        • Registering an OpenStack environment in Rally
        • Running Rally Tasks
        • Report generation
      • Step 2. Rally input task format
        • Basic input task syntax
        • Multiple subtasks in a single task
        • Multiple configurations of the same scenario
      • Step 3. Running Task against OpenStack with read only users
        • Motivation
        • Registering an environment with existing users in Rally
        • Running tasks that uses existing users
      • Step 4. Adding success criteria (SLA) for subtasks
        • SLA - Service-Level Agreement (Success Criteria)
        • Checking SLA
        • SLA in task report
      • Step 5. Rally task templates
        • Basic template syntax
        • Using the default values
        • Advanced templates
      • Step 6. Aborting load generation on success criteria failure
      • Step 7. Working with multiple OpenStack clouds
      • Step 8. Discovering more plugins in Rally
        • Plugins in the Rally repository
        • CLI: rally plugin show
        • CLI: rally plugin list
      • Step 9. Verifying cloud via Tempest verifier
        • Create/delete Tempest verifier
        • Configure Tempest verifier
        • Start a verification
      • Step 10. Profiling OpenStack Internals
        • Workflow
        • Registering the HMAC key
        • Getting the full trace
        • Disabling the profiler
    • Rally OpenStack Gates
      • Gate jobs
      • Create a custom Rally Gate job
      • Example: Rally Gate job for Glance
      • Plugins & Extras in Rally Gate jobs
  • Command Line Interface
    • General
      • rally version
    • Category: db
      • rally db create
      • rally db ensure
      • rally db recreate
      • rally db revision
      • rally db show
      • rally db upgrade
    • Category: deployment
      • rally deployment check
      • rally deployment config
      • rally deployment create
      • rally deployment destroy
      • rally deployment list
      • rally deployment recreate
      • rally deployment show
      • rally deployment use
    • Category: env
      • rally env check
      • rally env cleanup
      • rally env create
      • rally env delete
      • rally env destroy
      • rally env info
      • rally env list
      • rally env show
      • rally env use
    • Category: plugin
      • rally plugin list
      • rally plugin show
    • Category: task
      • rally task abort
      • rally task delete
      • rally task detailed
      • rally task export
      • rally task import
      • rally task list
      • rally task report
      • rally task restart
      • rally task results
      • rally task sla-check
      • rally task start
      • rally task status
      • rally task trends
      • rally task use
      • rally task validate
    • Category: verify
      • rally verify add-verifier-ext
      • rally verify configure-verifier
      • rally verify create-verifier
      • rally verify delete
      • rally verify delete-verifier
      • rally verify delete-verifier-ext
      • rally verify import
      • rally verify list
      • rally verify list-plugins
      • rally verify list-verifier-exts
      • rally verify list-verifier-tests
      • rally verify list-verifiers
      • rally verify report
      • rally verify rerun
      • rally verify show
      • rally verify show-verifier
      • rally verify start
      • rally verify update-verifier
      • rally verify use
      • rally verify use-verifier
  • Configuration
    • Where Rally looks for the file
    • Pointing Rally at a file
    • Available options
  • Environment Component
    • What an environment is
    • The environment spec
      • Reserved keys
    • Creating an environment
    • Lifecycle and statuses
    • Using environments
      • The default environment
      • Checking that the target works
      • Finding out what the target offers
      • Looking at the record
      • Cleaning up leaked resources
      • Destroying and deleting
    • Several environments at once
    • Adding support for a new target
    • CLI References
  • Task Component
    • HTML Reports
      • Task Report
        • Generate report for single task, using task UUID
        • Generate report for single task, using JSON file
        • Generate report for many tasks
        • Task Overview
        • Input file
        • Tab «Overview»
        • Tab «Details»
        • Tab «Scenario Data»
        • Tab «Input Task»
      • Trends Report
        • How to generate trends report
        • What is an order of workload runs?
        • Trends overview
        • If workload has been actually run only once
        • Tab «Total»
    • CLI References
  • Verification Component
    • Verifiers
      • What is it?
      • Verifier statuses
      • Verification statuses
      • Known verifier types
        • Out of the box
        • Third-party
    • Verification reports
      • HTML reports
        • Filtering results
        • Tests Tags
        • Tracebacks & Reasons
      • Plugins Reference for all out-of-the-box reporters
        • html
        • html-static
        • json
        • junit-xml
    • Command Line Interface
      • Category: verify
        • rally verify add-verifier-ext
        • rally verify configure-verifier
        • rally verify create-verifier
        • rally verify delete
        • rally verify delete-verifier
        • rally verify delete-verifier-ext
        • rally verify import
        • rally verify list
        • rally verify list-plugins
        • rally verify list-verifier-exts
        • rally verify list-verifier-tests
        • rally verify list-verifiers
        • rally verify report
        • rally verify rerun
        • rally verify show
        • rally verify show-verifier
        • rally verify start
        • rally verify update-verifier
        • rally verify use
        • rally verify use-verifier
    • HowTo
      • HowTo add new reporting mechanism
        • Spec
        • Example of custom JSON Reporter
      • HowTo add support for new tool
        • Spec
        • Example of Fake Verifier Manager
      • HowTo migrate from Verification component 0.7.0 to 0.8.0
        • Reports
        • Verification statuses
        • Command Line Interface
    • Historical background
    • What is Verification Component and why do you need it?
  • Rally Plugins
    • Plugins Reference
    • How plugins work
    • Placement
    • How to create a plugin
      • Context as a plugin
        • Creation
        • Usage
      • Hooks. Hook trigger plugins
        • Why Hooks?
        • Hooks & Triggers Overview
        • Writing your own Hook plugin
        • Writing your own Trigger plugin
      • Platform as a plugin
        • Creation
        • The API
        • Usage
      • Resource type as a plugin
        • Creating a resource type
        • Binding an argument to a scenario
        • Advanced resource types
        • Legacy resource types (deprecated)
        • Available resource types
      • Scenario runner as a plugin
        • Creation
        • Usage
      • Scenario as a plugin
        • Creation
        • Validating and documenting arguments with type annotations
        • Usage
      • SLA as a plugin
        • Creation
        • Usage
  • Request New Features
    • Capture Logs from services
      • Use case
      • Problem description
      • Possible solution
    • Check queue perfdata
      • Use case
      • Problem description
      • Possible solution
    • Ability to compare results between task
      • Use case
      • Problem description
      • Possible solution
    • Distributed load generation
      • Use Case
      • Problem Description
    • Explicitly specify existing users for scenarios
      • Use Case
      • Problem Description
      • Possible solution
    • Historical performance data
      • Use case
      • Problem description
      • Possible solution
    • Enhancements to installation script: --version and --uninstall
      • Use case
      • Problem description
      • Possible solution
    • Installation script: --pypi-mirror, --package-mirror and --venv-mirror
      • Use case
      • Problem description
      • Possible solution #1
    • Launch Specific SubTask
      • Use case
      • Problem description
      • Possible solution
    • Using multi scenarios to generate load
      • Use Case
      • Problem Description
      • Possible solution
    • Multiple attach volume
      • Use Case
      • Problem Description
      • Possible solution
    • Add support of persistence task environment
      • Use Case
      • Problem Description
      • Possible solution
    • Production read cleanups
      • Use Case
      • Problem Description
    • Support testing clouds that are using LDAP
      • Use Case
      • Problem Description
      • Possible Solution
      • Current Solution
    • Running Tempest using custom concurrency
      • Use case
      • Problem description
      • Possible solution
    • Stop scenario after several errors
      • Use case
      • Problem description
      • Example
      • Possible solution
  • Project Info and Release Notes
    • Maintainers
      • Project Team Lead (PTL)
      • Project Core maintainers
      • Plugin Core reviewers
    • Useful links
    • Where can I discuss and propose changes?
    • Release Notes
      • Changelog
        • unreleased
        • [5.1.1] - 2026-08-13
        • [5.1.0] - 2026-08-13
        • [5.0.1] - 2025-10-07
        • [5.0.0] - 2025-09-03
        • [4.1.0] - 2024-04-29
        • [4.0.0] - 2024-01-10
        • [3.4.0] - 2023-05-23
        • [3.3.0] - 2021-06-16
        • [3.2.0] - 2020-10-30
        • [3.1.0] - 2020-05-08
        • [3.0.0] - 2020-03-23
        • [2.1.0] - 2019-11-19
        • [2.0.0] - 2019-09-13
        • [1.6.0] - 2019-06-19
        • [1.5.1] - 2019-05-15
        • [1.5.0] - 2019-05-08
        • [1.4.1] - 2019-02-28
        • [1.4.0] - 2019-02-04
        • [1.3.0] - 2018-12-01
        • [1.2.1] - 2018-09-27
        • [1.2.0] - 2018-09-19
        • [1.1.0] - 2018-08-07
        • [1.0.0] - 2018-06-20
        • [0.0.0] - [0.12.1]
      • All release notes
        • Rally v0.0.1
        • Rally v0.0.2
        • Rally v0.0.3
        • Rally v0.0.4
        • Rally v0.1.0
        • Rally v0.1.1
        • Rally v0.1.2
        • Rally v0.10.0
        • Rally v0.10.1
        • Rally v0.11.0
        • Rally v0.11.1
        • Rally v0.11.2
        • Rally v0.12.0
        • Rally v0.12.1
        • Rally v0.2.0
        • Rally v0.3.0
        • Rally v0.3.1
        • Rally v0.3.2
        • Rally v0.3.3
        • Rally v0.4.0
        • Rally v0.5.0
        • Rally v0.6.0
        • Rally v0.7.0
        • Rally v0.8.0
        • Rally v0.8.1
        • Rally v0.9.0
        • Rally v0.9.1
        • Rally v0.9.2
        • Rally v1.0.0
  • Contribute to Rally
    • Communication
    • Contacting the Core Team
    • Task Tracking
    • Reporting a Bug
    • Getting Your Patch Merged
    • Project Team Lead Duties
Rally
  • Project Info and Release Notes
  • All release notes
  • View page source

All release notes

  • Rally v0.0.1
  • Rally v0.0.2
  • Rally v0.0.3
  • Rally v0.0.4
  • Rally v0.1.0
  • Rally v0.1.1
  • Rally v0.1.2
  • Rally v0.10.0
  • Rally v0.10.1
  • Rally v0.11.0
  • Rally v0.11.1
  • Rally v0.11.2
  • Rally v0.12.0
  • Rally v0.12.1
  • Rally v0.2.0
  • Rally v0.3.0
  • Rally v0.3.1
  • Rally v0.3.2
  • Rally v0.3.3
  • Rally v0.4.0
  • Rally v0.5.0
  • Rally v0.6.0
  • Rally v0.7.0
  • Rally v0.8.0
  • Rally v0.8.1
  • Rally v0.9.0
  • Rally v0.9.1
  • Rally v0.9.2
  • Rally v1.0.0
Previous Next

© Copyright 2026, OpenStack Foundation. Last updated on 'Wed Sep 16 19:52:39 2026, commit 5776948'.

Built with Sphinx using a theme provided by Read the Docs.