Skip to content

Commit 37532f4

Browse files
committed
Mention that not passing external_id is an option.
Signed-off-by: Kurt Garloff <[email protected]>
1 parent 8322d48 commit 37532f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/providers/openstack/quickstart.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,8 @@ export CS_K8S_PATCH_VERSION=6
181181
```
182182

183183
The `CS_EXTERNAL_ID` must be the UUID of your OpenStack external network, get it via
184-
`openstack network list --external`.
184+
`openstack network list --external`. If there is only one external network, you may
185+
get away without passing `external_id`.
185186

186187
Create and apply `cluster.yaml` file to the management cluster.
187188

0 commit comments

Comments
 (0)