Merge "fix: remove unnecessary trailing slash"

This commit is contained in:
Zuul
2025-11-25 00:42:24 +00:00
committed by Gerrit Code Review

View File

@@ -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(