We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5595828 commit fd3ac14Copy full SHA for fd3ac14
controllers/utils/failuredomains.go
@@ -152,7 +152,7 @@ func (c *CloudClientImplementation) AsFailureDomainUser(fdSpec *infrav1.CloudSta
152
}
153
154
155
- if c.CSCluster.Spec.Account != "" { // Set r.CSUser CloudStack Client per Account and Domain.
+ if fdSpec.Account != "" { // Set r.CSUser CloudStack Client per Account and Domain.
156
client, err := c.CSClient.NewClientInDomainAndAccount(fdSpec.Domain, fdSpec.Account)
157
if err != nil {
158
return ctrl.Result{}, err
0 commit comments