Comment 14 for bug 1482773

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

Reviewed: https://review.openstack.org/267172
Committed: https://git.openstack.org/cgit/openstack/python-keystoneclient/commit/?id=77ed0d4d0c3413b15aa348613b8b40373bd5765b
Submitter: Jenkins
Branch: master

commit 77ed0d4d0c3413b15aa348613b8b40373bd5765b
Author: lin-hua-cheng <email address hidden>
Date: Wed Jan 13 13:03:51 2016 -0800

    Address hacking check H405

    Previously, there were a string of commits to keystone that addresed ignored
    hacking checks. This commit does the same for H405 in keystoneclient. This
    also modifies our tox.ini so that we no longer ignore H405 violations.

    Change-Id: I2af152e5425a0e9c82314039fdbb90d661c22680
    Closes-Bug: 1482773