VersionInfo for pbr needs to be package name

This fixes a bug in which we incorrectly passed the wrong package name
to pbr.  This will fix:

  Exception: Versioning for this project requires either an sdist
  tarball, or access to an upstream git repository. Are you sure that
  git is installed?

Change-Id: Ib2e83e3fb5c6dbc7c4788e646edf667f31c505b4
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2015-10-21 11:27:08 -04:00
parent c5d35f1ac3
commit 688f1e329c
1 changed files with 1 additions and 1 deletions

View File

@ -14,4 +14,4 @@
from pbr.version import VersionInfo
version_info = VersionInfo('grafana-dashboards')
version_info = VersionInfo('grafyaml')