Show Table of Contents
18.4. Validate the OpenStack Benchmarking Service
In the
rally virtual machine, run the following commands:
- 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 | * | +--------------------------------------+----------------------------+----------+------------------+--------+ - Using the built-in sample
keystonescenario labeledcreate-user.json, test therallyenvironment to confirm proper functionality of the Benchmarking service. The followingcreate-user.jsonscenario 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
