new ryu package requires new library tinyrpc, new package is in progress ** No longer affects: neutron
-- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1655919 Title: CI: Openvswitch agent fails because can't import tinyrpc.server module Status in tripleo: Triaged Bug description: TripleO Job logs: http://logs.openstack.org/18/419018/4/check/gate-tripleo-ci-centos-7 -ovb-nonha-oooq-nv/7a08339 neutron logs: http://logs.openstack.org/18/419018/4/check/gate- tripleo-ci-centos-7-ovb-nonha-oooq- nv/7a08339/logs/undercloud/var/log/neutron/ messages log: http://logs.openstack.org/18/419018/4/check/gate- tripleo-ci-centos-7-ovb-nonha-oooq- nv/7a08339/logs/undercloud/var/log/messages Openvswitch service fails with traceback: Jan 12 01:15:14 undercloud neutron-openvswitch-agent: Option "notification_driver" from group "DEFAULT" is deprecated. Use option "driver" from group "oslo_messaging_notifications". Jan 12 01:15:14 undercloud neutron-openvswitch-agent: Could not load neutron.openstack.common.notifier.rpc_notifier Jan 12 01:15:14 undercloud neutron-openvswitch-agent: Traceback (most recent call last): Jan 12 01:15:14 undercloud neutron-openvswitch-agent: File "/usr/bin/neutron-openvswitch-agent", line 10, in <module> Jan 12 01:15:14 undercloud neutron-openvswitch-agent: sys.exit(main()) Jan 12 01:15:14 undercloud neutron-openvswitch-agent: File "/usr/lib/python2.7/site-packages/neutron/cmd/eventlet/plugins/ovs_neutron_agent.py", line 20, in main Jan 12 01:15:14 undercloud neutron-openvswitch-agent: agent_main.main() Jan 12 01:15:14 undercloud neutron-openvswitch-agent: File "/usr/lib/python2.7/site-packages/neutron/plugins/ml2/drivers/openvswitch/agent/main.py", line 46, in main Jan 12 01:15:14 undercloud neutron-openvswitch-agent: mod = importutils.import_module(mod_name) Jan 12 01:15:14 undercloud neutron-openvswitch-agent: File "/usr/lib/python2.7/site-packages/oslo_utils/importutils.py", line 73, in import_module Jan 12 01:15:14 undercloud neutron-openvswitch-agent: __import__(import_str) Jan 12 01:15:14 undercloud neutron-openvswitch-agent: File "/usr/lib/python2.7/site-packages/neutron/plugins/ml2/drivers/openvswitch/agent/openflow/native/main.py", line 18, in <module> Jan 12 01:15:14 undercloud neutron-openvswitch-agent: from ryu.base import app_manager Jan 12 01:15:14 undercloud neutron-openvswitch-agent: File "/usr/lib/python2.7/site-packages/ryu/base/app_manager.py", line 35, in <module> Jan 12 01:15:14 undercloud neutron-openvswitch-agent: from ryu.app import wsgi Jan 12 01:15:14 undercloud neutron-openvswitch-agent: File "/usr/lib/python2.7/site-packages/ryu/app/wsgi.py", line 23, in <module> Jan 12 01:15:14 undercloud neutron-openvswitch-agent: from tinyrpc.server import RPCServer Jan 12 01:15:14 undercloud neutron-openvswitch-agent: ImportError: No module named tinyrpc.server Jan 12 01:15:15 undercloud ironic-inspector: 2017-01-12 01:15:15.076 4421 DEBUG futurist.periodics [-] Submitting periodic callback 'ironic_inspector.main.periodic_update' _process_scheduled /usr/lib/python2.7/site-packages/futurist/periodics.py:623 Jan 12 01:15:15 undercloud systemd: neutron-openvswitch-agent.service: main process exited, code=exited, status=1/FAILURE Jan 12 01:15:15 undercloud systemd: Unit neutron-openvswitch-agent.service entered failed state. Jan 12 01:15:15 undercloud systemd: neutron-openvswitch-agent.service failed. To manage notifications about this bug go to: https://bugs.launchpad.net/tripleo/+bug/1655919/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

