fix typos

Change-Id: Ie0ec7353b2b97cb874dcd544d53a9330d09e1fcf
This commit is contained in:
sunqingliang6 2018-06-21 16:20:16 +08:00
parent 5dfda156e3
commit 0813f356b7
4 changed files with 7 additions and 7 deletions

View File

@ -15,8 +15,8 @@ unbound it from OpenStack.
Problem description
===================
Rally is able to examine only system that use Keystone as a authentication
services, which limits sphere where Rally is suitable.
Rally is able to examine only system that use Keystone as an
authentication service, which limits sphere where Rally is suitable.
At the moment to run Rally Task or Rally Verify you must specify OpenStack
deployment which contains credentials of it. These credentials are used in

View File

@ -133,7 +133,7 @@ Alternatives
the tenants, regardless of resource naming, so we only need to keep track of
Rally tenants (naming could be a solution here) and resources in admin
tenant. In this case, we need to think about a case where Rally needs to
cleanup some resources from a existing tenant while leaving the rest
cleanup some resources from an existing tenant while leaving the rest
available.
* Use/enhance Tempest cleanup command (tempest/cmd/cleanup.py). Compare

View File

@ -14,9 +14,9 @@
"""move_deployment_to_env_2
Migration 7287df262dbc did not handle the case of a old deployment format which
led to failures. Migration `dc0fe6de6786` ports the old format the new one and
we can perform the migration to the env again.
Migration 7287df262dbc did not handle the case of an old deployment format
which led to failures. Migration `dc0fe6de6786` ports the old format the new
one and we can perform the migration to the env again.
Revision ID: bc908ac9a1fc
Revises: dc0fe6de6786

View File

@ -67,7 +67,7 @@ class RallyBase(six.Iterator):
class Env(BASE, RallyBase):
"""Represent a environment."""
"""Represent an environment."""
__tablename__ = "envs"
__table_args__ = (
sa.Index("env_uuid", "uuid", unique=True),