Comment 10 for bug 1521899

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

Reviewed: https://review.openstack.org/254070
Committed: https://git.openstack.org/cgit/openstack/python-novaclient/commit/?id=a37c4328a16a209803244e212fc99a74fad7ca4e
Submitter: Jenkins
Branch: master

commit a37c4328a16a209803244e212fc99a74fad7ca4e
Author: Ghanshyam <email address hidden>
Date: Mon Dec 7 17:35:19 2015 +0900

    Fix H404/405 violations in novaclient/v2/[a-f]

    There is a lot of H404/405 violations in novaclient, and it is better
    to fix those to have a better doc string for class/methods.

    This patch fixes these violations for [a-f] files under novaclient/v2
    folder.

    As there are lot of violations and cannot be fixed in single patches,
    So separating those in multiple patches for easy review.

    Change-Id: Ibe5afef349d1be6d70903e06bee402ca30738ea1
    Partial-Bug: #1521899