Activity log for bug #1587359

Date Who What changed Old value New value Message
2016-05-31 09:14:02 Thomas Morin bug added bug
2016-05-31 09:14:27 Thomas Morin bug task added bgpvpn
2016-05-31 09:14:51 Thomas Morin bgpvpn: status New Confirmed
2016-05-31 09:14:56 Thomas Morin bgpvpn: importance Undecided Critical
2016-05-31 09:34:14 Thomas Morin bug added subscriber Ihar Hrachyshka
2016-05-31 09:35:41 Thomas Morin bug added subscriber Thomas Monguillon
2016-05-31 09:38:53 Thomas Morin description We have the following traceback in a networking-bgpvpn test [1]. 2016-05-31 09:04:33.341 | FAIL: networking_bgpvpn.tests.unit.db.test_db.BgpvpnDBTestCase.test_db_associate_twice 2016-05-31 09:04:33.341 | tags: worker-0 2016-05-31 09:04:33.342 | ---------------------------------------------------------------------- 2016-05-31 09:04:33.342 | Traceback (most recent call last): 2016-05-31 09:04:33.342 | File "networking_bgpvpn/tests/unit/db/test_db.py", line 29, in setUp 2016-05-31 09:04:33.342 | super(BgpvpnDBTestCase, self).setUp() 2016-05-31 09:04:33.342 | File "networking_bgpvpn/tests/unit/services/test_plugin.py", line 81, in setUp 2016-05-31 09:04:33.342 | {constants.BGPVPN: plugin.BGPVPNPlugin(), 2016-05-31 09:04:33.343 | File "networking_bgpvpn/neutron/services/plugin.py", line 44, in __init__ 2016-05-31 09:04:33.343 | pconf.ProviderConfiguration('networking_bgpvpn')) 2016-05-31 09:04:33.343 | File "/tmp/openstack/neutron/neutron/services/provider_configuration.py", line 209, in __init__ 2016-05-31 09:04:33.343 | for prov in parse_service_provider_opt(svc_module): 2016-05-31 09:04:33.343 | File "/tmp/openstack/neutron/neutron/services/provider_configuration.py", line 158, in parse_service_provider_opt 2016-05-31 09:04:33.343 | svc_providers_opt = neutron_mod.service_providers() 2016-05-31 09:04:33.343 | File "/tmp/openstack/neutron/neutron/services/provider_configuration.py", line 114, in service_providers 2016-05-31 09:04:33.344 | providers = self.ini().service_providers.service_provider 2016-05-31 09:04:33.344 | File "/tmp/openstack/neutron/neutron/services/provider_configuration.py", line 74, in ini 2016-05-31 09:04:33.344 | neutron_dirs = cfg.CONF.config_dirs or ['/etc/neutron'] 2016-05-31 09:04:33.344 | File "/home/jenkins/workspace/gate-networking-bgpvpn-python27/.tox/py27/local/lib/python2.7/site-packages/oslo_config/cfg.py", line 2185, in __getattr__ 2016-05-31 09:04:33.344 | raise NoSuchOptError(name) 2016-05-31 09:04:33.344 | oslo_config.cfg.NoSuchOptError: no such option in group DEFAULT: config_dirs This is possibly related to neutron commit 7f31ccb7bbe0f78a34d704c59d0562ea10029893 [2] or maybe the oslo_config change has side effects not already taken care of. [1] http://logs.openstack.org/51/232451/18/check/gate-networking-bgpvpn-python27/489d2a5/console.html#_2016-05-31_09_04_33_342 [2] https://github.com/openstack/neutron/commit/7f31ccb7bbe0f78a34d704c59d0562ea10029893 We have the following traceback in a networking-bgpvpn test [1]. 2016-05-31 09:04:33.341 | FAIL: networking_bgpvpn.tests.unit.db.test_db.BgpvpnDBTestCase.test_db_associate_twice 2016-05-31 09:04:33.341 | tags: worker-0 2016-05-31 09:04:33.342 | ---------------------------------------------------------------------- 2016-05-31 09:04:33.342 | Traceback (most recent call last): 2016-05-31 09:04:33.342 | File "networking_bgpvpn/tests/unit/db/test_db.py", line 29, in setUp 2016-05-31 09:04:33.342 | super(BgpvpnDBTestCase, self).setUp() 2016-05-31 09:04:33.342 | File "networking_bgpvpn/tests/unit/services/test_plugin.py", line 81, in setUp 2016-05-31 09:04:33.342 | {constants.BGPVPN: plugin.BGPVPNPlugin(), 2016-05-31 09:04:33.343 | File "networking_bgpvpn/neutron/services/plugin.py", line 44, in __init__ 2016-05-31 09:04:33.343 | pconf.ProviderConfiguration('networking_bgpvpn')) 2016-05-31 09:04:33.343 | File "/tmp/openstack/neutron/neutron/services/provider_configuration.py", line 209, in __init__ 2016-05-31 09:04:33.343 | for prov in parse_service_provider_opt(svc_module): 2016-05-31 09:04:33.343 | File "/tmp/openstack/neutron/neutron/services/provider_configuration.py", line 158, in parse_service_provider_opt 2016-05-31 09:04:33.343 | svc_providers_opt = neutron_mod.service_providers() 2016-05-31 09:04:33.343 | File "/tmp/openstack/neutron/neutron/services/provider_configuration.py", line 114, in service_providers 2016-05-31 09:04:33.344 | providers = self.ini().service_providers.service_provider 2016-05-31 09:04:33.344 | File "/tmp/openstack/neutron/neutron/services/provider_configuration.py", line 74, in ini 2016-05-31 09:04:33.344 | neutron_dirs = cfg.CONF.config_dirs or ['/etc/neutron'] 2016-05-31 09:04:33.344 | File "/home/jenkins/workspace/gate-networking-bgpvpn-python27/.tox/py27/local/lib/python2.7/site-packages/oslo_config/cfg.py", line 2185, in __getattr__ 2016-05-31 09:04:33.344 | raise NoSuchOptError(name) 2016-05-31 09:04:33.344 | oslo_config.cfg.NoSuchOptError: no such option in group DEFAULT: config_dirs This is related to neutron commit 7f31ccb7bbe0f78a34d704c59d0562ea10029893 [2]. [1] http://logs.openstack.org/51/232451/18/check/gate-networking-bgpvpn-python27/489d2a5/console.html#_2016-05-31_09_04_33_342 [2] https://github.com/openstack/neutron/commit/7f31ccb7bbe0f78a34d704c59d0562ea10029893
2016-05-31 14:39:19 Mathieu Rohon bgpvpn: milestone 5.0.0
2016-05-31 15:00:00 OpenStack Infra neutron: status New In Progress
2016-05-31 15:00:00 OpenStack Infra neutron: assignee Ihar Hrachyshka (ihar-hrachyshka)
2016-05-31 15:04:45 Ihar Hrachyshka neutron: importance Undecided High
2016-05-31 15:04:50 Ihar Hrachyshka neutron: milestone newton-1
2016-06-01 11:18:48 OpenStack Infra neutron: status In Progress Fix Released
2016-06-17 07:26:48 Thomas Morin bgpvpn: status Confirmed Fix Released
2016-06-30 13:37:54 Ihar Hrachyshka tags neutron-proactive-backport-potential
2016-07-25 23:10:49 Ihar Hrachyshka tags neutron-proactive-backport-potential