kubernetes-sigs / cluster-api-provider-openstack

Cluster API implementation for OpenStack
https://cluster-api-openstack.sigs.k8s.io/
Apache License 2.0
292 stars 253 forks source link

CI tests generate weird external network #1931

Closed mdbooth closed 7 months ago

mdbooth commented 7 months ago

CI jobs are generating clusters with

  spec:
    externalNetwork:
      id: null

This is valid, but weird. We could either omit it or specify it by name.

/kind bug