This repository has been archived by the owner on Feb 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge "Add IronicNeutronAgentReportInterval parameter" into stable/wa…
…llaby
- Loading branch information
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
releasenotes/notes/networking-baremetal-report-interval-d08a44a147a1846e.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
fixes: | ||
- | | ||
The neutron agent report interval was recently changed from the 30s | ||
default to 300s. This caused issues whith timeouts when providing | ||
baremetal nodes. A new parameter IronicNeutronAgentReportInterval | ||
has been added with a default of 30s so that the report interval | ||
specifically for the networking baremetal agent is restored. | ||
See bug: `1940838 <https://bugs.launchpad.net/tripleo/+bug/1940838>`_. | ||