Comment 2 for bug 1652414

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

Reviewed: https://review.openstack.org/414072
Committed: https://git.openstack.org/cgit/openstack/ceilometer/commit/?id=c0e42f00af9ed8d8b3e81de2e67a6e5e7bbcecdf
Submitter: Jenkins
Branch: master

commit c0e42f00af9ed8d8b3e81de2e67a6e5e7bbcecdf
Author: Julien Danjou <email address hidden>
Date: Thu Dec 22 13:06:48 2016 +0100

    Fix the gate failure because of several issues

    1. Fix expecting content-type headers in gabbit tests, the headers don't
    contain the charset anymore, just remove it.

    2. Use 'endpoint_type' instead of 'interface' while init novaclient,
    because novaclient has deprecated the name 'interface', see[1].

    3. Don't use novaclient.HTTPClient, since the 'HTTPCLient' has been
    deprecated in novaclient, see[2].

    [1] https://review.openstack.org/#/c/406299/
    [2] https://review.openstack.org/#/c/408728/

    Closes-Bug: #1652414
    Change-Id: I33f2dd9303b93391ff40d77cf93e6e285c983287
    Co-Authored-By: Hanxi Liu <email address hidden>
    Co-Authored-By: liusheng <email address hidden>