Bug 1639924
| Summary: | Document the need to wait 30 seconds after setting or updating the physical network attribute of a baremetal port to ensure neutron's node-to-segment mappings has been updated | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Alexander Chuzhoy <sasha> |
| Component: | documentation | Assignee: | RHOS Documentation Team <rhos-docs> |
| Status: | CLOSED EOL | QA Contact: | RHOS Documentation Team <rhos-docs> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 14.0 (Rocky) | CC: | amcleod, hjensas, nlevinki |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-07-06 11:26:26 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Alexander Chuzhoy
2018-10-16 22:54:32 UTC
The reason we need to wait 30 seconds is that the ironic-neutron-agent report state to neutron in intervals. The neutron configuration control's the interval via the [AGENT]/report_interval configuration setting. The report_interval is 30 seconds by default. So to ensure neutrons host-to-segments mappings have been updated after changeing the physical_network attribute of a baremetal port. The user should wait 'report_inteval'-seconds before trying to deploy, clean, rescue etc. operations on a baremetal node. |