Bug 1409008
| Summary: | LBAAS setup following Redhat or upstream docs does not work in OSP10 | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Jeremy <jmelvin> |
| Component: | documentation | Assignee: | Greg Rakauskas <gregraka> |
| Status: | CLOSED EOL | QA Contact: | RHOS Documentation Team <rhos-docs> |
| Severity: | high | Docs Contact: | |
| Priority: | low | ||
| Version: | 10.0 (Newton) | CC: | akaris, amuller, apevec, ccopello, cgoncalves, gregraka, jamsmith, lhh, njohnston, oblaut |
| Target Milestone: | async | Keywords: | Reopened, Triaged, ZStream |
| Target Release: | 10.0 (Newton) | ||
| 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: | 2019-12-12 15:27:50 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
Jeremy
2016-12-28 22:01:47 UTC
Jemery, checking the documentation page you linked for LBaaS in OSP 10, it looks like the changes you're suggesting are reflected in that page today. I am going ahead and close this BZ but please reopen if you find something still missing or inaccurate. Thank you. Hi, Reopening - I just went through the configuration procedure again and after following our doc, I get: ~~~ 2019-06-03 14:59:40.090 1042355 ERROR neutron.common.utils [req-7c41e146-5151-497c-8986-c469ae848c34 - - - - -] Alias or class name is not set 2019-06-03 14:59:40.091 1042355 ERROR neutron_lbaas.drivers.haproxy.namespace_driver [req-7c41e146-5151-497c-8986-c469ae848c34 - - - - -] Error importing interface driver: None ~~~ https://access.redhat.com/documentation/en-us/red_hat_openstack_platform/10/html/networking_guide/sec-lbaas Our doc lacks the following step from the upstream guide: ~~~ Select the driver that manages virtual interfaces in /etc/neutron/lbaas_agent.ini: [DEFAULT] interface_driver = INTERFACE_DRIVER Replace INTERFACE_DRIVER with the interface driver that the layer-2 agent in your environment uses. For example, openvswitch for Open vSwitch or linuxbridge for Linux bridge. ~~~ Also, I needed to set: ###change the path to the class /etc/neutron/lbaas_agent.ini device_driver = neutron_lbaas.drivers.haproxy.namespace_driver.HaproxyNSDriver As well as the device_driver: /etc/neutron/lbaas_agent.ini device_driver = neutron.services.loadbalancer.drivers.haproxy.namespace_driver.HaproxyNSDriver interface_driver = neutron.agent.linux.interface.OVSInterfaceDriver user_group = haproxy The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days |