summaryrefslogtreecommitdiff
path: root/trove/cluster/tasks.py
diff options
context:
space:
mode:
Diffstat (limited to 'trove/cluster/tasks.py')
-rw-r--r--trove/cluster/tasks.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/trove/cluster/tasks.py b/trove/cluster/tasks.py
index 44d6d301..e7d54c51 100644
--- a/trove/cluster/tasks.py
+++ b/trove/cluster/tasks.py
@@ -73,6 +73,8 @@ class ClusterTasks(object):
0x07, 'UPGRADING_CLUSTER', 'Upgrading the cluster to new version.')
RESTARTING_CLUSTER = ClusterTask(
0x08, 'RESTARTING_CLUSTER', 'Restarting the cluster.')
+ UPDATING_CLUSTER = ClusterTask(
+ 0x09, 'UPDATING_CLUSTER', 'Updating cluster configuration.')
# Dissuade further additions at run-time.