Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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,4 @@
---
fixes:
- |
Compute quota updates for the Octavia service now retry temporary API\n failures.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Remove the literal newline escape from the release note

When Reno renders this YAML block scalar, \n is preserved as two literal characters rather than creating a line break, so the published changelog will display API\n failures.. Replace the escape with an actual wrapped YAML line so the note remains natural prose and passes the required release-note linting.

AGENTS.md reference: AGENTS.md:L20-L23

Useful? React with 👍 / 👎.

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