Skip to content

Commit

Permalink
fix path for taggin and serverMetadata in OpenstackMachineTemplates
Browse files Browse the repository at this point in the history
  • Loading branch information
qeqar authored and pierreprinetti committed Apr 22, 2024
1 parent 3d6dcc3 commit 6f24882
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions docs/book/src/clusteropenstack/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -412,8 +412,10 @@ metadata:
name: <cluster-name>-controlplane
namespace: <cluster-name>
spec:
tags:
- machine-tag
template:
spec:
tags:
- machine-tag
```

## Metadata
Expand All @@ -427,9 +429,11 @@ metadata:
name: <cluster-name>-controlplane
namespace: <cluster-name>
spec:
serverMetadata:
name: bob
nickname: bobbert
template:
spec:
serverMetadata:
name: bob
nickname: bobbert
```

## Boot From Volume
Expand Down

0 comments on commit 6f24882

Please sign in to comment.