Comment 25 for bug 1662266

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to oslo.messaging (stable/ocata)

Reviewed: https://review.openstack.org/433141
Committed: https://git.openstack.org/cgit/openstack/oslo.messaging/commit/?id=0a91a7a4fea02931a9cee7851bc19ceebdbe5271
Submitter: Jenkins
Branch: stable/ocata

commit 0a91a7a4fea02931a9cee7851bc19ceebdbe5271
Author: Davanum Srinivas <email address hidden>
Date: Mon Feb 6 12:49:23 2017 -0500

    pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz)

     We need to pass into VersionInfo what one would expect from running:
     setup.py --name

     Right now we pass in say oslo_context and pbr fails if there is no .git in
      the python source tree

      Closes-Bug: #1662266

    Change-Id: I45d2edddfd516f65e1589e9b7816f1256e3f0d24
    (cherry picked from commit f33bb02c8239eed78c7e9ef2f45cef5c271bee75)