Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
fixes:
- |
Compute quota updates for the Octavia service now retry temporary API
failures.
4 changes: 4 additions & 0 deletions roles/octavia/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@
gigabytes: -1
security_group: -1
security_group_rule: -1
register: _octavia_admin_compute_quotaset
retries: 60
delay: 5
until: _octavia_admin_compute_quotaset is not failed

- name: Deploy Helm chart
run_once: true
Expand Down
Loading