diff --git a/rally/cli/commands/deployment.py b/rally/cli/commands/deployment.py index 351319e029..ff7c2a8078 100644 --- a/rally/cli/commands/deployment.py +++ b/rally/cli/commands/deployment.py @@ -86,7 +86,7 @@ class DeploymentCommands(object): result = env_mgr.EnvManager.create_spec_from_sys_environ() config = result["spec"] 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 import rally_openstack if rally_openstack.__version_tuple__ <= (1, 4, 0): diff --git a/rally/env/env_mgr.py b/rally/env/env_mgr.py index 0e93b144ca..7387913087 100644 --- a/rally/env/env_mgr.py +++ b/rally/env/env_mgr.py @@ -104,7 +104,7 @@ class EnvManager(object): information about tested platforms. 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: - unique name and UUID