File: nova_metadata_deprecate_enabled_apis-1ec89bc5bee440ff.yaml

package info (click to toggle)
puppet-module-nova 25.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,100 kB
  • sloc: ruby: 11,433; python: 38; sh: 10; makefile: 10
file content (9 lines) | stat: -rw-r--r-- 361 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
---
fixes:
  - |
    enabled_apis won't get set in nova::api when
    nova_metadata_wsgi_enabled == true.
    But the enabled_apis list get also modified for this case, so
    we need to move setting the config outside the conditional.
    Since the config is right now also set in nova::metadata this
    deprecates it in nova::metadata to only use nova::api.