Comment 4 for bug 1655905

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova-dpm (master)

Reviewed: https://review.openstack.org/419868
Committed: https://git.openstack.org/cgit/openstack/nova-dpm/commit/?id=28a7038550e5061b9a107f99d10d9ec917fd5952
Submitter: Jenkins
Branch: master

commit 28a7038550e5061b9a107f99d10d9ec917fd5952
Author: Andreas Scheuring <email address hidden>
Date: Fri Jan 13 11:05:44 2017 +0100

    Install stable zhmcclient via requirements.txt

    Till now, zhmcclient is installed from github master branch using
    pip. As zhmcclient is now an official OpenStack requirement [1]
    We can switch to install the latest stable version via
    requirements.txt.

    To allow newer versions in the future, an update to the
    upper-constraints.txt in the OpenStack requirements repo is
    required.

    To bump the minimum just increase the version in requirements.txt
    of nova-dpm and make sure, that newer versions are allowed
    by OpenStack requirements (see above).

    [1] https://review.openstack.org/413689

    Change-Id: I0da5f9271ee3391a4648064207eab5b4fb7e26fb
    Closes-Bug: #1655905