From 6cf465a7f7920c892595db93d69b4d3d35006017 Mon Sep 17 00:00:00 2001 From: xin liang Date: Thu, 9 Jan 2025 14:50:10 +0800 Subject: [PATCH] Dev: constants: Drop deprecated 'restart-type' resource option --- crmsh/constants.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crmsh/constants.py b/crmsh/constants.py index 48fcd403d..0935ab87f 100644 --- a/crmsh/constants.py +++ b/crmsh/constants.py @@ -133,8 +133,8 @@ "allow-migrate", "maintenance", "is-managed", "interval-origin", "migration-threshold", "priority", "multiple-active", "failure-timeout", "resource-stickiness", "target-role", - "restart-type", "description", "remote-node", "requires", - "provides", "remote-port", "remote-addr", "remote-connect-timeout", + "description", "remote-node", "requires", "provides", + "remote-port", "remote-addr", "remote-connect-timeout", "critical", "allow-unhealthy-nodes", "container-attribute-target" ) common_meta_attributes = ("priority", "target-role", "is-managed")