From 9ce7045970a69a1ac99ff668be8711667d1fbd5b Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Sun, 23 Nov 2025 13:15:58 -0600 Subject: [PATCH] fix: remove unnecessary trailing slash Change-Id: Ie79f81ec16bf1e9c6eb6d38bce98a3c8c118bec5 Signed-off-by: Doug Goldstein --- ironic/common/policy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ironic/common/policy.py b/ironic/common/policy.py index 2b224d8f83..c0e8fa0a42 100644 --- a/ironic/common/policy.py +++ b/ironic/common/policy.py @@ -1077,7 +1077,7 @@ node_policies = [ scope_types=['system', 'project'], description='Attach a virtual media device to a node', operations=[ - {'path': '/nodes/{node_ident}/vmedia', 'method': 'POST'}\ + {'path': '/nodes/{node_ident}/vmedia', 'method': 'POST'} ], ), policy.DocumentedRuleDefault(