Skip to content

Commit

Permalink
cinder: Add missing kolla config for backup (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianunruh authored Jul 1, 2024
1 parent bd5ff03 commit 49789e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cinder/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ func ConfigMap(instance *openstackv1beta1.Cinder) *corev1.ConfigMap {
cm.Data["httpd.conf"] = template.MustReadFile(AppLabel, "httpd.conf")

cm.Data["kolla-cinder-api.json"] = template.MustReadFile(AppLabel, "kolla-cinder-api.json")
cm.Data["kolla-cinder-backup.json"] = template.MustReadFile(AppLabel, "kolla-cinder-backup.json")
cm.Data["kolla-cinder-scheduler.json"] = template.MustReadFile(AppLabel, "kolla-cinder-scheduler.json")
cm.Data["kolla-cinder-volume.json"] = template.MustReadFile(AppLabel, "kolla-cinder-volume.json")

Expand Down

0 comments on commit 49789e8

Please sign in to comment.