Skip to content

Commit 09e14f3

Browse files
committed
Prefix is required in v1beta, hardcoding 32 should probably be fine?
1 parent 71af101 commit 09e14f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

controllers/openstackfloatingippool_controller.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ func (r *OpenStackFloatingIPPoolReconciler) Reconcile(ctx context.Context, req c
154154
Name: pool.Name,
155155
},
156156
Address: ip,
157+
Prefix: 32,
157158
},
158159
}
159160

0 commit comments

Comments
 (0)