Bug 1108611
| Summary: | Remove 'enable_tunneling' from the Neutron controller service configuration | |||
|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | lpeer <lpeer> | |
| Component: | rubygem-staypuft | Assignee: | Scott Seago <sseago> | |
| Status: | CLOSED NOTABUG | QA Contact: | Omri Hochman <ohochman> | |
| Severity: | high | Docs Contact: | ||
| Priority: | high | |||
| Version: | 5.0 (RHEL 7) | CC: | hbrock, jguiditt, lpeer, mburns, morazi, nyechiel, oblaut, rhos-maint, yeylon | |
| Target Milestone: | --- | |||
| Target Release: | 5.0 (RHEL 7) | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | 1108608 | |||
| : | 1108651 (view as bug list) | Environment: | ||
| Last Closed: | 2014-07-10 14:39:39 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: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1108651 | |||
|
Description
lpeer
2014-06-12 10:23:42 UTC
Jay, does this need to be removed from OFI side as well? For non-HA controller this is an easy fix. Mike, it would need to be removed from ofi, yes, otherwise the staypuft change just hides the param. Livnat, I would like to verify though that the kernel you say supports this would be available in all expected openstack icehouse target platforms (RHEL 7 I assume yes, but what about RHEL 6.6? 6.5?). If no, does it actually hurt anything to leave this? I would rather have an extra param if it makes things more likey to work on certain platforms, than to have one less with breakage in certain situations. Actual removal is pretty trivial on our side, just want to verify we have thought through the scenarios We The code in Icehouse is looking at the 'tunnel_type' config value if there is value there (gre or vxlan) the enable_tunneling is override with true. Which means this value is ignored regardless of the kernel support. Regardless RHEL 6.5 and RHEL 7.0 have support in vxlan and gre so it can be safely removed. |