[Yahoo-eng-team] [Bug 1363805] [NEW] test_ipv6.TestIsEnabled.test_enabled failure

2014-08-31 Thread YAMAMOTO Takashi
Public bug reported: https://review.openstack.org/#/c/116826/ introduced UT failures on systems without the procfs entry. ** Affects: neutron Importance: Undecided Assignee: YAMAMOTO Takashi (yamamoto) Status: In Progress -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1365255] [NEW] ofagent: possible crash in arp responder

2014-09-03 Thread YAMAMOTO Takashi
Public bug reported: ofagent's arp responder does not handle possible exceptions when parsing packet-in data. ** Affects: neutron Importance: Undecided Assignee: YAMAMOTO Takashi (yamamoto) Status: In Progress -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 1367075] [NEW] iptables_manager.get_binary_name is broken with greenlet

2014-09-08 Thread YAMAMOTO Takashi
Public bug reported: when imported by non-main thread, iptables_manager.get_binary_name yields something like greenthread.py. (it's actually the case for ofagent.) it's considered broken as iptables_manager somehow assumes its uniqueness. ** Affects: neutron Importance: Undecided

[Yahoo-eng-team] [Bug 1368006] [NEW] ofagent: broken XenAPI support

2014-09-10 Thread YAMAMOTO Takashi
: neutron Importance: Undecided Assignee: YAMAMOTO Takashi (yamamoto) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1368006 Title: ofagent: broken XenAPI

[Yahoo-eng-team] [Bug 1370317] [NEW] l2population_rpc_base.py depends on ovs_neutron_agent

2014-09-16 Thread YAMAMOTO Takashi
Public bug reported: l2pop UT (neutron/tests/unit/agent/l2population_rpc_base.py) depends on ovs_neutron_agent. it's better to make it independent from OVS agent because the l2pop module is used by other agents like ofagent. ** Affects: neutron Importance: Undecided Status: New

[Yahoo-eng-team] [Bug 1372196] [NEW] ofagent: tenant triggerable LOG.info events

2014-09-21 Thread YAMAMOTO Takashi
Public bug reported: ofagent's arp responder has some LOG.info which can be triggered by tenant's OSes. they allow bad tenants flood host logs. ** Affects: neutron Importance: Undecided Assignee: YAMAMOTO Takashi (yamamoto) Status: In Progress -- You received this bug

[Yahoo-eng-team] [Bug 1326666] [NEW] dead code in ovs/ofagent agents

2014-06-05 Thread YAMAMOTO Takashi
Public bug reported: class Port seems like a leftover from days when agents had direct database accesses. ** Affects: neutron Importance: Undecided Assignee: YAMAMOTO Takashi (yamamoto) Status: In Progress -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 1328362] [NEW] ext.check_env is not used

2014-06-09 Thread YAMAMOTO Takashi
Public bug reported: check_env method for extension descriptor is not documented or used. ** Affects: neutron Importance: Undecided Assignee: YAMAMOTO Takashi (yamamoto) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1332412] [NEW] Could not send notification to notifications

2014-06-19 Thread YAMAMOTO Takashi
Public bug reported: Could not send notification to notifications errors started happening today. probably due to oslo.messaging changes. 2014-06-20 13:00:54.239 TRACE oslo.messaging.notify._impl_messaging Traceback (most recent call last): 2014-06-20 13:00:54.239 TRACE

[Yahoo-eng-team] [Bug 1332478] [NEW] ofagent is broken after oslo.messaging changes

2014-06-20 Thread YAMAMOTO Takashi
, version_cap=version_cap) File /opt/stack/neutron/neutron/common/rpc.py, line 81, in get_client assert TRANSPORT is not NoneAssertionError ** Affects: neutron Importance: Undecided Assignee: YAMAMOTO Takashi (yamamoto) Status: In Progress ** Tags: openflowagent -- You

[Yahoo-eng-team] [Bug 1336175] [NEW] ofagent argument mismatch

2014-07-01 Thread YAMAMOTO Takashi
Public bug reported: commit 9d13ea88 had an argument mismatch which causes the following: TypeError: _get_ports() takes exactly 2 arguments (1 given) ** Affects: neutron Importance: Undecided Assignee: YAMAMOTO Takashi (yamamoto) Status: In Progress -- You received this bug

[Yahoo-eng-team] [Bug 1341465] [NEW] ofagent: non tapXXX device handling is broken

2014-07-14 Thread YAMAMOTO Takashi
Public bug reported: after recently merged commit 9d13ea884bff749b3975acb5eb5630e5aca4a665, non tapXXX device handling is broken. (the corresponding gerrit review is https://review.openstack.org/#/c/100404/) ** Affects: neutron Importance: Undecided Status: New -- You received

[Yahoo-eng-team] [Bug 1342507] [NEW] healing migration doesn't work for ryu CI

2014-07-15 Thread YAMAMOTO Takashi
Public bug reported: ryu CI started failing after healing migration change (https://review.openstack.org/#/c/96438/) http://180.37.183.32/ryuci/38/96438/41/check/check-tempest-dsvm- ryuplugin/e457d80/logs/devstacklog.txt.gz 2014-07-15 11:27:55.722 | Traceback (most recent call last): 2014-07-15

[Yahoo-eng-team] [Bug 1343750] [NEW] DVR regression found by ryu ci

2014-07-17 Thread YAMAMOTO Takashi
Public bug reported: recently merged RPC additions to support DVR change make ofagent CI fail. https://review.openstack.org/#/c/102332/ http://180.37.183.32/ryuci/32/102332/38/check/check-tempest-dsvm- ofagent/d88f439/logs/screen-q-svc.txt.gz 2014-07-18 03:53:27.765 16087 ERROR

[Yahoo-eng-team] [Bug 1349898] [NEW] ofagent: port_bound forgets to normalize port name

2014-07-29 Thread YAMAMOTO Takashi
Public bug reported: port_bound forgets to normalize port name. it causes port_unbound fail to find Port for non tap prefixed ports. ** Affects: neutron Importance: Undecided Assignee: YAMAMOTO Takashi (yamamoto) Status: In Progress ** Tags: ml2 openflowagent ** Tags added

[Yahoo-eng-team] [Bug 1352801] [NEW] l2pop DVR regression

2014-08-05 Thread YAMAMOTO Takashi
Public bug reported: l2pop port_info used to be [mac, ip]. recently merged DVR changes made it [mac, device_owner, ip] and broke existing code which accesses ip as port_info[1]. as it's on-wire messages, it would be better to make it [mac, ip, device_owner] to maintain compatibility as far as

[Yahoo-eng-team] [Bug 1354500] [NEW] osprofiler version problem

2014-08-08 Thread YAMAMOTO Takashi
Public bug reported: recently merged commit 94b670c199fcc39784edd90b323b0396914ce66a actually seems to need newer version of osprofiler. 2014-08-08 08:31:21.954 15432 CRITICAL glance [-] AttributeError: 'module' object has no attribute 'create' 2014-08-08 08:31:21.954 15432 TRACE glance

[Yahoo-eng-team] [Bug 1354829] [NEW] sudo: 3 incorrect password attempts in gate-neutron-python26

2014-08-10 Thread YAMAMOTO Takashi
Public bug reported: http://logs.openstack.org/86/110186/1/check/gate-neutron- python26/9dec53b/console.html 2014-08-10 06:51:57.341 | Started by user anonymous 2014-08-10 06:51:57.343 | Building remotely on bare-centos6-rax-dfw-1380820 in workspace /home/jenkins/workspace/gate-neutron-python26

[Yahoo-eng-team] [Bug 1355759] [NEW] L2populationRpcCallBackTunnelMixin get_agent_ports yields (None, {})

2014-08-12 Thread YAMAMOTO Takashi
Public bug reported: L2populationRpcCallBackTunnelMixin get_agent_ports yields (None, {}) for unknown networks. it's useless for consumers. ** Affects: neutron Importance: Undecided Assignee: YAMAMOTO Takashi (yamamoto) Status: In Progress -- You received this bug

[Yahoo-eng-team] [Bug 1357198] [NEW] ofagent: del_arp_table_entry crash

2014-08-14 Thread YAMAMOTO Takashi
Public bug reported: del_arp_table_entry crashes when it gets unknown ip. l2pop sometimes send us fdb removal without the corresponding fdb add. ** Affects: neutron Importance: Undecided Status: New ** Tags: l2-pop ml2 openflowagent ** Tags added: l2-pop ml2 openflowagent --

[Yahoo-eng-team] [Bug 1281481] [NEW] test_openvswitch_plugin sometimes fail

2014-02-18 Thread YAMAMOTO Takashi
Public bug reported: depending on the sequence of tests, test_openvswitch_plugin sometimes ends up to kick unexpected code via impl_fake rpc backend. an example of the failure: http://logs.openstack.org/91/71791/5/check/gate-neutron-python27/2317e6a/ ** Affects: neutron Importance:

[Yahoo-eng-team] [Bug 1282374] [NEW] neutron tests require pysqlite

2014-02-19 Thread YAMAMOTO Takashi
Public bug reported: neutron's test-requirements.txt lacks pysqlite. ** Affects: neutron Importance: Undecided Assignee: YAMAMOTO Takashi (yamamoto) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1288079] [NEW] test_lb_neutron_agent leaves a loopingcall which can affect unrelated tests

2014-03-04 Thread YAMAMOTO Takashi
Public bug reported: test_lb_neutron_agent leaves a loopingcall for report_state. it can affect unrelated tests. ** Affects: neutron Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1301142] [NEW] ofagent _phys_br_block_untranslated_traffic installs a flow into a wrong bridge

2014-04-01 Thread YAMAMOTO Takashi
Public bug reported: _phys_br_block_untranslated_traffic should install the former flows to int_br. this bug seems to be introduced when translating code from ovs_lib to ryu. ** Affects: neutron Importance: Undecided Status: New -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1301144] [NEW] ofagent incorrectly uses OF1.0 VLAN semantics

2014-04-01 Thread YAMAMOTO Takashi
Public bug reported: while ofagent uses OF1.3, it incorrectly uses OF1.0 terms in some places. namely, _local_vlan_for_flat uses 0x to mean no VLAN. it should use OFPVID_NONE and pop_vlan/push_vlan appropriately. the same problem exists for reclaim_local_vlan. ** Affects: neutron

[Yahoo-eng-team] [Bug 1308927] [NEW] ofagent: inbound flow for tunnels is spec-wise broken

2014-04-17 Thread YAMAMOTO Takashi
Public bug reported: the flow _provision_local_vlan_inbound_for_tunnel installs needs push_vlan. while the current code happens to work with older versions of OVS, the latest OVS correctly rejects the flow. ** Affects: neutron Importance: Undecided Status: New ** Tags:

[Yahoo-eng-team] [Bug 1310852] [NEW] tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic Timeout

2014-04-21 Thread YAMAMOTO Takashi
Public bug reported: tempest.scenario.test_security_groups_basic_ops.TestSecurityGroupsBasicOps.test_in_tenant_traffic failed with: AssertionError: Timed out waiting for 10.100.0.20 to become reachable http://logs.openstack.org/24/88224/2/check/check-tempest-dsvm-

[Yahoo-eng-team] [Bug 1310896] [NEW] EC2ResponseError: EC2ResponseError: 400 Bad Request in tempest.thirdparty.boto.test_ec2_instance_run.InstanceRunTest.test_integration_1

2014-04-21 Thread YAMAMOTO Takashi
Public bug reported: 2014-04-22 00:33:21.197 | 2014-04-22 00:31:41,668 400 Bad Request 2014-04-22 00:33:21.197 | 2014-04-22 00:31:41,669 ?xml version=1.0? 2014-04-22 00:33:21.197 | ResponseErrorsErrorCodeIncorrectState/CodeMessageVolume 7ec87937-4a0d-4548-94a1-e85d26b68c08 is not attached to

[Yahoo-eng-team] [Bug 1310899] [NEW] neutron-specs template.rst has non-ascii characters

2014-04-21 Thread YAMAMOTO Takashi
Public bug reported: asciiflow section has non-ascii (utf-8) characters. ** Affects: neutron Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1314472] [NEW] ofagent: AttributeError: 'OFANeutronAgent' object has no attribute 'updated_ports'

2014-04-29 Thread YAMAMOTO Takashi
Public bug reported: OFANeutronAgent.__init__() calls setup_rpc(), which spawns a thread to consume RPCs. self.updated_ports, which is accessed by an RPC handler, port_update(), has not been initialized at this point. ** Affects: neutron Importance: Undecided Status: New -- You

[Yahoo-eng-team] [Bug 1382319] [NEW] l2population_rpc has little doc

2014-10-16 Thread YAMAMOTO Takashi
Public bug reported: l2population_rpc has little doc ** Affects: neutron Importance: Undecided Assignee: YAMAMOTO Takashi (yamamoto) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron

[Yahoo-eng-team] [Bug 1391714] [NEW] ryu plugin removal

2014-11-11 Thread YAMAMOTO Takashi
to concentrate our development resources by this removal. however, it isn't a functionality equivalent and no mechanical upgrade path will be provided. ** Affects: neutron Importance: Undecided Assignee: YAMAMOTO Takashi (yamamoto) Status: In Progress -- You received

[Yahoo-eng-team] [Bug 1392569] [NEW] ofagent UT failure

2014-11-13 Thread YAMAMOTO Takashi
Public bug reported: recent changes (probably the one in policy module) made ofagent UT fail. note: the failure depends on execution order of tests. eg. tox -e py27 neutron.tests.unit.ofagent.test_ofa_neutron_agent Traceback (most recent call last):   File

[Yahoo-eng-team] [Bug 1392581] [NEW] ovs_lib should have a function to find br_name from datapath-id

2014-11-13 Thread YAMAMOTO Takashi
Public bug reported: it's better to have a function to find br_name for the given datapath- id. background: i want the functionality for https://blueprints.launchpad.net/neutron/+spec/ofagent-bridge-setup . i can just implement it in ofagent. however, ovs_lib is a better place as it can be

[Yahoo-eng-team] [Bug 1391714] Re: ryu plugin removal

2014-11-19 Thread YAMAMOTO Takashi
: Undecided Status: New ** Changed in: driverlog Assignee: (unassigned) = YAMAMOTO Takashi (yamamoto) ** Changed in: devstack Assignee: (unassigned) = YAMAMOTO Takashi (yamamoto) ** Changed in: openstack-manuals Assignee: (unassigned) = YAMAMOTO Takashi (yamamoto) -- You

[Yahoo-eng-team] [Bug 1394848] [NEW] check-tempest-dsvm-neutron-dvr failure after the recent rpc change

2014-11-20 Thread YAMAMOTO Takashi
Public bug reported: http://logs.openstack.org/00/130300/6/check/check-tempest-dsvm-neutron- dvr/3b08db3/logs/screen-q-vpn.txt.gz?level=TRACE FWaaSL3PluginApi assumes FWaaSPluginApiMixin still has call method from RpcProxy. the problem introduced by https://review.openstack.org/#/c/135311/ **

[Yahoo-eng-team] [Bug 1394867] [NEW] test_validate_nameservers fails on some platforms

2014-11-20 Thread YAMAMOTO Takashi
Public bug reported: the recently added '1'*59 case fails on some platforms because it's considered a valid ipv4 address by inet_aton. eg. NetBSD, OS X ** Affects: neutron Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1396893] [NEW] AttributeError: 'MeteringAgentWithStateReport' object has no attribute '_periodic_last_ run'

2014-11-26 Thread YAMAMOTO Takashi
Public bug reported: 2014-11-27 15:25:19.223 12267 ERROR neutron.openstack.common.loopingcall [req-b2 da9260-fa17-4775-afb1-14f24de5bab2 None] in fixed duration looping call 2014-11-27 15:25:19.223 12267 TRACE neutron.openstack.common.loopingcall Traceback (most recent call last): 2014-11-27

[Yahoo-eng-team] [Bug 1396892] [NEW] AttributeError: 'MeteringAgentWithStateReport' object has no attribute '_periodic_last_ run'

2014-11-26 Thread YAMAMOTO Takashi
Public bug reported: 2014-11-27 15:25:19.223 12267 ERROR neutron.openstack.common.loopingcall [req-b2 da9260-fa17-4775-afb1-14f24de5bab2 None] in fixed duration looping call 2014-11-27 15:25:19.223 12267 TRACE neutron.openstack.common.loopingcall Traceback (most recent call last): 2014-11-27

[Yahoo-eng-team] [Bug 1396891] [NEW] AttributeError: 'MeteringAgentWithStateReport' object has no attribute '_periodic_last_ run'

2014-11-26 Thread YAMAMOTO Takashi
Public bug reported: 2014-11-27 15:25:19.223 12267 ERROR neutron.openstack.common.loopingcall [req-b2 da9260-fa17-4775-afb1-14f24de5bab2 None] in fixed duration looping call 2014-11-27 15:25:19.223 12267 TRACE neutron.openstack.common.loopingcall Traceback (most recent call last): 2014-11-27

[Yahoo-eng-team] [Bug 1397184] [NEW] no-op tests in test_dhcp_agent

2014-11-27 Thread YAMAMOTO Takashi
Public bug reported: test_dhcp_agent uses assertCalledOnceWith, which is no-op. ** Affects: neutron Importance: Undecided Assignee: YAMAMOTO Takashi (yamamoto) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team

[Yahoo-eng-team] [Bug 1398266] [NEW] pretty_tox unnecessarily uses bash

2014-12-01 Thread YAMAMOTO Takashi
Public bug reported: A recent change (commit 0d5a11d9c722870f9c5e31a993219c7e240b4e19) introduced bash dependency for something which can be easily done without using bash specific feature. ** Affects: neutron Importance: Undecided Assignee: YAMAMOTO Takashi (yamamoto) Status

[Yahoo-eng-team] [Bug 1412653] [NEW] ofagent decomposition

2015-01-19 Thread YAMAMOTO Takashi
Public bug reported: this bug is to track the status of neutron core-vendor-decomposition for ofagent. ** Affects: neutron Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1413041] [NEW] for many of endpoint classes, which methods are for RPC is not clear

2015-01-20 Thread YAMAMOTO Takashi
: YAMAMOTO Takashi (yamamoto) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1413041 Title: for many of endpoint classes, which methods are for RPC is not clear

[Yahoo-eng-team] [Bug 1421098] [NEW] ofagent: test_update_instance_port_admin_state failure

2015-02-12 Thread YAMAMOTO Takashi
Public bug reported: recently introduced tempest test_update_instance_port_admin_state test case uncovered a bug in ofagent. ** Affects: neutron Importance: Undecided Assignee: YAMAMOTO Takashi (yamamoto) Status: In Progress ** Tags: openflowagent -- You received this bug

[Yahoo-eng-team] [Bug 1414905] [NEW] usage errors in joinedload + filter in agent schedulers

2015-01-26 Thread YAMAMOTO Takashi
Public bug reported: With the current coding, joinedload() produces a JOIN and the following filter() on the columns from the joined table would create another JOIN of the same table. It doesn't seem to be the intended behaviour. As a consequence the filter doesn't work as expected. see

[Yahoo-eng-team] [Bug 1412653] Re: ofagent decomposition

2015-01-25 Thread YAMAMOTO Takashi
** Also affects: devstack Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1412653 Title: ofagent decomposition Status in devstack - openstack

[Yahoo-eng-team] [Bug 1420092] [NEW] suspicious code in setup_dvr_mac_flows_on_all_brs

2015-02-09 Thread YAMAMOTO Takashi
Public bug reported: setup_dvr_mac_flows_on_all_brs has a code like add_flow(..., dl_src=mac, ...). i think it meant to be dl_src=mac['mac_address']. ** Affects: neutron Importance: Undecided Assignee: YAMAMOTO Takashi (yamamoto) Status: In Progress -- You received this bug

[Yahoo-eng-team] [Bug 1433417] [NEW] linuxbridge unit test regression

2015-03-17 Thread YAMAMOTO Takashi
Public bug reported: change-id I07d1d297f07857d216649cccf717896574aac301 changed IPWrapper.get_devices to use /sys instead of executing ip command. Unfortunately it broke linuxbridge unit tests, which seems to assume that mocking utils.execute is enough in some places. ** Affects: neutron

[Yahoo-eng-team] [Bug 1433418] [NEW] possible InvalidRequestError in _ensure_default_security_group

2015-03-17 Thread YAMAMOTO Takashi
Public bug reported: The coding in change-id Ibb0597d4db187c856f9ac1d9700701e0165c3c73 would cause another exception, InvalidRequestError. (This Session's transaction has been rolled back) ** Affects: neutron Importance: Undecided Assignee: YAMAMOTO Takashi (yamamoto) Status

[Yahoo-eng-team] [Bug 1433944] [NEW] missing mock in DHCPAgentWeightSchedulerTestCase

2015-03-19 Thread YAMAMOTO Takashi
Public bug reported: start_periodic_dhcp_agent_status_check needs to be mocked when instantiating ml2 plugin. ** Affects: neutron Importance: Undecided Assignee: YAMAMOTO Takashi (yamamoto) Status: In Progress -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 1430098] [NEW] linuxbridge UTs need more mocking

2015-03-09 Thread YAMAMOTO Takashi
Public bug reported: after commit b7a56fd1b44649daa1f768157e68a135b9e01dd1 , some of linuxbridge UTs seem trying to run ip command and failes if it isn't available. ** Affects: neutron Importance: Undecided Assignee: YAMAMOTO Takashi (yamamoto) Status: In Progress -- You

[Yahoo-eng-team] [Bug 1429754] [NEW] always-true conditional in portsecurity_db

2015-03-09 Thread YAMAMOTO Takashi
Public bug reported: portsecurity_db has a dubious conditional attrs.is_attr_set('security_group'), which seems always true. ** Affects: neutron Importance: Undecided Assignee: YAMAMOTO Takashi (yamamoto) Status: In Progress -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1428936] [NEW] ofagent broken with the latest version of ryu

2015-03-05 Thread YAMAMOTO Takashi
Public bug reported: ofagent broken with the latest version of ryu. recent versions of ryu stopped populating cfg.CONF with its options as it turned out to be a bad idea as a library. ofagent in neutron juno tree still has references to the options and crashes. an example of the crash:

[Yahoo-eng-team] [Bug 1436164] [NEW] duplicated l3 scheduler test cases

2015-03-24 Thread YAMAMOTO Takashi
Public bug reported: L3SchedulerTestCase and L3ChanceSchedulerTestCase have a bunch of duplicated test cases. ** Affects: neutron Importance: Undecided Assignee: YAMAMOTO Takashi (yamamoto) Status: In Progress -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 1427432] [NEW] lbaas related(?) check-grenade-dsvm-neutron failure

2015-03-02 Thread YAMAMOTO Takashi
Public bug reported: https://review.openstack.org/#/c/160523/ (purely doc-only change) http://logs.openstack.org/23/160523/2/check/check-grenade-dsvm-neutron/6f82325/logs/new/screen-q-svc.txt.gz#_2015-03-02_23_28_04_319 2015-03-02 23:28:04.319 15268 TRACE neutron.common.config cls._instance

[Yahoo-eng-team] [Bug 1421098] Re: ofagent: test_update_instance_port_admin_state failure

2015-02-24 Thread YAMAMOTO Takashi
** Also affects: networking-ofagent Importance: Undecided Status: New ** Changed in: networking-ofagent Importance: Undecided = High ** Changed in: networking-ofagent Status: New = Confirmed -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1435638] Re: occasional test_server_connectivity_rebuild failure

2015-03-23 Thread YAMAMOTO Takashi
an example of the failure: http://172.17.16.18/ryuci/14/139914/1/check/check-tempest-dsvm-ofagent/ad71969/ relevant ovs log: 2014-12-09T00:00:56.384Z|00024|bridge|INFO|bridge br-int: added interface qvoa0effc8a-2c on port 8 2014-12-09T00:01:27.467Z|00027|bridge|INFO|bridge br-int: added

[Yahoo-eng-team] [Bug 1446465] [NEW] test_plug_succeeds failed for _create_namespace

2015-04-20 Thread YAMAMOTO Takashi
: YAMAMOTO Takashi (yamamoto) Status: In Progress ** Description changed: - _create_namespace method was recently removed but still has a few users. + _create_namespace method was recently removed + (commit 7f7343b1afc0b1b953e5c36a753397a6d37316cb) + but still has a few users. neutron

[Yahoo-eng-team] [Bug 1446506] [NEW] functional tests does not report import errors

2015-04-21 Thread YAMAMOTO Takashi
Public bug reported: import errors like [1] should be reported as a job failure instead of silently ignored. [1] https://bugs.launchpad.net/neutron/+bug/1446456 ** Affects: neutron Importance: Undecided Status: New -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 1449363] [NEW] OVS-agent: invalid IP address in arp spoofing protection

2015-04-27 Thread YAMAMOTO Takashi
/#eyJzZWFyY2giOiJtZXNzYWdlOlwiaW52YWxpZCBJUCBhZGRyZXNzXCIgYW5kIGZpbGVuYW1lOiBcInEtYWd0LmxvZy5nelwiIiwiZmllbGRzIjpbXSwib2Zmc2V0IjowLCJ0aW1lZnJhbWUiOiIxNzI4MDAiLCJncmFwaG1vZGUiOiJjb3VudCIsInRpbWUiOnsidXNlcl9pbnRlcnZhbCI6MH0sInN0YW1wIjoxNDMwMTk4NDczMjM3fQ== ** Affects: neutron Importance: Undecided Assignee: YAMAMOTO Takashi (yamamoto) Status: In Progress -- You received

[Yahoo-eng-team] [Bug 1455338] [NEW] OVS-agent: KeyError for local_vlan_map

2015-05-15 Thread YAMAMOTO Takashi
Public bug reported: OVS-agent's network_delete calls reclaim_local_vlan, which removes the corresponding entry from local_vlan_map. if it happens in a bad timing, main thread can end up with raising KeyError. eg. in port_bound. 2015-05-15 05:06:34.829 DEBUG

[Yahoo-eng-team] [Bug 1455320] [NEW] OVS-agent: AttributeError: 'NoneType' object has no attribute 'update'

2015-05-14 Thread YAMAMOTO Takashi
Public bug reported: change I90b4d2485e3e491f496dfb7bdee03d57f393be35 seems failing to handle cases where db_get_val returns None gracefully.

[Yahoo-eng-team] [Bug 1454921] [NEW] OVS DVR: KeyError: 'gateway_mac'

2015-05-13 Thread YAMAMOTO Takashi
Public bug reported: get_subnet_for_dvr RPC returns {} on error. OVS agent, namely _bind_centralized_snat_port_on_dvr_subnet, doesn't handle the case gracefully.

[Yahoo-eng-team] [Bug 1444797] [NEW] ovs_lib: get_port_tag_dict race with port removal

2015-04-15 Thread YAMAMOTO Takashi
Importance: Undecided Assignee: YAMAMOTO Takashi (yamamoto) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1444797 Title: ovs_lib: get_port_tag_dict race

[Yahoo-eng-team] [Bug 1444269] [NEW] OVS-agent: TypeError: unhashable type: 'list'

2015-04-14 Thread YAMAMOTO Takashi
Public bug reported: recently merged changes [1] [2] introduced a new crash: TypeError: unhashable type: 'list'

[Yahoo-eng-team] [Bug 1441488] [NEW] stale db objects due to session reuse

2015-04-08 Thread YAMAMOTO Takashi
Public bug reported: many of neutron code seems to be written without considering the reuse of session and its associated object cache. it's a problem for UTs where admin context (and thus its session) is reused heavily. here's an example of the failure [1]. but there might be non-test code

[Yahoo-eng-team] [Bug 1466750] [NEW] router-interface-add with no address causes internal error

2015-06-19 Thread YAMAMOTO Takashi
Public bug reported: for example: neutron net-create hoge neutron port-create --name hoge-port hoge neutron router-create hoge-router neutron router-interface-add hoge-router port=hoge-port this is a regression in commit I7d4e8194815e626f1cfa267f77a3f2475fdfa3d1. ** Affects: neutron

[Yahoo-eng-team] [Bug 1481882] [NEW] ML2 SubnetContext lacks network info

2015-08-05 Thread YAMAMOTO Takashi
Public bug reported: there's no proper way for a mech driver to investigate network for subnet ops. SubnetContext should have network attribute as PortContext does. a use-case: MidoNet mech driver wants to filter subnet ops by looking at network segments. ** Affects: neutron Importance:

[Yahoo-eng-team] [Bug 1484837] [NEW] test_create_subnet_ipv6_pd_gw_values failure on OSX

2015-08-14 Thread YAMAMOTO Takashi
Public bug reported: a few tests including test_create_subnet_ipv6_pd_gw_values fail on OSX due to different representation of IPv4-compat addresses. ** Affects: neutron Importance: Undecided Assignee: YAMAMOTO Takashi (yamamoto) Status: In Progress -- You received this bug

[Yahoo-eng-team] [Bug 1484838] [NEW] test_create_subnet_ipv6_pd_gw_values failure on OSX

2015-08-14 Thread YAMAMOTO Takashi
*** This bug is a duplicate of bug 1484837 *** https://bugs.launchpad.net/bugs/1484837 Public bug reported: a few tests including test_create_subnet_ipv6_pd_gw_values fail on OSX due to different representation of IPv4-compat addresses. ** Affects: neutron Importance: Undecided

[Yahoo-eng-team] [Bug 1475252] [NEW] occational FT failure with Row removed from DB

2015-07-16 Thread YAMAMOTO Takashi
Public bug reported:

[Yahoo-eng-team] [Bug 1475253] [NEW] occational FT failure with Row removed from DB

2015-07-16 Thread YAMAMOTO Takashi
Public bug reported:

[Yahoo-eng-team] [Bug 1474266] Re: py34 unit test starts to fail after Routes 2.1 is excluded in global requirements

2015-07-14 Thread YAMAMOTO Takashi
** Also affects: networking-midonet Importance: Undecided Status: New ** Changed in: networking-midonet Assignee: (unassigned) = YAMAMOTO Takashi (yamamoto) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron

[Yahoo-eng-team] [Bug 1474639] [NEW] _delete_port is still used by dvr

2015-07-14 Thread YAMAMOTO Takashi
Public bug reported: recent ipam change I81806a43ecc6f0a7b293ce3e70d09d1e266b9f02 effectively removed _delete_port from NeutronDbPluginV2. unfortunately it's still used directly by l3_dvr_db.

[Yahoo-eng-team] [Bug 1509892] [NEW] rpc worker issues

2015-10-25 Thread YAMAMOTO Takashi
Public bug reported: after I6fea7f409c91b25d2c35b038d6100fdfa85d1905, if plugin.rpc_workers_supported for core plugin is true, it's assumed that every service plugins have start_rpc_listeners implemented. it isn't necessary the case. ** Affects: neutron Importance: Undecided

[Yahoo-eng-team] [Bug 1510817] [NEW] stable/liberty branch creation request for networking-midonet

2015-10-28 Thread YAMAMOTO Takashi
Public bug reported: Please cut stable/liberty branch for networking-midonet on commit 3943328ffa6753a88b82ac163b3c1023eee4a884. ** Affects: networking-midonet Importance: Undecided Status: New ** Affects: neutron Importance: Undecided Status: New ** Tags:

[Yahoo-eng-team] [Bug 1511005] [NEW] neutron-debug doesn't recognize stevedore alias for interface_driver

2015-10-28 Thread YAMAMOTO Takashi
Public bug reported: unlike other agents, neutron-debug doesn't recognize stevedore alias for interface_driver configuration. ** Affects: neutron Importance: Undecided Assignee: YAMAMOTO Takashi (yamamoto) Status: In Progress -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1515035] [NEW] configure_for_func_testing.sh specifies wrong arguments to get_packages

2015-11-10 Thread YAMAMOTO Takashi
: YAMAMOTO Takashi (yamamoto) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1515035 Title: configure_for_func_testing.sh specifies wrong arguments

[Yahoo-eng-team] [Bug 1514305] [NEW] networking-midonet release request

2015-11-08 Thread YAMAMOTO Takashi
Public bug reported: please push 1.0.0 tag on the tip of stable/liberty. namely, commit fcab0c549b47c7e145e60e5c31d48779a5f4ba87 . ** Affects: networking-midonet Importance: Undecided Status: New ** Affects: neutron Importance: Undecided Status: New ** Tags:

[Yahoo-eng-team] [Bug 1510826] Re: Move midonet interface driver from neutron to networking-midonet repo

2015-11-09 Thread YAMAMOTO Takashi
** Also affects: neutron Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1510826 Title: Move midonet interface driver from neutron to

[Yahoo-eng-team] [Bug 1515866] [NEW] two lbaas agent instances are run for gate-neutron-lbaasv1-dsvm-api

2015-11-12 Thread YAMAMOTO Takashi
Public bug reported: on gate, two instances of lbaas agents are executed. one by neutron-legacy, another by neutron-lbaas devstack plugin. for example: http://logs.openstack.org/34/243934/4/check/gate-neutron-lbaasv1-dsvm- api/3b43406/logs/devstacklog.txt.gz#_2015-11-12_22_53_07_383

[Yahoo-eng-team] [Bug 1515867] [NEW] two lbaas agent instances are run for gate-neutron-lbaasv1-dsvm-api

2015-11-12 Thread YAMAMOTO Takashi
Public bug reported: on gate, two instances of lbaas agents are executed. one by neutron-legacy, another by neutron-lbaas devstack plugin. for example: http://logs.openstack.org/34/243934/4/check/gate-neutron-lbaasv1-dsvm- api/3b43406/logs/devstacklog.txt.gz#_2015-11-12_22_53_07_383

[Yahoo-eng-team] [Bug 1516489] [NEW] networking-midonet stable/kilo release request

2015-11-15 Thread YAMAMOTO Takashi
Public bug reported: please push 2015.1.1 tag on the tip of stable/kilo. namely, commit bcdc794fe969041b55e6731e48e38c12cda45f1e . ** Affects: networking-midonet Importance: High Status: New ** Affects: neutron Importance: Undecided Status: New ** Tags:

[Yahoo-eng-team] [Bug 1510817] Re: stable/liberty branch creation request for networking-midonet

2015-11-04 Thread YAMAMOTO Takashi
** Changed in: networking-midonet Status: New => 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/1510817 Title: stable/liberty branch creation request for

[Yahoo-eng-team] [Bug 1505908] Re: inconsistent locations of retry decorators

2015-11-02 Thread YAMAMOTO Takashi
** Also affects: networking-midonet Importance: Undecided Status: New ** Changed in: networking-midonet Assignee: (unassigned) => YAMAMOTO Takashi (yamamoto) ** Changed in: networking-midonet Importance: Undecided => Low -- You received this bug notification becau

[Yahoo-eng-team] [Bug 1507522] [NEW] fwaas lacks scenario tests

2015-10-19 Thread YAMAMOTO Takashi
Public bug reported: fwaas lacks tempest scenario tests ** Affects: neutron Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1507522 Title:

[Yahoo-eng-team] [Bug 1506760] [NEW] fwaas tempest tests should be moved to fwaas repo

2015-10-16 Thread YAMAMOTO Takashi
Public bug reported: fwaas tempest tests should be moved to fwaas repo. discussion: http://lists.openstack.org/pipermail/openstack- dev/2015-October/077107.html ** Affects: neutron Importance: Undecided Status: New -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 1506819] [NEW] TestHAL3Agent.test_ha_router failure

2015-10-16 Thread YAMAMOTO Takashi
Public bug reported: it seems neutron server is crashing with None dereference. http://logs.openstack.org/87/219187/9/check/gate-neutron-dsvm- fullstack/9d63c76/logs/TestHAL3Agent.test_ha_router/neutron-server-- 2015-10-15--22-49-11-883412.log.txt.gz 2015-10-15 22:49:21.721 9550 ERROR

[Yahoo-eng-team] [Bug 1506492] Re: Deprecate new= argument from create_connection function

2015-10-15 Thread YAMAMOTO Takashi
** Also affects: networking-midonet Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1506492 Title: Deprecate new= argument from

[Yahoo-eng-team] [Bug 1504466] [NEW] horizon can't specify network types for midonet

2015-10-09 Thread YAMAMOTO Takashi
** Affects: horizon Importance: Undecided Assignee: YAMAMOTO Takashi (yamamoto) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1504466 Ti

[Yahoo-eng-team] [Bug 1505500] [NEW] segmentation id ranges are different from neutron

2015-10-12 Thread YAMAMOTO Takashi
Public bug reported: segmentation id ranges are different from neutron. ** Affects: horizon Importance: Undecided Assignee: YAMAMOTO Takashi (yamamoto) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1461069] Re: Add Geneve type driver for ML2

2015-10-12 Thread YAMAMOTO Takashi
** Also affects: horizon Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1461069 Title: Add Geneve type driver for ML2 Status in OpenStack

[Yahoo-eng-team] [Bug 1514305] Re: networking-midonet stable/liberty release request

2015-11-19 Thread YAMAMOTO Takashi
** Changed in: networking-midonet Status: New => Fix Released ** Changed in: networking-midonet Assignee: (unassigned) => YAMAMOTO Takashi (yamamoto) ** Changed in: networking-midonet Milestone: None => 1.0.0 -- You received this bug notification because you are

[Yahoo-eng-team] [Bug 1494574] Re: Logging missing value types

2015-11-19 Thread YAMAMOTO Takashi
** Changed in: networking-midonet Importance: Undecided => Low ** Changed in: networking-midonet Status: Fix Committed => Fix Released ** Changed in: networking-midonet Milestone: None => 1.0.0 -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1490852] [NEW] decomposition phase2 for midonet plugin

2015-09-01 Thread YAMAMOTO Takashi
Public bug reported: this bug tracks the status of decomposition phase2 for midonet plugin ** Affects: networking-midonet Importance: Undecided Status: New ** Affects: neutron Importance: Undecided Status: New ** Also affects: neutron Importance: Undecided

[Yahoo-eng-team] [Bug 1490917] [NEW] create_router regression for some of plugins

2015-09-01 Thread YAMAMOTO Takashi
Public bug reported: change I5a78d7f32e8ca912016978105221d5f34618af19 broke plugins which calls create_router with a surrounding transaction. eg. networking-midonet. ** Affects: neutron Importance: Undecided Assignee: YAMAMOTO Takashi (yamamoto) Status: In Progress -- You

[Yahoo-eng-team] [Bug 1501186] [NEW] excessive attribute checks in extension processing

2015-09-30 Thread YAMAMOTO Takashi
Public bug reported: now ExtensionDescriptor defines the contract for extensions, most of attribute checks in extension processing should not be necessary. ** Affects: neutron Importance: Undecided Assignee: YAMAMOTO Takashi (yamamoto) Status: In Progress -- You received

[Yahoo-eng-team] [Bug 1496410] Re: Create separate queue for state reports with dedicated workers

2015-10-02 Thread YAMAMOTO Takashi
** Also affects: networking-midonet Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1496410 Title: Create separate queue for state reports

[Yahoo-eng-team] [Bug 1497188] [NEW] some of api tests ignore CONF.network_feature_enabled.ipv6

2015-09-18 Thread YAMAMOTO Takashi
Public bug reported: some of api tests ignore CONF.network_feature_enabled.ipv6. ** Affects: neutron Importance: Undecided Assignee: YAMAMOTO Takashi (yamamoto) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team

  1   2   3   4   >