Comment 2 for bug 1522733

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

Reviewed: https://review.openstack.org/269551
Committed: https://git.openstack.org/cgit/openstack/watcher/commit/?id=62b39fefbb988ff0fbeefe4fac679fa60255c5c5
Submitter: Jenkins
Branch: master

commit 62b39fefbb988ff0fbeefe4fac679fa60255c5c5
Author: Vincent Françoise <email address hidden>
Date: Tue Jan 19 11:52:06 2016 +0100

    Renamed Status to State

    As we can see in the codebase, we have 3 "Status" enums which are
    located at:

    - watcher/objects/action.py
    - watcher/objects/action_plan.py
    - watcher/objects/audit.py

    So I renamed them from "Status" to "State" to be consistent with
    the DB schema.

    Change-Id: If3d180c9daba6ae9083775ad6813aa4c21763dbf
    Closes-Bug: #1522733