From fd374d1d309ee79e7c99e07dac40f9ff68de2a70 Mon Sep 17 00:00:00 2001 From: licanwei Date: Mon, 13 Feb 2017 12:23:32 +0800 Subject: [PATCH] Add SUPERSEDED description Add SUPERSEDED description Change-Id: I05dc12451ecde338d94f99be522a38e7fb042528 --- watcher/objects/action_plan.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/watcher/objects/action_plan.py b/watcher/objects/action_plan.py index bfb61a16f..b08ec3319 100644 --- a/watcher/objects/action_plan.py +++ b/watcher/objects/action_plan.py @@ -67,6 +67,9 @@ state may be one of the following: - **CANCELLED** : the :ref:`Action Plan ` was in **PENDING** or **ONGOING** state and was cancelled by the :ref:`Administrator ` +- **SUPERSEDED** : the :ref:`Action Plan ` was in + **RECOMMENDED** state and was superseded by the + :ref:`Administrator ` """ from watcher.common import exception