Skip to content

Commit 0e549a7

Browse files
committed
Add docs about microversions
Signed-off-by: Lennart Jern <[email protected]>
1 parent 02a3f40 commit 0e549a7

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

docs/book/src/clusteropenstack/configuration.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,13 @@ clusterctl generate cluster capi-quickstart \
6464
## OpenStack version
6565

6666
We currently require at least OpenStack Pike.
67+
There is some flexibility in the microversion requirements for Nova.
68+
The minimum requirement is 2.38.
69+
However, certain features require a higher version.
70+
Specifically, tagging raises the requirement to 2.53, and multiattach volumes to 2.60.
71+
72+
Note that CAPO will not be able to determine what the default volume type is or whether it is multiattach capable.
73+
You need to be explicit in this case and specify what volume type should be used.
6774

6875
## Operating system image
6976

@@ -193,7 +200,7 @@ Depending on the CNI that will be deployed on the cluster, you may need to add s
193200
namespace: <cluster-namespace>
194201
spec:
195202
...
196-
managedSecurityGroups:
203+
managedSecurityGroups:
197204
allNodesSecurityGroupRules:
198205
- remoteManagedGroups:
199206
- controlplane
@@ -246,7 +253,7 @@ You can use a pre-existing router instead of creating a new one. When deleting a
246253
namespace: <cluster-namespace>
247254
spec:
248255
...
249-
router:
256+
router:
250257
id: <Router id>
251258
```
252259

0 commit comments

Comments
 (0)