File: update_swift-52dfa8715cddbe91.yaml

package info (click to toggle)
puppet-module-glance 25.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,916 kB
  • sloc: ruby: 5,895; python: 38; makefile: 11; sh: 10
file content (7 lines) | stat: -rw-r--r-- 476 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
---
upgrade:
  - Before, when Glance was configured with Swift backend, credentials were stored in database.
    It caused issues when credentials change, old images are not usable anymore.
    Glance and Glance store projects implemented a way to use separated sections for credentials
    without storing them in database. The puppet-glance module is now using this new method, also
    Glance Cache configuration does not have Swift parameters anymore, so we deleted them.