Reviewed: https://review.openstack.org/446995 Committed: https://git.openstack.org/cgit/openstack/neutron-vpnaas/commit/?id=fab06f35350f56191e48b7b0c813f8b398c59ea6 Submitter: Jenkins Branch: master
commit fab06f35350f56191e48b7b0c813f8b398c59ea6 Author: YAMAMOTO Takashi <yamam...@midokura.com> Date: Fri Mar 17 22:08:23 2017 +0900 Use the new path of agent config Adapt to the recent neutron change. [1] [1] Iebac0cdd3bcfd0135349128921b7ad7a1a939ab8 Closes-Bug: #1673780 Also, this commit includes the following unrelated change to pass the gate. ----------------------------------------- Consume ServicePluginBase from neutron-lib Neutron-lib now contains the ServicePluginBase class and thus is being removed from neutron [2]. This patch moves all such references from neutron to neutron-lib in accordance with the neutron-lib rehoming. [2] https://review.openstack.org/#/c/441129/ ----------------------------------------- Co-Authored-By: Cao Xuan Hoang <hoan...@vn.fujitsu.com> Change-Id: Ia8a2c5c105f9da2e186c724f492eca17555bef5a ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1673780 Title: vpnaas import error for agent config Status in neutron: Fix Released Bug description: eg. http://logs.openstack.org/14/445114/5/check/gate-neutron-vpnaas- python27-ubuntu-xenial/12137de/console.html 2017-03-17 12:09:21.277510 | --- import errors --- 2017-03-17 12:09:21.277580 | Failed to import test module: neutron_vpnaas.tests.unit.services.vpn.test_vyatta_vpn_service 2017-03-17 12:09:21.277657 | Traceback (most recent call last): 2017-03-17 12:09:21.277757 | File "/home/jenkins/workspace/gate-neutron-vpnaas-python27-ubuntu-xenial/.tox/py27/local/lib/python2.7/site-packages/unittest2/loader.py", line 456, in _find_test_path 2017-03-17 12:09:21.277793 | module = self._get_module_from_name(name) 2017-03-17 12:09:21.277855 | File "/home/jenkins/workspace/gate-neutron-vpnaas-python27-ubuntu-xenial/.tox/py27/local/lib/python2.7/site-packages/unittest2/loader.py", line 395, in _get_module_from_name 2017-03-17 12:09:21.277881 | __import__(name) 2017-03-17 12:09:21.277922 | File "neutron_vpnaas/tests/unit/services/vpn/test_vyatta_vpn_service.py", line 18, in <module> 2017-03-17 12:09:21.277950 | from neutron.agent.common import config as agent_config 2017-03-17 12:09:21.277973 | ImportError: cannot import name config 2017-03-17 12:09:21.277998 | The test run didn't actually run any tests To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1673780/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp