Skip to content

Commit

Permalink
os_projects: Remove fixed_ips quota
Browse files Browse the repository at this point in the history
This was only supported until Nova API 2.35.
  • Loading branch information
markgoddard committed Mar 19, 2024
1 parent fab9b06 commit 13940af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion roles/os_projects/tasks/projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@
backup_gigabytes: "{{ quotas.backup_gigabytes | default(omit) }}"
backups: "{{ quotas.backups | default(omit) }}"
cores: "{{ quotas.cores | default(omit) }}"
fixed_ips: "{{ quotas.fixed_ips | default(omit) }}"
floating_ips: "{{ quotas.floating_ips | default(omit) }}"
floatingip: "{{ quotas.floatingip | default(omit) }}"
gigabytes: "{{ quotas.gigabytes | default(omit) }}"
Expand Down

0 comments on commit 13940af

Please sign in to comment.