File: remove-deprecated-9b4d20fce995e540.yaml

package info (click to toggle)
puppet-module-mistral 25.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,004 kB
  • sloc: ruby: 2,093; python: 38; makefile: 11; sh: 10
file content (11 lines) | stat: -rw-r--r-- 479 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
---
upgrade:
  - |
    The deprecated parameters evaluation_interval and older_than in
    mistral::executor is now removed.
    Please use evaluation_interval and older_than in mistral::engine instead.
  - |
    The deprecated parameters keystone_user, keystone_password, keystone_tenant,
    identity_uri and auth_uri in ::mistral is now removed.
    Please use username, password, project_name, auth_url and www_authenticate_uri
    in ::mistral::keystone::authtoken instead.