From 37877e6aa8794ea799524cae39b6b82f77891779 Mon Sep 17 00:00:00 2001 From: Borne Mace Date: Fri, 11 Sep 2015 21:14:09 -0700 Subject: [PATCH] kolla is under openstack now rather than stackforge, fixed string --- kollacli/shell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kollacli/shell.py b/kollacli/shell.py index f5894c4..4db702d 100755 --- a/kollacli/shell.py +++ b/kollacli/shell.py @@ -23,7 +23,7 @@ class KollaCli(App): def __init__(self): super(KollaCli, self).__init__( - description='Command-Line Client for StackForge Kolla', + description='Command-Line Client for OpenStack Kolla', version='0.1', command_manager=CommandManager('kolla.cli'), )