Skip to content

Commit

Permalink
Pass default domain ID keystoneservice project
Browse files Browse the repository at this point in the history
With [1] the domain ID can be passed to project and user resurces.
With [2] the default domain ID gets already passed for creating the
user, lets also set it on the project.

[1] openstack-k8s-operators/lib-common#314
[2] d73d07c
  • Loading branch information
stuggi committed Sep 19, 2023
1 parent b4b855c commit dcbfe2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controllers/keystoneservice_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,7 @@ func (r *KeystoneServiceReconciler) reconcileUser(
openstack.Project{
Name: "service",
Description: "service",
DomainID: "default",
})
if err != nil {
return ctrl.Result{}, err
Expand Down

0 comments on commit dcbfe2c

Please sign in to comment.