Merge "Fix commands failing when installed from sdist"
This commit is contained in:
commit
17cce2039b
@ -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 @@
|
|||||||
|
|
||||||
import pbr.version
|
import pbr.version
|
||||||
|
|
||||||
version_info = pbr.version.VersionInfo('kolla')
|
version_info = pbr.version.VersionInfo('kolla-ansible')
|
||||||
|
Loading…
Reference in New Issue
Block a user