File: nova_metadata_deprecate_enabled_apis-1ec89bc5bee440ff.yaml

package info (click to toggle)
puppet-module-nova 21.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,444 kB
  • sloc: ruby: 10,903; python: 38; makefile: 10; sh: 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.