[Yahoo-eng-team] [Bug 1652748] Re: Sometimes the controller may exist more than one L3-agent/DHCP-agent/Metadata-agent.

2016-12-28 Thread Eugene Nikanorov
The bug has nothing to do with upstream neutron project, hence removing it. ** 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/1652748 Title: Sometimes the

[Yahoo-eng-team] [Bug 1581918] [NEW] Sometimes DHCP agent spawns dnsmasq incorrectly

2016-05-15 Thread Eugene Nikanorov
Public bug reported: When a network contains several subnets (especially ipv4 + ipv6) DHCP agent may spawn dnsmasq incorrectly, so tag in the command line (--dhcp- range) will not match the tag in opts file. This leads to a state when dnsmasq sends it's IP address as a default gateway. As a

[Yahoo-eng-team] [Bug 1579631] Re: Node time changed,resulting in abnormal state of neutron agent.

2016-05-09 Thread Eugene Nikanorov
This is expected behavior. Node time being in sync with other nodes and not being adjusted severily is critical for agent status to work properly. ** Changed in: neutron Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team,

[Yahoo-eng-team] [Bug 1579259] [NEW] Trace seen in L3 agent logs when removing DVR snat port

2016-05-06 Thread Eugene Nikanorov
n.agent.l3.dvr_router for gw_fixed_ip in gateway['fixed_ips']: 2016-05-01 18:09:57.907 733 TRACE neutron.agent.l3.dvr_router TypeError: 'NoneType' object has no attribute '__getitem__' It doesn't seem to make any functional impact. ** Affects: neutron Importance: Medium Assignee: Eugene

[Yahoo-eng-team] [Bug 1564144] [NEW] Sometimes L3 rpc update operations produce deadlock errors

2016-03-30 Thread Eugene Nikanorov
Importance: Undecided Assignee: Eugene Nikanorov (enikanorov) 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/1564144 Title: Sometimes L3 rpc update operations

[Yahoo-eng-team] [Bug 1560724] [NEW] Deadlock errors when updating agents table

2016-03-22 Thread Eugene Nikanorov
of this deadlock various side effects could arise such as port binding failures or resource rescheduling. ** Affects: neutron Importance: Undecided Assignee: Eugene Nikanorov (enikanorov) Status: In Progress ** Changed in: neutron Assignee: (unassigned) => Eugene Nikano

[Yahoo-eng-team] [Bug 1541191] Re: Limit to create only one external network

2016-02-03 Thread Eugene Nikanorov
Multiple external networks are supported. ** Changed in: neutron Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1541191 Title: Limit to create only one

[Yahoo-eng-team] [Bug 1540555] Re: Nobody listens to network delete notifications

2016-02-01 Thread Eugene Nikanorov
Status: Confirmed => Invalid ** Changed in: neutron Assignee: Eugene Nikanorov (enikanorov) => (unassigned) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1540555 Title:

[Yahoo-eng-team] [Bug 1531381] Re: Neutron API allows for creating multiple tenant networks with the same subnet address CIDR

2016-01-06 Thread Eugene Nikanorov
Having multiple subnets sharing the same cidr is ok even for one tenant. So you're observing by-design behavior. If you want unique cidrs for the tenant, you need to use subnet pools. ** Changed in: neutron Status: New => Opinion -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1529100] [NEW] OVSBridge.delete_port method performance could be improved

2015-12-24 Thread Eugene Nikanorov
: Wishlist Assignee: Eugene Nikanorov (enikanorov) 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/1529100 Title: OVSBridge.delete_port method performance could

[Yahoo-eng-team] [Bug 1526785] [NEW] Remove unused parameter gw_info of _update_router_db

2015-12-16 Thread Eugene Nikanorov
Public bug reported: It's being passed here and there without actual use. Tests also pass None or mock.ANY. It makes sense to cleanup the code a little bit. ** Affects: neutron Importance: Wishlist Assignee: Eugene Nikanorov (enikanorov) Status: In Progress -- You received

[Yahoo-eng-team] [Bug 1525295] [NEW] subnet listing is too slow with rbac

2015-12-11 Thread Eugene Nikanorov
Public bug reported: subnet listing of 100 subnets takes about 2 seconds on a powerfull hardware. 60% of the time is consumed by the calculation of 'shared' attribute of the subnet which involves rbac rules. This makes horizon barely usable as number of networks grow. ** Affects: neutron

[Yahoo-eng-team] [Bug 1514017] Re: Sec Group IPtables dropping all TCP ACK as Invalid for all connections between instances on different networks on same libvirt host.

2015-11-16 Thread Eugene Nikanorov
Removing duplicate to perform additional checks ** This bug is no longer a duplicate of bug 1478925 Instances on the same compute node unable to connect to each other's ports -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1514017] Re: Sec Group IPtables dropping all TCP ACK as Invalid for all connections bettween instances on different networks on same libvirt host.

2015-11-13 Thread Eugene Nikanorov
*** This bug is a duplicate of bug 1478925 *** https://bugs.launchpad.net/bugs/1478925 ** This bug has been marked a duplicate of bug 1478925 Instances on the same compute node unable to connect to each other's ports -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1514769] Re: qrouter loosing iptable entry after certain frequency.

2015-11-10 Thread Eugene Nikanorov
That looks like a support request rhather than a bug. You should not add iptables rules directly to neutron namespaces, because they're managed by neutron. There's no guarantee that that manually added rule will persist. You should be doing this via security groups or floatingips using neutorn

[Yahoo-eng-team] [Bug 1514056] [NEW] Set agent timestamp aka cookie to physical bridges

2015-11-07 Thread Eugene Nikanorov
, however it's better to provide a consistentsy over operations with bridges's flows. ** Affects: neutron Importance: Low Assignee: Eugene Nikanorov (enikanorov) Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1513041] Re: need to wait more than 30 seconds before the network namespace can be checked on network node when creating network(with 860 tenant/network/instance created)

2015-11-04 Thread Eugene Nikanorov
I would question the issue itself. Processing 860 networks in 30 seconds is much much better than Juno has. Since we had rootwrap demon, processing time reduced significantly. You can increase num_sync_threads in dhcp_agent.ini from default value of 4 to higher and see if it helps. ** Changed

[Yahoo-eng-team] [Bug 1394165] Re: L3 and DHCP agents may hang while processing a router or a network

2015-10-26 Thread Eugene Nikanorov
** Changed in: neutron Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1394165 Title: L3 and DHCP agents may hang while processing a router or a

[Yahoo-eng-team] [Bug 1509959] [NEW] Stale DHCP ports remain in DHCP namespace

2015-10-26 Thread Eugene Nikanorov
Assignee: Eugene Nikanorov (enikanorov) 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/1509959 Title: Stale DHCP ports remain in DHCP namespace Status in neutron

[Yahoo-eng-team] [Bug 1506092] [NEW] Count all network-agent bindings during scheduling

2015-10-14 Thread Eugene Nikanorov
for each of networks. ** Affects: neutron Importance: Medium Assignee: Eugene Nikanorov (enikanorov) 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/1506092 Title

[Yahoo-eng-team] [Bug 1506092] Re: Count all network-agent bindings during scheduling

2015-10-14 Thread Eugene Nikanorov
*** This bug is a duplicate of bug 1388698 *** https://bugs.launchpad.net/bugs/1388698 ** This bug has been marked a duplicate of bug 1388698 dhcp_agents_per_network does not work appropriately. -- You received this bug notification because you are a member of Yahoo! Engineering Team,

[Yahoo-eng-team] [Bug 1505166] [NEW] Resync OVS, L3, DHCP agents upon revival

2015-10-12 Thread Eugene Nikanorov
ailed or conflicting state (dhcp/router namespaces, ports with binding_failed). They should be either deleted or syncronized with server state. ** Affects: neutron Importance: Undecided Assignee: Eugene Nikanorov (enikanorov) Status: In Progress -- You received this bug noti

[Yahoo-eng-team] [Bug 1505217] [NEW] Spawn dedicated rpc workers for state reports queue

2015-10-12 Thread Eugene Nikanorov
connectivity. ** Affects: neutron Importance: Undecided Assignee: Eugene Nikanorov (enikanorov) Status: In Progress ** Tags: neutron-core -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https

[Yahoo-eng-team] [Bug 1501198] Re: When network is rescheduled from one DHCP agent to another, DHCP port binding (host) doesn't change

2015-10-01 Thread Eugene Nikanorov
*** This bug is a duplicate of bug 1411163 *** https://bugs.launchpad.net/bugs/1411163 ** This bug has been marked a duplicate of bug 1411163 No fdb entries added when failover dhcp and l3 agent together -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1500990] Re: dnsmasq responds with NACKs to requests from unknown hosts

2015-09-30 Thread Eugene Nikanorov
I'm not sure whole use case is valid. DHCP for the subnet should be managed by neutron only, otherwise subnet should have DHCP disabled and IPs should be allocated via other means. ** Changed in: neutron Status: In Progress => Opinion -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1500365] Re: neutron port API does not support atomicity

2015-09-28 Thread Eugene Nikanorov
>From API perspective, there is no restriction on port ownership within one >tenant. If tenant wants to change the ownership - it can do that. Also, there is no problems with atomicity, because API calls act quite atomically. What you are looking for is transactional semantics where such

[Yahoo-eng-team] [Bug 1500430] [NEW] Access to floating IP can take 30+ seconds during boot_runcommand_delete test on scale.

2015-09-28 Thread Eugene Nikanorov
://paste.openstack.org/show/474339/ That may indicate that the table is a contention point. Slowdown may be caused by constant retries. ** Affects: neutron Importance: High Assignee: Eugene Nikanorov (enikanorov) Status: Confirmed ** Tags: scale -- You received this bug notification

[Yahoo-eng-team] [Bug 1500430] Re: Access to floating IP can take 30+ seconds during boot_runcommand_delete test on scale.

2015-09-28 Thread Eugene Nikanorov
** Also affects: mos Importance: Undecided Status: New ** No longer affects: neutron ** Changed in: mos Assignee: (unassigned) => Eugene Nikanorov (enikanorov) ** Changed in: mos Importance: Undecided => High ** Changed in: mos Status: New => Confirmed

[Yahoo-eng-team] [Bug 1500121] Re: openSUSE install error - DHCP neutron agent fails

2015-09-26 Thread Eugene Nikanorov
Please file a bug against SUSE, upstream project doesn't track packaging for particular distros ** Changed in: neutron Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1499381] Re: Openstack Kilo Nova-Docker:P of contanier will be lost after stop/start contanier via docker cli

2015-09-24 Thread Eugene Nikanorov
Seems to be invalid for neutron ** Changed in: neutron Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1499381 Title: Openstack Kilo Nova-Docker:P of

[Yahoo-eng-team] [Bug 1499383] Re: Openstack Kilo Nova-Docker:Container will be hung in "powering-on" state.

2015-09-24 Thread Eugene Nikanorov
** Project changed: neutron => nova -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1499383 Title: Openstack Kilo Nova-Docker:Container will be hung in "powering-on"

[Yahoo-eng-team] [Bug 1499393] Re: Openstack Kilo Nova-Docker:Container states are not sync up between docker cli and nova cli.

2015-09-24 Thread Eugene Nikanorov
** Project changed: neutron => nova -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1499393 Title: Openstack Kilo Nova-Docker:Container states are not sync up between

[Yahoo-eng-team] [Bug 1499397] Re: openstack Kilo Nova-Docker:Container will be hung in "powering-on" state.

2015-09-24 Thread Eugene Nikanorov
** Project changed: neutron => nova -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1499397 Title: openstack Kilo Nova-Docker:Container will be hung in "powering-on"

[Yahoo-eng-team] [Bug 1498844] [NEW] Service plugin queues should be consumed by all RPC workers

2015-09-23 Thread Eugene Nikanorov
Public bug reported: Currently only parent neutron process consumes messages from service queues such as l3-plugin. In case of DVR with many L3 agents on computes that can quickly lead to different issues because there is not enough speed of RPC requests processing. That is actually a problem

[Yahoo-eng-team] [Bug 1498506] Re: LBaas-linux kernel soft lockup after create 200 LB on single tenant with 30M traffic on each LB

2015-09-23 Thread Eugene Nikanorov
That can't be a neutron/lbaas bug. Please file for CentOS/haproxy ** Changed in: neutron Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1498506 Title:

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

2015-09-16 Thread Eugene Nikanorov
scheduling which loads neutron-server even more, creating self-sustaining loop. ** Affects: neutron Importance: Undecided Assignee: Eugene Nikanorov (enikanorov) Status: New ** Tags: neutron-core -- You received this bug notification because you are a member of Yahoo! Engine

[Yahoo-eng-team] [Bug 1496406] [NEW] Let RPC workers serve L3 queues too

2015-09-16 Thread Eugene Nikanorov
Public bug reported: This is important for DVR clusters with lots of L3 agents. Right now L3 queue is only consumed by parent process of neutron-server. ** Affects: neutron Importance: Undecided Assignee: Eugene Nikanorov (enikanorov) Status: New ** Tags: neutron-core

[Yahoo-eng-team] [Bug 1492254] Re: neutron should not try to bind port on compute with hypervisor_type ironic

2015-09-04 Thread Eugene Nikanorov
** No longer affects: mos ** No longer affects: mos/7.0.x ** No longer affects: mos/8.0.x ** Description changed: Neutron tries to bind port on compute where instance is launched. It - doesn't make sense when hypervisor_type is ironic, since VM not lives - on hypervisor in this case.

[Yahoo-eng-team] [Bug 1491361] [NEW] Trace seen in L3 DVR agent during router interface removal

2015-09-02 Thread Eugene Nikanorov
s: neutron Importance: Medium Assignee: Eugene Nikanorov (enikanorov) 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/1491361 Title: Trace seen in L3

[Yahoo-eng-team] [Bug 1174657] Re: metadata IP 169.254.169.254 routing breaks RFC3927 and does not work on Windows starting from WS 2008

2015-09-01 Thread Eugene Nikanorov
** Changed in: neutron Status: Confirmed => 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/1174657 Title: metadata IP 169.254.169.254 routing breaks RFC3927 and does

[Yahoo-eng-team] [Bug 1490961] [NEW] Fix doubled error message for a single event

2015-09-01 Thread Eugene Nikanorov
lized-SNAT port %s already seen on "), port.vif_id) LOG.error(_LE("a different subnet %s"), subs[0]) return ** Affects: neutron Importance: Medium Assignee: Eugene Nikanorov (enikanorov) Status: Invalid **

[Yahoo-eng-team] [Bug 1475938] [NEW] create_security_group code may get into endless loop

2015-07-18 Thread Eugene Nikanorov
not there, tries to add it - it's already there, then it tries to fetch it again, but due to REPEATABLE READ isolation method, the query returns empty result. As a result, such logic will hang in the loop forever. ** Affects: neutron Importance: High Assignee: Eugene Nikanorov (enikanorov

[Yahoo-eng-team] [Bug 1465687] Re: use fixed ip address cannot ping/ssh instance from controller node

2015-06-23 Thread Eugene Nikanorov
** Changed in: neutron Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1465687 Title: use fixed ip address cannot ping/ssh instance from controller node

[Yahoo-eng-team] [Bug 1467518] Re: neutron --debug port-list --binding:vif_type=binding_failed returns wrong ports

2015-06-23 Thread Eugene Nikanorov
binding:vif_type is an attribute from a different table, not 'ports' table, you can't filter by that attribute. ** Changed in: neutron Status: New = Opinion ** Tags added: api -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed

[Yahoo-eng-team] [Bug 1467504] Re: Health monitor Admin state up False inactive

2015-06-23 Thread Eugene Nikanorov
** Changed in: neutron Importance: Undecided = Medium ** Project changed: neutron = python-neutronclient -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1467504 Title: Health monitor

[Yahoo-eng-team] [Bug 1464554] Re: instance failed to spawn with external network

2015-06-23 Thread Eugene Nikanorov
The only way to get external connectivity via tenant network is to setup so-called provider network. It would be a tenant network going through specifically configured bridges and having fixed cidr which is a part of global ipv4 pool. Other than that VMs can't be plugged into an external

[Yahoo-eng-team] [Bug 1419760] Re: nova secgroup-add-default-rule support dropped?

2015-06-23 Thread Eugene Nikanorov
Please use ask.openstack.org for usage questions. ** Changed in: neutron Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1419760 Title: nova

[Yahoo-eng-team] [Bug 1461714] [NEW] Do not remove dhcp agent bindings if no alive agents are available

2015-06-03 Thread Eugene Nikanorov
for DHCP agents to do full sync or request available networks. This can be solved from agent side, but preferable way is to not remove network from agents if there are no alive agents available. ** Affects: neutron Importance: Medium Assignee: Eugene Nikanorov (enikanorov

[Yahoo-eng-team] [Bug 1460793] [NEW] Metadata IP is resolved locally by Windows by default, causing big delay in URL access

2015-06-01 Thread Eugene Nikanorov
to let DHCP agent inject such route by default via dnsmasq config. ** Affects: neutron Importance: Medium Assignee: Eugene Nikanorov (enikanorov) 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 1456809] Re: L3-agent not recreating missing fg- device

2015-05-26 Thread Eugene Nikanorov
Agree with Itzik's analysis. Closing as 'Invalid' ** Changed in: neutron Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1456809 Title: L3-agent not

[Yahoo-eng-team] [Bug 1439870] Re: Fixed IPs not being recorded in database

2015-05-26 Thread Eugene Nikanorov
this is not a neutron bug, please be more attentive. ** Project changed: neutron = nova -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1439870 Title: Fixed IPs not

[Yahoo-eng-team] [Bug 1458119] [NEW] Improve stability and robustness of periodic agent checks

2015-05-22 Thread Eugene Nikanorov
: High Assignee: Eugene Nikanorov (enikanorov) 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/1458119 Title: Improve stability and robustness of periodic agent

[Yahoo-eng-team] [Bug 1457711] Re: Improve user-facing log message of ovs agent when it can't find an interface

2015-05-21 Thread Eugene Nikanorov
Doesn't apply for master, only applies for Juno+ ** Changed in: neutron Status: New = Won't Fix ** Changed in: neutron Assignee: Eugene Nikanorov (enikanorov) = (unassigned) ** Summary changed: - Improve user-facing log message of ovs agent when it can't find an interface + message

[Yahoo-eng-team] [Bug 1457711] [NEW] message 'Unable to parse interface details. Exception: list index out of range' in ovs-agent logs is misleading

2015-05-21 Thread Eugene Nikanorov
Public bug reported: In case ovs-agent can't find interface by given VM id, it prints a warning Unable to parse interface details. Exception: list index out of range That doesn't look user-friendly and is misleading. ** Affects: neutron Importance: Medium Status: Won't Fix **

[Yahoo-eng-team] [Bug 1456399] Re: Add config option that allows separate configuration of router and gateway interfaces

2015-05-19 Thread Eugene Nikanorov
After going deeper into recent network mtu feature, it appeared that it solves this issue by allowing to configure mtu for the external network. ** Changed in: neutron Status: New = Opinion -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1456399] [NEW] Add config option that allows separate configuration of router and gateway interfaces

2015-05-18 Thread Eugene Nikanorov
- ** Affects: neutron Importance: Undecided Assignee: Eugene Nikanorov (enikanorov) Status: New ** Tags: l3-ipam-dhcp -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs

[Yahoo-eng-team] [Bug 1454408] [NEW] ObectDeletedError while removing port

2015-05-12 Thread Eugene Nikanorov
, or its row is otherwise not present. ** Affects: neutron Importance: Medium Assignee: Eugene Nikanorov (enikanorov) Status: New ** Tags: db -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https

[Yahoo-eng-team] [Bug 1454434] [NEW] NoNetworkFoundInMaximumAllowedAttempts during concurrent network creation

2015-05-12 Thread Eugene Nikanorov
not be enough in some rare unlucky cases under extreme concurrency. We need to randomize segmentation_id selection to avoid such issues. ** Affects: neutron Importance: Medium Assignee: Eugene Nikanorov (enikanorov) Status: New -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1453008] [NEW] Deadlock on update_port_status

2015-05-08 Thread Eugene Nikanorov
-08_00_54_04_657 ** Affects: neutron Importance: High Assignee: Eugene Nikanorov (enikanorov) Status: Confirmed ** Tags: db ** Changed in: neutron Assignee: (unassigned) = Eugene Nikanorov (enikanorov) ** Tags added: db ** Changed in: neutron Importance: Undecided = High

[Yahoo-eng-team] [Bug 1453320] [NEW] Create periodic task that logs agent's state

2015-05-08 Thread Eugene Nikanorov
Assignee: Eugene Nikanorov (enikanorov) 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/1453320 Title: Create periodic task that logs agent's state Status in OpenStack

[Yahoo-eng-team] [Bug 1452582] [NEW] PluginReportStateAPI.report_state should provide searchable identifier

2015-05-07 Thread Eugene Nikanorov
are not logged at all on server side. Since on a large cluster that could create too much logging (even for troubleshooting cases), it might make sense to make this configurable both on neutron-server side and on agent-side. ** Affects: neutron Importance: Wishlist Assignee: Eugene Nikanorov

[Yahoo-eng-team] [Bug 1451391] Re: --router:external=True syntax is invalid

2015-05-04 Thread Eugene Nikanorov
** Project changed: neutron = python-neutronclient ** Changed in: python-neutronclient Importance: Undecided = Low -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1451391 Title:

[Yahoo-eng-team] [Bug 1451399] Re: subnet-create arguments order is too strict (not backward compatibility)

2015-05-04 Thread Eugene Nikanorov
I believe cidr should go last per command help, isn't it? ** Project changed: neutron = python-neutronclient ** Changed in: python-neutronclient Status: New = Incomplete -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1450625] Re: common service chaining driver API

2015-05-04 Thread Eugene Nikanorov
Usually new features are tracked via blueprints, not bugs, and require spec to be merged. Is there a blueprint regarding this feature? ** Changed in: neutron Status: New = Opinion -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1450414] Re: can't get authentication with os-token and os-url

2015-05-04 Thread Eugene Nikanorov
what auth_url are you providing when making the call? ** Project changed: neutron = python-neutronclient ** Changed in: python-neutronclient Status: New = Incomplete -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1449544] Re: Neutron-LB Health monitor association mismatch in horizon and CLI

2015-05-04 Thread Eugene Nikanorov
** Project changed: neutron = horizon -- 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/1449544 Title: Neutron-LB Health monitor association mismatch in horizon and

[Yahoo-eng-team] [Bug 1449546] Re: Neutron-LB Health monitor association not listed in Horizon Dashboard

2015-05-04 Thread Eugene Nikanorov
** Project changed: neutron = horizon -- 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/1449546 Title: Neutron-LB Health monitor association not listed in Horizon

[Yahoo-eng-team] [Bug 1449344] Re: When VM security group is not choosen, the packets are still blocked by default

2015-05-04 Thread Eugene Nikanorov
It's by design behavior, marking bus as Invalid ** Summary changed: - When VM security group is not choose,the packets is still block by security group + When VM security group is not choosen, the packets are still blocked by default ** Summary changed: - When VM security group is not

[Yahoo-eng-team] [Bug 1419613] Re: Fails to run unit test in red hat 6.5 with tox

2015-05-04 Thread Eugene Nikanorov
I'm not sure this bug should be filed against upstream neutron. Marking as Invalid. ** Changed in: neutron Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1450006] Re: Create port in both subnets ipv4 and ipv6 when specified only one subnet

2015-05-04 Thread Eugene Nikanorov
This behavior is a result of commit https://review.openstack.org/#/c/113339/ It should have had DocImpact in commit msg. Anyway, marking the bug as Invalid since behavior is by-design. ** Changed in: neutron Status: Confirmed = Invalid -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1448268] [NEW] Need to factor out test helper methods of db plugin test suite into reusable class

2015-04-24 Thread Eugene Nikanorov
that test base plugin as a DB mixin. ** Affects: neutron Importance: Wishlist Assignee: Eugene Nikanorov (enikanorov) Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https

[Yahoo-eng-team] [Bug 1446911] [NEW] Improve naming of methods in l3_dvr_db

2015-04-21 Thread Eugene Nikanorov
Public bug reported: Currently many of l3dvrdb mixin method names are not started with underscore where they are really local to the l3dvr mixin class. Let's make code a little bit clearer for a reader and clean up the naming. ** Affects: neutron Importance: Wishlist Assignee: Eugene

[Yahoo-eng-team] [Bug 1397087] Re: Bulk port create fails with conflict with some addresses fixed

2015-04-17 Thread Eugene Nikanorov
IMO, this just needs to be documented. Obviously ports that go first get their fixed IPs allocated and later port creation may fail if some port specifies already-allocated IP. I don't think it makes sense to arrange input port list in anyway. ** Changed in: neutron Status: Confirmed =

[Yahoo-eng-team] [Bug 1442272] [NEW] functional.agent.test_ovs_flows.ARPSpoofTestCase.test_arp_spoof_disable_port_security fails

2015-04-09 Thread Eugene Nikanorov
Public bug reported: Logstash query:

[Yahoo-eng-team] [Bug 1424593] Re: ObjectDeleted error when network already removed during rescheduling

2015-04-09 Thread Eugene Nikanorov
Changing back to high as it was discovered another condition which could lead autorescheduling loop to fail ** Changed in: neutron Status: Fix Released = In Progress ** Changed in: neutron Importance: Medium = High -- You received this bug notification because you are a member of

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

2015-04-07 Thread Eugene Nikanorov
This bug was apparently fixed by https://review.openstack.org/#/c/160913/ ** Also affects: devstack Importance: Undecided Status: New ** Changed in: devstack Status: New = Fix Committed ** No longer affects: neutron -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1412903] Re: Cisco Nexus VxLAN ML2: ping fails with fixed IP with remote Network Node

2015-04-07 Thread Eugene Nikanorov
I'm afraid it's not correct to file a bug against neutron, but referring to cisco-openstack repository ** Changed in: neutron Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1440700] Re: Creating members with invalid/empty tenantid is not throwing error

2015-04-06 Thread Eugene Nikanorov
This has been raised multiple times in the past. Neutron doesn't verify tenant_id against keystone. It's assumed that regular user calls neutron being authenticated. And admin presumably know what he is doing. I don't think we need to do anything with this issue, especially in the scope of such

[Yahoo-eng-team] [Bug 1413231] Re: Traceback when creating VxLAN network using CSR plugin

2015-04-06 Thread Eugene Nikanorov
That's hard to triage such kind of bugs without of knowledge of particular backend. Is there an evidence that neutron needs to be fixed and it's not a backend issue? ** Changed in: neutron Importance: Undecided = Low ** Changed in: neutron Status: New = Opinion -- You received this

[Yahoo-eng-team] [Bug 1437762] Re: portbindingsport does not have all ports causing ml2 migration failure

2015-04-05 Thread Eugene Nikanorov
that might be a bug with migrations in icehouse version which probably will not be fixed. ** Changed in: neutron Status: New = Opinion -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1039304] Re: make ip + interface util apis indepedent of DictModel

2015-04-04 Thread Eugene Nikanorov
This probably is too old report to be relevant for current project status ** Changed in: neutron Status: In Progress = Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1397489] Re: VM boot failure since nova to neutron port notification fails

2015-04-04 Thread Eugene Nikanorov
This is a problem of keystone which in turn causes failures in neutron-nova communication. I don't think neutron can be fixed to avoid this. ** Changed in: neutron Status: In Progress = Confirmed ** Changed in: neutron Status: Confirmed = Invalid -- You received this bug

[Yahoo-eng-team] [Bug 1440309] Re: Fwaas - update/create firewall will use the associated policy no matter whether it's audited or not

2015-04-04 Thread Eugene Nikanorov
That's better to be discussed with fwaas team first. Description doesn't look like a valid bug report. ** Changed in: neutron Status: New = Opinion -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1439067] [NEW] use db retry decorator from oslo.db

2015-04-01 Thread Eugene Nikanorov
Public bug reported: Use oslo.db common retrying decorator rather than retrying library. Also, get rid of home-grown code in favor of oslo.db ** Affects: nova Importance: Undecided Assignee: Eugene Nikanorov (enikanorov) Status: New ** Changed in: nova Assignee

[Yahoo-eng-team] [Bug 1391806] Re: 'neutron port-list' is missing binding:vnic_type filter

2015-03-31 Thread Eugene Nikanorov
Looking at discussion on the review I have doubts that we should fix that at all ** Tags added: api ** Changed in: neutron Status: New = Opinion -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1438159] Re: Made neutron agents silent by using AMQP

2015-03-30 Thread Eugene Nikanorov
This looks like deep rework of current messaging strategy and probably should be worked on within a scope of a blueprint rather than a bug. So I would suggest to file a bp for this and provide a spec explaining these ideas so spec review could be a better place to discuss these ideas. ** Changed

[Yahoo-eng-team] [Bug 1418635] Re: Neutron API reference is inconsistent and differs from implementation

2015-03-30 Thread Eugene Nikanorov
** Also affects: openstack-api-site Importance: Undecided Status: New ** 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/1418635 Title: Neutron API

[Yahoo-eng-team] [Bug 1436922] [NEW] Improve readability of l3_agent_scheduler module

2015-03-26 Thread Eugene Nikanorov
Public bug reported: Start protected method names with underscores to indicate how they're going to be used. This is convinient when understanding class relationships. ** Affects: neutron Importance: Wishlist Assignee: Eugene Nikanorov (enikanorov) Status: In Progress

[Yahoo-eng-team] [Bug 1435919] [NEW] Traceback on listing security groups

2015-03-24 Thread Eugene Nikanorov
://logs.openstack.org/17/165117/6/check/check-tempest-dsvm-neutron- pg/7017248/logs/screen-q-svc.txt.gz?level=TRACE ** Affects: neutron Importance: High Assignee: Eugene Nikanorov (enikanorov) Status: Confirmed ** Description changed: - The following traceback has been observed

[Yahoo-eng-team] [Bug 1430832] Re: Rally error Failed to delete network for tenant with scenario VMTasks.boot_runcommand_delete

2015-03-11 Thread Eugene Nikanorov
** Changed in: neutron Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1430832 Title: Rally error Failed to delete network for tenant with scenario

[Yahoo-eng-team] [Bug 1429753] [NEW] Improve performance of security groups rpc-related code

2015-03-09 Thread Eugene Nikanorov
devices. Total time needed to process all such RPC requests that were caused by 1 VM spawn may reach tens of cpu-seconds. ** Affects: neutron Importance: Medium Assignee: Eugene Nikanorov (enikanorov) Status: New -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 1429737] [NEW] Do not notify dead DHCP agent about removed network

2015-03-09 Thread Eugene Nikanorov
the agent hosts the more chances that processing of some network.delete.end notification would appear after dhcp is enabled on that network. ** Affects: neutron Importance: Medium Assignee: Eugene Nikanorov (enikanorov) Status: New -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1424593] [NEW] ObjectDeleted error when network already removed during rescheduling

2015-02-23 Thread Eugene Nikanorov
not present. Need to avoid accessing db object after it has been deleted from db as attribute access may trigger this exception. This issue terminates periodic task of rescheduling networks. ** Affects: neutron Importance: High Assignee: Eugene Nikanorov (enikanorov) Status: New

[Yahoo-eng-team] [Bug 1424578] [NEW] DetachedInstanceError when binding network to agent

2015-02-23 Thread Eugene Nikanorov
2015-02-21 14:45:15.927 1417 TRACE neutron.db.agentschedulers_db Need to print saved agent_id instead of using db object. ** Affects: neutron Importance: Low Assignee: Eugene Nikanorov (enikanorov) Status: New -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 1417267] Re: neutron-ovs-agent on compute couldn't create interface

2015-02-22 Thread Eugene Nikanorov
So apparently this issue along with some others were caused by unstable work of rabbitmq in certain conditions in certain environment. I don't see an issue on neutron side for now. ** Changed in: neutron Status: New = Invalid ** Changed in: neutron Assignee: Eugene Nikanorov

[Yahoo-eng-team] [Bug 1424099] Re: Unable to pass additional parameters to update_router tesmpest test case

2015-02-22 Thread Eugene Nikanorov
Removing Neutron project. ** Also affects: tempest Importance: Undecided Status: New ** 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/1424099

[Yahoo-eng-team] [Bug 1382064] Re: Failure to allocate tunnel id when creating networks concurrently

2015-02-20 Thread Eugene Nikanorov
** Changed in: neutron Status: Fix Released = In Progress ** Changed in: neutron Milestone: kilo-2 = kilo-3 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1382064 Title:

[Yahoo-eng-team] [Bug 1179468] Re: Refactor lbaas plugin to not inherit from Lbaas Db plugin

2015-02-19 Thread Eugene Nikanorov
** Changed in: neutron Status: In Progress = Invalid ** Changed in: neutron Assignee: Eugene Nikanorov (enikanorov) = (unassigned) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net

[Yahoo-eng-team] [Bug 1419745] Re: RPC method in OVS agent attempt to access uninitialized attribute

2015-02-09 Thread Eugene Nikanorov
Observed behavior applies to Juno release and was fixed later. ** Changed in: neutron Status: In Progress = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1419745 Title:

[Yahoo-eng-team] [Bug 1419745] [NEW] RPC method in OVS agent attempt to access uninitialized attribute

2015-02-09 Thread Eugene Nikanorov
leads to connectivity failure of whole node, because tunnels are not set up properly. ** Affects: neutron Importance: High Assignee: Eugene Nikanorov (enikanorov) Status: New ** Tags: ovs ** Description changed: - The following trace was observed: + The following trace

  1   2   3   4   >