summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-02-07 02:23:07 +0000
committerGerrit Code Review <review@openstack.org>2017-02-07 02:23:07 +0000
commit506cfee9b1d7a9337ced836508d435ee78309775 (patch)
treebd0ff69c34d31d1af130d740c80eb07609562730
parent77196a7124641622e9c7a95fd08ad9387d94b03e (diff)
parent82755ebbc2a8540c14681576f429e2a88860a0ee (diff)
downloadoslo-rootwrap-506cfee9b1d7a9337ced836508d435ee78309775.tar.gz
Merge "pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz)"
-rw-r--r--oslo_rootwrap/version.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/oslo_rootwrap/version.py b/oslo_rootwrap/version.py
index 23c0f09..9cfbb7d 100644
--- a/oslo_rootwrap/version.py
+++ b/oslo_rootwrap/version.py
@@ -15,4 +15,4 @@
import pbr.version
-version_info = pbr.version.VersionInfo('oslo_rootwrap')
+version_info = pbr.version.VersionInfo('oslo.rootwrap')