Merge "Fix commands failing when installed from sdist"

This commit is contained in:
Jenkins 2017-02-07 08:09:58 +00:00 committed by Gerrit Code Review
commit 17cce2039b
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ import pbr.version
__version__ = pbr.version.VersionInfo(
'kolla').version_string()
'kolla-ansible').version_string()
# Make a project global TLS trace storage repository
TLS = threading.local()

View File

@ -12,4 +12,4 @@
import pbr.version
version_info = pbr.version.VersionInfo('kolla')
version_info = pbr.version.VersionInfo('kolla-ansible')