Skip to content

fix(octavia): retry transient quota requests - #4242

Merged
Mohammed Naser (mnaser) merged 2 commits into
mainfrom
agent/octavia-quota-retry
Aug 11, 2026
Merged

fix(octavia): retry transient quota requests#4242
Mohammed Naser (mnaser) merged 2 commits into
mainfrom
agent/octavia-quota-retry

Conversation

@fitbeard

Copy link
Copy Markdown
Contributor

What changed

  • retry the Octavia administrative compute quota update for up to five minutes;
  • add a release note.

Why

The quota request can race with OpenStack API readiness during deployment. A temporary API failure previously stopped Octavia even when the service recovered moments later.

This production fix is extracted from #4152 so it can be reviewed, released, and backported independently from selective CI.

Validation

  • file-scoped pre-commit hooks passed;
  • git diff --check passed;
  • the repository-wide Ansible lint traversal reached all roles and only failed on the existing galaxy[no-changelog] metadata issue;
  • Reno parsed the new note and only reported the repository's existing duplicate release-note UID.

Signed-off-by: Tadas Sutkaitis <tadas.sutkaitis@vexxhost.com>

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: a2bfcce064

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "Codex (@codex) review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "Codex (@codex) address that feedback".

---
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 👍 / 👎.

Signed-off-by: Tadas Sutkaitis <tadas.sutkaitis@vexxhost.com>
@fitbeard

Copy link
Copy Markdown
Contributor Author

recheck

@mnaser
Mohammed Naser (mnaser) merged commit 719fa7a into main Aug 11, 2026
15 checks passed
@mnaser
Mohammed Naser (mnaser) deleted the agent/octavia-quota-retry branch August 11, 2026 23:56
@vexxhost-bot

Copy link
Copy Markdown
Collaborator

Git push to origin failed for stable/zed with exitcode 128

@vexxhost-bot

Copy link
Copy Markdown
Collaborator

Successfully created backport PR for stable/2023.1:

@vexxhost-bot

Copy link
Copy Markdown
Collaborator

Successfully created backport PR for stable/2023.2:

@vexxhost-bot

Copy link
Copy Markdown
Collaborator

Successfully created backport PR for stable/2024.1:

@vexxhost-bot

Copy link
Copy Markdown
Collaborator

Backport failed for stable/2024.2: couldn't find remote ref stable/2024.2.
Please ensure that this Github repo has a branch named stable/2024.2.

@vexxhost-bot

Copy link
Copy Markdown
Collaborator

Successfully created backport PR for stable/2025.1:

@vexxhost-bot

Copy link
Copy Markdown
Collaborator

Successfully created backport PR for stable/2025.2:

@mnaser

Copy link
Copy Markdown
Member

/backport

@vexxhost-bot

Copy link
Copy Markdown
Collaborator

Successfully created backport PR for stable/zed:

@vexxhost-bot

Copy link
Copy Markdown
Collaborator

Git push to origin failed for stable/2023.1 with exitcode 1

@vexxhost-bot

Copy link
Copy Markdown
Collaborator

Git push to origin failed for stable/2023.2 with exitcode 1

@vexxhost-bot

Copy link
Copy Markdown
Collaborator

Git push to origin failed for stable/2024.1 with exitcode 1

@vexxhost-bot

Copy link
Copy Markdown
Collaborator

Successfully created backport PR for stable/2024.2:

@vexxhost-bot

Copy link
Copy Markdown
Collaborator

Git push to origin failed for stable/2025.1 with exitcode 1

@vexxhost-bot

Copy link
Copy Markdown
Collaborator

Git push to origin failed for stable/2025.2 with exitcode 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants