changed the spelling

Change-Id: I342f4f86337cdc08668cf089e6a6ed90e12b00ff
This commit is contained in:
bhavani 2017-02-17 14:59:53 +05:30
parent 68946f7182
commit 24a5dd9282
3 changed files with 3 additions and 3 deletions

View File

@ -126,7 +126,7 @@ Design Principles
Alternatives
------------
1. We can use rexray for storage support, its again third party tool which
increases the dependancy.
increases the dependency.
Data model impact
-----------------

View File

@ -66,7 +66,7 @@ Proposed change
This will create a container by joining the namespaces of the sandbox
container so that resources in sandbox container can be shared.
3. The design should be extensible so that operators can plug-in their
own drivers if they are not statisfied by the built-in sandbox
own drivers if they are not satisfied by the built-in sandbox
implementation(s).
The diagram below offers an overview of the system architecture. The Zun

View File

@ -19,7 +19,7 @@ The folder you are into now will be called ``<TEMPEST_DIR>`` from now onwards.
Please note that although it is fully working outside a virtual environment, it
is recommended to install within a `venv`.
Zun Tempest testing sutup
Zun Tempest testing setup
-------------------------
Before using zun tempest plugin, you need to install zun first::