diff options
author | jose.lausuch <jose.lausuch@ericsson.com> | 2016-05-09 15:08:41 +0200 |
---|---|---|
committer | jose.lausuch <jose.lausuch@ericsson.com> | 2016-05-10 14:13:43 +0200 |
commit | 2d8974d6cebaa1428ab1a175ceb9a0432a84e615 (patch) | |
tree | e3b0c5d5108db3f824ef2aa5222a3e6ce06c0297 /cli | |
parent | acd3d80504a56183a4909dce52b56bc7e15bc6cd (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.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/cli_base.py b/cli/cli_base.py index 25696dbe..583b0ab8 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() |