From 2385424421808083597ae282402368ece4957459 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Thu, 20 Jun 2024 15:47:17 -0400 Subject: [PATCH] fix: Add missing equal sign for mounts (#397) --- magnum_cluster_api/json_patches.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magnum_cluster_api/json_patches.py b/magnum_cluster_api/json_patches.py index 28fb4084..f8759c08 100644 --- a/magnum_cluster_api/json_patches.py +++ b/magnum_cluster_api/json_patches.py @@ -142,7 +142,7 @@ def definitions(self) -> list[dict]: ] if len(self.worker_disks) > 0: - definitions + [ + definitions += [ { "selector": { "apiVersion": objects.OpenStackMachineTemplate.version,