From 3bf2f1477715328c40cace28f93c02ff06aa4760 Mon Sep 17 00:00:00 2001 From: Sunil Mamillapalli Date: Mon, 9 Jun 2014 14:37:48 +0530 Subject: [PATCH] Fixes typo error in rally/README.rst This submission is to fix the typo error in rally/README.rst file. Change-Id: I7a501252b94b73696420668b0e52a294ddeb4d8a --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 6ec750133a..6afc565be6 100644 --- a/README.rst +++ b/README.rst @@ -28,7 +28,7 @@ In terms of software architecture, Rally is built of 4 main components: 1. **Server Providers** - provide servers (virtual servers), with ssh access, in one L3 network. 2. **Deploy Engines** - deploy OpenStack cloud on servers that are presented by **Server Providers** -3. **Verification** - component that runs tempest (or another pecific set of tests) against a deployed cloud, collects results & presents them in human readable form. +3. **Verification** - component that runs tempest (or another specific set of tests) against a deployed cloud, collects results & presents them in human readable form. 4. **Benchmark engine** - allows to write parameterized benchmark scenarios & run them against the cloud. Use Cases