Bug 1120146
Summary: | neutron-dhcp-agent and neutron-lbaas-agent fail to start | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Ihar Hrachyshka <ihrachys> |
Component: | openstack-neutron | Assignee: | Ihar Hrachyshka <ihrachys> |
Status: | CLOSED ERRATA | QA Contact: | Nir Magnezi <nmagnezi> |
Severity: | urgent | Docs Contact: | |
Priority: | urgent | ||
Version: | 4.0 | CC: | chrisw, dnavale, lpeer, majopela, mangelajo, nyechiel, oblaut, sclewis, tfreger, yeylon, yfried |
Target Milestone: | z5 | Keywords: | ZStream |
Target Release: | 4.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | openstack-neutron-2013.2.3-15.el6ost | Doc Type: | Bug Fix |
Doc Text: |
Previously, LBaaS and DHCP agents relied on the Python code located in openvswitch plugin specific location. The code was pulled into a separate openstack-neutron-openvswitch package. As a result, if the plugin package was not installed, LBaaS and DHCP agents failed on startup.
With this bug fix, all Python code is pulled from plugin specific packages back to python-neutron to make sure no Python import dependencies are broken. As a result, LBaaS and DHCP agents start up successfully with no openstack-neutron-openvswitch package installed.
|
Story Points: | --- |
Clone Of: | 1119619 | Environment: | |
Last Closed: | 2014-10-22 17:23:20 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: | 1119619 | ||
Bug Blocks: |
Comment 1
Ihar Hrachyshka
2014-07-16 10:35:07 UTC
On RHEL7 openstack-neutron-2014.1.1-4.el7ost.noarch [root@puma46 ~]# openstack-status == neutron services == neutron-server: inactive (disabled on boot) neutron-dhcp-agent: active neutron-l3-agent: active neutron-metadata-agent: active neutron-lbaas-agent: active neutron-openvswitch-agent: active wrong bug (should have verified on icehouse) Verified NVR: openstack-neutron-2013.2.4-4.el6ost.noarch Post installation (RHEL6.6 SElinux Enforcing): # openstack-status | grep neutron == neutron services == neutron-server: active neutron-dhcp-agent: active neutron-l3-agent: active neutron-metadata-agent: active neutron-lbaas-agent: active neutron-openvswitch-agent: active Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHSA-2014-1686.html |