Comment 5 for bug 1533392

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

Reviewed: https://review.openstack.org/338391
Committed: https://git.openstack.org/cgit/openstack/python-watcherclient/commit/?id=75dd8dc561ed38ab85b020518258ccb0d758d360
Submitter: Jenkins
Branch: master

commit 75dd8dc561ed38ab85b020518258ccb0d758d360
Author: digambar <email address hidden>
Date: Wed Jul 6 21:55:10 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: Ic09458b455820787f5483e48aed940a2196b297e
    Closes-Bug: #1533392