File: remove-deprecated-quota-aee8756d8d13bd8b.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 (20 lines) | stat: -rw-r--r-- 967 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
---
upgrade:
  - |
    The following deprecated parameters in nova::quota has been removed.
    Please see the name in paranthesis for the new proper 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``)