Skip to content

Commit 6de2d6d

Browse files
committed
Make sure CreateNetwork still works on ACS < 4.18
1 parent 31e5211 commit 6de2d6d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/cloud/isolated_network.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ func (c *client) CreateIsolatedNetwork(fd *infrav1.CloudStackFailureDomain, isoN
101101

102102
// Do isolated network creation.
103103
p := c.cs.Network.NewCreateNetworkParams(isoNet.Spec.Name, offeringID, fd.Spec.Zone.ID)
104+
p.SetDisplaytext(isoNet.Spec.Name)
104105
resp, err := c.cs.Network.CreateNetwork(p)
105106
if err != nil {
106107
c.customMetrics.EvaluateErrorAndIncrementAcsReconciliationErrorCounter(err)

0 commit comments

Comments
 (0)