From 2d8974d6cebaa1428ab1a175ceb9a0432a84e615 Mon Sep 17 00:00:00 2001 From: "jose.lausuch" Date: Mon, 9 May 2016 15:08:41 +0200 Subject: Adapt tiers to run depending on WEEKLY/DAILY JIRA: FUNCTEST-244 Change-Id: I11bf28baff52b75b0f6c58845edc22f266dfcbe8 Signed-off-by: jose.lausuch --- cli/cli_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli') 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() -- cgit 1.2.3-korg