From 4125356ff3db280d184bec7a29d7eee7dbb4c3ea 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 6ec75013..6afc565b 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