Merge "fix typos"
This commit is contained in:
commit
c35fff1022
@ -15,8 +15,8 @@ unbound it from OpenStack.
|
|||||||
Problem description
|
Problem description
|
||||||
===================
|
===================
|
||||||
|
|
||||||
Rally is able to examine only system that use Keystone as a authentication
|
Rally is able to examine only system that use Keystone as an
|
||||||
services, which limits sphere where Rally is suitable.
|
authentication service, which limits sphere where Rally is suitable.
|
||||||
|
|
||||||
At the moment to run Rally Task or Rally Verify you must specify OpenStack
|
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
|
deployment which contains credentials of it. These credentials are used in
|
||||||
|
@ -133,7 +133,7 @@ Alternatives
|
|||||||
the tenants, regardless of resource naming, so we only need to keep track of
|
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
|
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
|
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.
|
available.
|
||||||
|
|
||||||
* Use/enhance Tempest cleanup command (tempest/cmd/cleanup.py). Compare
|
* Use/enhance Tempest cleanup command (tempest/cmd/cleanup.py). Compare
|
||||||
|
@ -14,9 +14,9 @@
|
|||||||
|
|
||||||
"""move_deployment_to_env_2
|
"""move_deployment_to_env_2
|
||||||
|
|
||||||
Migration 7287df262dbc did not handle the case of a old deployment format which
|
Migration 7287df262dbc did not handle the case of an old deployment format
|
||||||
led to failures. Migration `dc0fe6de6786` ports the old format the new one and
|
which led to failures. Migration `dc0fe6de6786` ports the old format the new
|
||||||
we can perform the migration to the env again.
|
one and we can perform the migration to the env again.
|
||||||
|
|
||||||
Revision ID: bc908ac9a1fc
|
Revision ID: bc908ac9a1fc
|
||||||
Revises: dc0fe6de6786
|
Revises: dc0fe6de6786
|
||||||
|
@ -67,7 +67,7 @@ class RallyBase(six.Iterator):
|
|||||||
|
|
||||||
|
|
||||||
class Env(BASE, RallyBase):
|
class Env(BASE, RallyBase):
|
||||||
"""Represent a environment."""
|
"""Represent an environment."""
|
||||||
__tablename__ = "envs"
|
__tablename__ = "envs"
|
||||||
__table_args__ = (
|
__table_args__ = (
|
||||||
sa.Index("env_uuid", "uuid", unique=True),
|
sa.Index("env_uuid", "uuid", unique=True),
|
||||||
|
Loading…
Reference in New Issue
Block a user