Comment 10 for bug 1450733

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to heat (stable/kilo)

Reviewed: https://review.openstack.org/211800
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=03ac6b1455fb335ffc1b46633dc13b969257d4d1
Submitter: Jenkins
Branch: stable/kilo

commit 03ac6b1455fb335ffc1b46633dc13b969257d4d1
Author: Steve Baker <email address hidden>
Date: Mon May 4 10:33:23 2015 +1200

    Do not specify version for contrib plugins

    The pbr 0.11.0 release has shown that having multiple trees in a repo
    each with their on version that is different to the git history is
    really not going to work.

    This change means that the version will be derived from git history,
    which will still be useful for operators managing what version of a
    plugin they have installed.

    Running sudo python setup.py install (as documented) is known to work
    with the latest pbr.

    Change-Id: I716a5374bb283d11e26459b5866a0437ab6fe0dd
    Closes-Bug: #1450733