-
Notifications
You must be signed in to change notification settings - Fork 36
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
Compute GlanceAPI storage configuration hash #648
Compute GlanceAPI storage configuration hash #648
Conversation
039f907
to
ad791b6
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.
/lgtm
ad791b6
to
0651443
Compare
0651443
to
963e95d
Compare
Add .Spec.Storage configuration and .Spec.ImageCache to the Hash based on the enabled_backends. This will trigger an API refresh not only when the enabled_backends string changes, but also if the Storage interface or imageCache (e.g. storageClass, storageRequest, externalStorage) changes as part of any day2 ops. Signed-off-by: Francesco Pantano <fpantano@redhat.com>
/test glance-operator-build-deploy-tempest |
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, thank you!
[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 |
/test functional |
/test glance-operator-build-deploy-kuttl |
1 similar comment
/test glance-operator-build-deploy-kuttl |
125104b
into
openstack-k8s-operators:main
Add
.Spec.Storage
and.Spec.ImageCache
to the Hash based on theenabled_backends
.This will trigger an API refresh not only when the
enabled_backends
string changes, but also if theStorage interface
or theImageCache
config (e.g.storageClass
,storageRequest
,externalStorage
) is updated as part of any day2 operation.Jira: https://issues.redhat.com/browse/OSPRH-11211