Skip to content
Snippets Groups Projects
Commit c72d5343 authored by zhuzeyu's avatar zhuzeyu
Browse files

Modify the version_info in pbr

We'd better use 'kolla-ansible' instead of 'kolla'

Change-Id: I61b1939884b319fc7cd2fe7a7c615e88a72d7894
parent 692c6986
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ import pbr.version ...@@ -16,7 +16,7 @@ import pbr.version
__version__ = pbr.version.VersionInfo( __version__ = pbr.version.VersionInfo(
'kolla').version_string() 'kolla-ansible').version_string()
# Make a project global TLS trace storage repository # Make a project global TLS trace storage repository
TLS = threading.local() TLS = threading.local()
...@@ -12,4 +12,4 @@ ...@@ -12,4 +12,4 @@
import pbr.version import pbr.version
version_info = pbr.version.VersionInfo('kolla') version_info = pbr.version.VersionInfo('kolla-ansible')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment