[Yahoo-eng-team] [Bug 1591857] [NEW] 'segments' set to service_plugins should be 'segment'

2016-06-12 Thread Itsuro Oda
Public bug reported: This is about segment extension. Alias of segment extension is 'segment'. service_plugins in neutron.conf must be set 'segments'. This causes confusion (at least for me). I think it is better that they are same. (I think definition of service_plugins should be 'segment'

[Yahoo-eng-team] [Bug 1580377] [NEW] conntrack entry is not deleted when security_groups_member_updated

2016-05-10 Thread Itsuro Oda
Public bug reported: When remote group member changed, conntrack entry which should be deleted is not deleted. How to reproduce: * create a VM(VM1) on host-1 (net-a, default security-group) (ex. 10.0.0.3) * create a VM(VM2) on host-2 (net-a, default security-group) (ex. 10.0.0.4) * ssh from

[Yahoo-eng-team] [Bug 1515879] [NEW] port can't be created/updated with different tenant's security-group

2015-11-12 Thread Itsuro Oda
Public bug reported: It is available in icehouse. 0. assume admin user executes 1. $ neutron security-group-create --tenant-id tenant1 sec1 2. $ neutron port-create --tenant-id tenant2 --security-groutp net1 success But current system (juno and later): port-create fails with "Security group

[Yahoo-eng-team] [Bug 1490767] [NEW] DB migration of geneve type driver should be 'expand'

2015-08-31 Thread Itsuro Oda
Public bug reported: https://review.openstack.org/#/c/187945/ It only do adding table only definitely. So it should be in 'expand' directory. It was merged already. I don't know how to fix though. ** Affects: neutron Importance: Undecided Status: New -- You received this bug

[Yahoo-eng-team] [Bug 1428887] [NEW] Unable to communicate to floatingip on a same network

2015-03-05 Thread Itsuro Oda
/ . (it is my fault.) This maybe not common use case but should be fixed since it was OK before the patch. ** Affects: neutron Importance: Undecided Assignee: Itsuro Oda (oda-g) Status: New ** Tags: l3-ipam-dhcp ** Tags added: l3-ipam-dhcp ** Changed in: neutron Assignee

[Yahoo-eng-team] [Bug 1415304] [NEW] Metaplugin decomposition

2015-01-27 Thread Itsuro Oda
Public bug reported: This is for Metaplugin decomposition from Neutron core according to http://specs.openstack.org/openstack/neutron-specs/specs/kilo/core- vendor-decomposition.html . ** Affects: neutron Importance: Undecided Assignee: Itsuro Oda (oda-g) Status: New

[Yahoo-eng-team] [Bug 1408488] [NEW] Agent terminates services when turning admin_state_up False

2015-01-07 Thread Itsuro Oda
Public bug reported: Currently turning admin_state_up of a dhcp/l3 agent to False causes stopping all services on it. Admin_state_up should be affected only scheduling and should not terminate existing services. ** Affects: neutron Importance: Undecided Assignee: Itsuro Oda (oda-g

[Yahoo-eng-team] [Bug 1386041] [NEW] can't connect external network using default snat from tenant network

2014-10-26 Thread Itsuro Oda
Public bug reported: See the following example: --- --+- external network 192.168.10.0/24 | | 192.168.10.10 +---+---+ | r1 | routes [{nexthop: 10.0.0.2, destination: 20.0.0.0/24}] +---+---+ | 10.0.0.1 |

[Yahoo-eng-team] [Bug 1354285] [NEW] L3-agent using MetaInterfaceDriver failed

2014-08-08 Thread Itsuro Oda
Importance: Undecided Assignee: Itsuro Oda (oda-g) Status: New ** Tags: metaplugin ** Tags added: metaplugin ** Changed in: neutron Assignee: (unassigned) = Itsuro Oda (oda-g) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1350172] [NEW] Building server failed in VMware Mine Sweeper

2014-07-29 Thread Itsuro Oda
Public bug reported: VMware Mine Sweeper often failed on the patch https://review.openstack.org/98278/ . See logs: http://208.91.1.172/logs/neutron/98278/11/414421/ http://208.91.1.172/logs/neutron/98278/13/414451/ etc. It maybe a bit different between PS11 and PS13. It is common that building

[Yahoo-eng-team] [Bug 1327000] [NEW] Should not schedule dhcp-agent when dhcp port creation

2014-06-05 Thread Itsuro Oda
Public bug reported: Intended operation: --- 1. create network and subnet neutron net-create net neutron subnet-create --name sub net 20.0.0.0/24 2. create port for dhcp server. It is intended to assign specific ip address. neutron port-create --name dhcp --device-id reserved_dhcp_port

[Yahoo-eng-team] [Bug 1312482] [NEW] scalability problem of router routes update

2014-04-24 Thread Itsuro Oda
routes: 52 sec Remove routes from a router. (N to 0) 100 routes: 1 sec 1000 routes: 8 sec 1 routes: 750 sec I found handling of record deletion is bad. It takes N**2 order. ** Affects: neutron Importance: Undecided Assignee: Itsuro Oda (oda-g) Status: New ** Changed

[Yahoo-eng-team] [Bug 1300570] [NEW] dhcp_agent fails in RPC communication with neutron-server under Metaplugin

2014-03-31 Thread Itsuro Oda
: neutron Importance: Undecided Assignee: Itsuro Oda (oda-g) Status: New ** Tags: icehouse-rc-potential ** Changed in: neutron Assignee: (unassigned) = Itsuro Oda (oda-g) ** Tags added: icehouse-rc-potential -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 1300002] [NEW] neutron-db-manage does not work properly when using Metaplugin

2014-03-30 Thread Itsuro Oda
Public bug reported: neutron-db-manage does not create Neutron DB nor upgrade Neutron DB properly when using Metaplugin. The first cause of this problem is that 'active_plugins' parameter passed to migration scripts includes only metaplugin (i.e. not include target plugins under metaplugin).

[Yahoo-eng-team] [Bug 1285993] [NEW] neutron-server crashes when running on an empty database

2014-02-27 Thread Itsuro Oda
Public bug reported: operation: $ mysql create database neutron_ml2 character set utf8; exit $ neutron-server --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini error: 2014-02-28 15:02:46.550 TRACE neutron ProgrammingError: (ProgrammingError) (1146,

[Yahoo-eng-team] [Bug 1267290] [NEW] Net-list is very slow under metaplugin

2014-01-08 Thread Itsuro Oda
Assignee: Itsuro Oda (oda-g) 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/1267290 Title: Net-list is very slow under metaplugin Status in OpenStack Neutron (virtual

[Yahoo-eng-team] [Bug 1267291] [NEW] DB lock wait timeout is possible for metaplugin

2014-01-08 Thread Itsuro Oda
: Itsuro Oda (oda-g) Status: New ** Changed in: neutron Assignee: (unassigned) = Itsuro Oda (oda-g) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1267291 Title: DB lock

[Yahoo-eng-team] [Bug 1267330] [NEW] RPC callback failure happens in metaplugin

2014-01-08 Thread Itsuro Oda
function '%s' % method) TRACE neutron.openstack.common.rpc.amqp AttributeError: No such RPC function 'security_group_rules_for_devices' --- ** Affects: neutron Importance: Undecided Assignee: Itsuro Oda (oda-g) Status: New ** Changed in: neutron Assignee: (unassigned) = Itsuro

[Yahoo-eng-team] [Bug 1266954] [NEW] tempest failure: test_list_agent failes with MismatchError

2014-01-07 Thread Itsuro Oda
Public bug reported: Jenkins job 'check-tempest-dsvm-neutron-pg-isolated' failed when I posted a fix. (see. http://logs.openstack.org/34/65034/1/check/check-tempest-dsvm-neutron-pg-isolated/d3e37ea ) Failed test is as follows: --- FAIL:

[Yahoo-eng-team] [Bug 1266347] [NEW] Metaplugin can not be used with router service-type plugin

2014-01-05 Thread Itsuro Oda
Assignee: Itsuro Oda (oda-g) Status: New ** Changed in: neutron Assignee: (unassigned) = Itsuro Oda (oda-g) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1266347 Title