RDO tickets are now tracked in Jira https://issues.redhat.com/projects/RDO/issues/
Bug 1057822 - neutron-ml2 package requires python-pyudev
Summary: neutron-ml2 package requires python-pyudev
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: RDO
Classification: Community
Component: openstack-neutron
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: RHOS Maint
QA Contact: Ofer Blaut
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-01-25 04:40 UTC by Chris Wright
Modified: 2016-04-26 17:27 UTC (History)
5 users (show)

Fixed In Version: openstack-neutron-2014.1-0.14.rc1
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-03-30 23:03:12 UTC
Embargoed:


Attachments (Terms of Use)
ml2 requires pyudev (742 bytes, patch)
2014-01-25 04:41 UTC, Chris Wright
no flags Details | Diff


Links
System ID Private Priority Status Summary Last Updated
Launchpad 1269040 0 None None None Never

Description Chris Wright 2014-01-25 04:40:06 UTC
ml2 will not load type drivers without pyudev:

$ sudo service neutron-server start
Starting neutron: [  OK  ]

$ sudo service neutron-server status
neutron dead but pid file exists

$ tail -5
2014-01-24 22:39:30.453 5737 TRACE stevedore.extension DistributionNotFound: : pyudev
2014-01-24 22:39:30.453 5737 TRACE stevedore.extension 
2014-01-24 22:39:30.454 5737 INFO neutron.plugins.ml2.managers [-] Loaded type d
river names: []
2014-01-24 22:39:30.454 5737 INFO neutron.plugins.ml2.managers [-] Registered ty
pes: []
2014-01-24 22:39:30.454 5737 ERROR neutron.plugins.ml2.managers [-] No type driv
er for tenant network_type: vxlan. Service terminated!

$ sudo yum install python-pyudev
$ sudo service neutron-server start
Starting neutron: [  OK  ]
$ sudo service neutron-server status
neutron (pid  17744) is running...

Comment 1 Chris Wright 2014-01-25 04:41:50 UTC
Created attachment 855293 [details]
ml2 requires pyudev

Comment 2 Terry Wilson 2014-01-25 17:55:36 UTC
There is actually a patch upstream to remove the pyudev requirement (which only shows up for linuxbridge) here: https://review.openstack.org/#/c/66609/ It is only hung up on some unrelated bouncing gate tests.

Comment 3 Lars Kellogg-Stedman 2014-02-12 16:28:05 UTC
The referenced patch is marked "abandoned" right now.  I've added the relevant upstream bug here; I guess we should just keep our eyes on it for now.

Comment 4 Miguel Angel Ajo 2014-04-16 11:21:34 UTC
The pyudev dependency it's been removed in openstack-neutron-2014.1-0.16.rc1 via upstream rebase.


Note You need to log in before you can comment on or make changes to this bug.