Skip to content

Commit

Permalink
Merge pull request #32 from /issues/31
Browse files Browse the repository at this point in the history
os_projects: Remove fixed_ips quota
  • Loading branch information
markgoddard authored Mar 19, 2024
2 parents fab9b06 + 13940af commit 4dfa47d
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 4dfa47d

Please sign in to comment.