Remove enabled_backend entry from 00-config.conf#440
Remove enabled_backend entry from 00-config.conf#440fmount wants to merge 1 commit intoopenstack-k8s-operators:mainfrom
Conversation
|
/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
|
[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 DetailsNeeds 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 <fpantano@redhat.com>
|
@fmount: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
With
webhookswe prevent theGlancedeploy unless a backend is specified viacustomServiceConfig.It doesn't fail if
replicasis set to0, but in general a backend must be specified.This patch reinforce what already done by removing the
enabled_backendsinformation from00-config.Depends-On: openstack-k8s-operators/openstack-operator#1130