kolla is under openstack now rather than stackforge, fixed string

This commit is contained in:
Borne Mace 2015-09-11 21:14:09 -07:00
parent 173da0a154
commit 37877e6aa8
1 changed files with 1 additions and 1 deletions

View File

@ -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'),
)