Skip to content

Commit 4dfa47d

Browse files
authored
Merge pull request #32 from /issues/31
os_projects: Remove fixed_ips quota
2 parents fab9b06 + 13940af commit 4dfa47d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

roles/os_projects/tasks/projects.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,6 @@
184184
backup_gigabytes: "{{ quotas.backup_gigabytes | default(omit) }}"
185185
backups: "{{ quotas.backups | default(omit) }}"
186186
cores: "{{ quotas.cores | default(omit) }}"
187-
fixed_ips: "{{ quotas.fixed_ips | default(omit) }}"
188187
floating_ips: "{{ quotas.floating_ips | default(omit) }}"
189188
floatingip: "{{ quotas.floatingip | default(omit) }}"
190189
gigabytes: "{{ quotas.gigabytes | default(omit) }}"

0 commit comments

Comments
 (0)