From 6f248827b37b0c0d3ffd80727878b80a3c299c1d Mon Sep 17 00:00:00 2001 From: qeqar Date: Mon, 23 Jan 2023 13:34:23 +0100 Subject: [PATCH] fix path for taggin and serverMetadata in OpenstackMachineTemplates --- docs/book/src/clusteropenstack/configuration.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/docs/book/src/clusteropenstack/configuration.md b/docs/book/src/clusteropenstack/configuration.md index d073faf8f1..5489d78f23 100644 --- a/docs/book/src/clusteropenstack/configuration.md +++ b/docs/book/src/clusteropenstack/configuration.md @@ -412,8 +412,10 @@ metadata: name: -controlplane namespace: spec: - tags: - - machine-tag + template: + spec: + tags: + - machine-tag ``` ## Metadata @@ -427,9 +429,11 @@ metadata: name: -controlplane namespace: spec: - serverMetadata: - name: bob - nickname: bobbert + template: + spec: + serverMetadata: + name: bob + nickname: bobbert ``` ## Boot From Volume