Red Hat Training

A Red Hat training course is available for Red Hat OpenStack Platform

18.4. Validate the OpenStack Benchmarking Service

In the rally virtual machine, run the following commands:
  1. List the current status of the Red Hat OpenStack Platform deployment:
    # rally deployment list
    --------------------------+----------------------------+----------+------------------+--------+
    | uuid                                 | created_at                 | name     | status           | active |
    +--------------------------------------+----------------------------+----------+------------------+--------+
    | 496e3be9-6020-4543-82f6-e7eb90517153 | 2015-05-12 15:18:13.817669 | RA-Rally | deploy->finished | * |
    +--------------------------------------+----------------------------+----------+------------------+--------+
  2. Using the built-in sample keystone scenario labeled create-user.json, test the rally environment to confirm proper functionality of the Benchmarking service. The following create-user.json scenario creates 10 names at a time up to 100 times and shows the duration of creating a user in subsets of 10 until reaching the maximum total users to generate (up to 100). This sample test verifies that your Benchmarking service can access the OpenStack environment.
    # rally task start /path/to/myrally/rally/samples/tasks/scenarios/keystone/create-user.json