-
Notifications
You must be signed in to change notification settings - Fork 37
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
Remove enabled_backend entry from 00-config.conf #440
base: main
Are you sure you want to change the base?
Conversation
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.
Looks good!
/test precommit-check |
/test glance-operator-build-deploy-tempest |
0da9d74
to
c8d740b
Compare
/test glance-operator-build-deploy-kuttl |
1 similar comment
/test glance-operator-build-deploy-kuttl |
c8d740b
to
2e22c55
Compare
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.
Thank you!
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, fmount, konan-abhi 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 |
2e22c55
to
b179e61
Compare
New changes are detected. LGTM label has been removed. |
b179e61
to
17b979f
Compare
/retest |
0123eb1
to
12b786a
Compare
With webhooks we prevent the glance deploy unless a backend is specified via customServiceConfig. It doesn't fail if replicas is set to 0, but in general a backend must be specified. Signed-off-by: Francesco Pantano <[email protected]>
With
webhooks
we prevent theGlance
deploy unless a backend is specified viacustomServiceConfig
.It doesn't fail if
replicas
is set to0
, but in general a backend must be specified.This patch reinforce what already done by removing the
enabled_backends
information from00-config
.Depends-On: openstack-k8s-operators/openstack-operator#1130