Comment 20 for bug 1329757

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

Reviewed: https://review.openstack.org/502464
Committed: https://git.openstack.org/cgit/openstack/charm-nova-compute-proxy/commit/?id=1921e2011ac6d80b9b4d8734b36e98f1524dae0a
Submitter: Jenkins
Branch: master

commit 1921e2011ac6d80b9b4d8734b36e98f1524dae0a
Author: zhangyangyang <email address hidden>
Date: Mon Sep 11 21:21:07 2017 +0800

    change assert(Not)Equals to assert(Not)Equal

    According to http://docs.python.org/2/library/unittest.html
    assert(Not)Equals is a deprecated alias of assert(Not)Equal.

    Change-Id: If0849fe258b723b3d992a73382bc315f70ebd481
    Closes-Bug: #1329757