Update Samples and configure Swift backend for Glance#1130
Update Samples and configure Swift backend for Glance#1130openshift-merge-bot[bot] merged 1 commit intoopenstack-k8s-operators:mainfrom
Conversation
|
This change might be required to not mess w/ CI if we land openstack-k8s-operators/glance-operator#440 |
ea995fc to
b7e0084
Compare
The unsupported File backend is currently used in most of the samples. They are not consistent even with the documentation, where we suggest to add replicas: 0 to the glance service until a backend is chosen. Considering we have Swift deployed by default, this patch fixes the Glance samples and add Swift as a backend. This change will be reflected in the openstack-operator guide as well. Signed-off-by: Francesco Pantano <fpantano@redhat.com>
|
@fmount this looks good to me. how do you want to proceed? should we get this in? or wait until after the next branching? |
Because we're just changing samples, I'm not concerned about landing them at a particular time frame. |
|
/unhold |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bshephar, fmount 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 |
As a followup of [1], we need to remove the unnecessary openstack-operator kustomize patching. [1] openstack-k8s-operators/openstack-operator#1130 Signed-off-by: Francesco Pantano <fpantano@redhat.com>
The unsupported
Filebackend is currently used in most of the samples. They are not consistent even with the documentation, where we suggest to addreplicas: 0to the glance service until a backend is chosen. Considering we haveSwiftdeployed by default, this patch fixes theGlancesamples and addsSwiftas a backend. This change will be reflected in the openstack-operator guide as well.