File: fix-quota-class-898e279b0b2251df.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 (24 lines) | stat: -rw-r--r-- 1,058 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
issues:
  - |
    The nova::quota class now properly sets the config options in the [quota]
    section and not the [DEFAULT] section which is deprecated.
deprecations:
  - |
    The following parameters in nova::quota class has been deprecated and has
    changed name:

    - ``quota_instances`` (now ``instances``)
    - ``quota_cores`` (now ``cores``)
    - ``quota_ram`` (now ``ram``)
    - ``quota_floating_ips`` (now ``floating_ips``)
    - ``quota_fixed_ips`` (now ``fixed_ips``)
    - ``quota_metadata_items`` (now ``metadata_items``)
    - ``quota_injected_files`` (now ``injected_files``)
    - ``quota_injected_file_content_bytes`` (now ``injected_file_content_bytes``)
    - ``quota_injected_file_path_length`` (now ``injected_file_path_length``)
    - ``quota_security_groups`` (now ``security_groups``)
    - ``quota_security_group_rules`` (now ``security_group_rules``)
    - ``quota_key_pairs`` (now ``key_pairs``)
    - ``quota_server_groups`` (now ``server_groups``)
    - ``quota_server_group_members`` (now ``server_group_members``)