-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update keystoneapi to use service override #307
Update keystoneapi to use service override #307
Conversation
/hold |
29ec0f5
to
8273614
Compare
3083b07
to
dcbfe2c
Compare
Removes creation of routes for keystoneapi as those get done in the openstack-operator. Via service overrides the parts of the service can be customized. The service operator adds annotation to the service which needs to be exposed as a route. Jira: OSP-26690 Depends-On: openstack-k8s-operators/lib-common#332
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] openstack-k8s-operators@d73d07c
dcbfe2c
to
b4717cb
Compare
/test keystone-operator-build-deploy-kuttl |
1 similar comment
/test keystone-operator-build-deploy-kuttl |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abays, stuggi The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/unhold |
92ae026
into
openstack-k8s-operators:main
Removes creation of routes for keystoneapi as those get done in the openstack-operator. Via service overrides the parts of the service can be customized. The service operator adds annotation to the service which needs to be exposed as a route.
Jira: OSP-26690
Depends-On: openstack-k8s-operators/lib-common#332