Skip to content

Commit

Permalink
Merge pull request #455 from openshift-cherrypick-robot/cherry-pick-4…
Browse files Browse the repository at this point in the history
…52-to-18.0-fr1

[18.0-fr1] Don't create stack_domain_admin user with project
  • Loading branch information
openshift-merge-bot[bot] authored Oct 24, 2024
2 parents b3f3745 + 5bffded commit 7219355
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions controllers/heat_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -1081,10 +1081,9 @@ func (r *HeatReconciler) ensureStackDomain(
userID, err := os.CreateUser(
r.Log,
openstack.User{
Name: heat.StackDomainAdminUsername,
Password: password,
ProjectID: "service",
DomainID: domainID,
Name: heat.StackDomainAdminUsername,
Password: password,
DomainID: domainID,
})
if err != nil {
return ctrl.Result{}, err
Expand Down

0 comments on commit 7219355

Please sign in to comment.