Merge "Fix duplicated words issue like "if we are are here""

This commit is contained in:
Zuul 2020-01-06 13:32:20 +00:00 committed by Gerrit Code Review
commit 70879ca520
2 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@ class DeploymentCommands(object):
result = env_mgr.EnvManager.create_spec_from_sys_environ() result = env_mgr.EnvManager.create_spec_from_sys_environ()
config = result["spec"] config = result["spec"]
if "existing@openstack" in config: if "existing@openstack" in config:
# NOTE(andreykurilin): if we are are here it means that # NOTE(andreykurilin): if we are here it means that
# rally-openstack package is installed # rally-openstack package is installed
import rally_openstack import rally_openstack
if rally_openstack.__version_tuple__ <= (1, 4, 0): if rally_openstack.__version_tuple__ <= (1, 4, 0):

View File

@ -104,7 +104,7 @@ class EnvManager(object):
information about tested platforms. information about tested platforms.
Env manager is using platform plugins to: create, delete, cleanup, Env manager is using platform plugins to: create, delete, cleanup,
check health, obtain information about about platforms. check health, obtain information about platforms.
Every Env has: Every Env has:
- unique name and UUID - unique name and UUID