Comment 6 for bug 1533392

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

Reviewed: https://review.openstack.org/336390
Committed: https://git.openstack.org/cgit/openstack/watcher/commit/?id=47ff9bb105b78d1ed1fb0f4ea31c7e3a76eeacd1
Submitter: Jenkins
Branch: master

commit 47ff9bb105b78d1ed1fb0f4ea31c7e3a76eeacd1
Author: digambar <email address hidden>
Date: Mon Jul 4 22:50:53 2016 +0530

    Fix field type to audit_type

    There's a number of places where a field of an object is named "type",
    which isn't good thing. Actually type is keyword in python, so wherever
    I found type used in models/api/object/test, I have fixed it to
    audit_type in the audit files

    Change-Id: Iea6bd3acb0b2af2a833b3916701aad88f6064bba
    Closes-Bug: #1533392