Comment 6 for bug 917676

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

Reviewed: https://review.openstack.org/3106
Committed: http://github.com/openstack/nova/commit/c7a9d522a344d6ac57774d68e76be3510699267c
Submitter: Jenkins
Branch: stable/diablo

commit c7a9d522a344d6ac57774d68e76be3510699267c
Author: Mark McLoughlin <email address hidden>
Date: Tue Jan 17 15:07:58 2012 +0000

    Add missing scripts to setup.py (lp#917676)

    If distutils-extra is installed, all scripts are automatically included
    in the tarball. We should explicitly include them in setup.py to avoid
    confusion.

    As an example, the 2011.3 tarballs appear to have been generated with
    distutils-extra but the 2011.3.1/2012.1 tarballs are now being
    generated in a venv. So, these newer tarballs are missing scripts which
    were included in 2011.3.

    (cherry picked from commit d72109e7114724de668de24800829b07e0d3fe7e)

    Change-Id: I2a85418b84b93e041f6c7d31833b09acdcb29daa