Bug 2236128
| Summary: | [ovs] Invalid ovs bridge is created if multiple bridges are defined by role specific NeutronBridgeMappings | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Brent Eagles <beagles> |
| Component: | puppet-neutron | Assignee: | Brent Eagles <beagles> |
| Status: | CLOSED WONTFIX | QA Contact: | Nobody <nobody> |
| Severity: | medium | Docs Contact: | |
| Priority: | high | ||
| Version: | 17.1 (Wallaby) | CC: | averdagu, beagles, ccamposr, fyanac, jhakimra, jjoyce, jlibosva, jschluet, mburns, ralonsoh, slinaber, tvignaud, ykarel |
| Target Milestone: | z2 | Keywords: | Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Known Issue | |
| Doc Text: |
Cause:
Role specific NeutronBridgeMappings as comma separated values results in incorrect OVS bridge naming.
Workaround (if any):
Define bridge mappings as a YAML array instead of comma separated values. For example, instead of:
parameter_defaults:
ComputeParameters:
NeutronBridgeMappings: "datacentre:br-ex,datacentre2:br-ex2"
use:
parameter_defaults:
ComputeParameters:
NeutronBridgeMappings:
- datacentre:br-ex
- datacentre2:br-ex2
Result:
Bridges (e.g. br-ex and br-ex2) should be created with the proper name.
|
Story Points: | --- |
| Clone Of: | 2008076 | Environment: | |
| Last Closed: | 2024-12-04 15:53:25 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 2008076 | ||
| Bug Blocks: | |||