Version name correction to allow installing

Change-Id: I92bff265eac73a33d852d2fd07888ee338968e7e
This commit is contained in:
Adam Harwell 2017-04-28 22:29:02 +09:00
parent 970a232dc0
commit 5e95445c3a
1 changed files with 1 additions and 2 deletions

View File

@ -15,5 +15,4 @@
import pbr.version
__version__ = pbr.version.VersionInfo(
'octaviaclient').version_string()
__version__ = pbr.version.VersionInfo('python-octaviaclient').version_string()