We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31e5211 commit 6de2d6dCopy full SHA for 6de2d6d
1 file changed
pkg/cloud/isolated_network.go
@@ -101,6 +101,7 @@ func (c *client) CreateIsolatedNetwork(fd *infrav1.CloudStackFailureDomain, isoN
101
102
// Do isolated network creation.
103
p := c.cs.Network.NewCreateNetworkParams(isoNet.Spec.Name, offeringID, fd.Spec.Zone.ID)
104
+ p.SetDisplaytext(isoNet.Spec.Name)
105
resp, err := c.cs.Network.CreateNetwork(p)
106
if err != nil {
107
c.customMetrics.EvaluateErrorAndIncrementAcsReconciliationErrorCounter(err)
0 commit comments