summaryrefslogtreecommitdiffstats
path: root/cli
diff options
context:
space:
mode:
authorjose.lausuch <jose.lausuch@ericsson.com>2016-05-09 15:08:41 +0200
committerjose.lausuch <jose.lausuch@ericsson.com>2016-05-10 14:13:43 +0200
commit2d8974d6cebaa1428ab1a175ceb9a0432a84e615 (patch)
treee3b0c5d5108db3f824ef2aa5222a3e6ce06c0297 /cli
parentacd3d80504a56183a4909dce52b56bc7e15bc6cd (diff)
Adapt tiers to run depending on WEEKLY/DAILY
JIRA: FUNCTEST-244 Change-Id: I11bf28baff52b75b0f6c58845edc22f266dfcbe8 Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Diffstat (limited to 'cli')
-rw-r--r--cli/cli_base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/cli_base.py b/cli/cli_base.py
index 25696dbe9..583b0ab8d 100644
--- a/cli/cli_base.py
+++ b/cli/cli_base.py
@@ -82,7 +82,7 @@ def os_show_credentials():
@openstack.command('fetch-rc', help="Fetch the OpenStack RC file from "
- "the installer")
+ "the installer.")
def os_fetch_rc():
_openstack.fetch_credentials()