Comment 8 for bug 1534613

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

Reviewed: https://review.openstack.org/268218
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=9c3cce75de6069edca35ce5046d4ce25a11b6337
Submitter: Jenkins
Branch: stable/liberty

commit 9c3cce75de6069edca35ce5046d4ce25a11b6337
Author: Matt Riedemann <email address hidden>
Date: Fri Jan 15 08:19:19 2016 -0800

    Fix warning in 12.0.1-cve-bugs-7b04b2e34a3e9a70.yaml release note

    The stable/liberty releasenotes tox target wasn't treating warnings
    as errors so this slipped in and it breaks the releasenotes job in
    master branch nova which does treat warnings as errors. So fix the
    issue in the release note first, which we have to merge because reno
    is reading from origin/stable/liberty. After we've merged the fix,
    then we can turn on -W to treat warnings as errors.

    Change-Id: Ibf84ee0a604da94f709a0eeb436efe988d21274c
    Closes-Bug: #1534613