[Yahoo-eng-team] [Bug 1494975] [NEW] Increase in time when a floating IP becomes operational

2015-09-11 Thread Mohammad Banikazemi
Public bug reported: Here is how to reproduce the problem: On a multi-node OpenStack instance with standard (legacy) l3 and no dvr: Create a new tenant Create a network/subnet, and a router for the tenant Connect the network to the router (with the external network set as the gateway as well)

[Yahoo-eng-team] [Bug 1472727] [NEW] Subnet pools and the quota on subnets

2015-07-08 Thread Mohammad Banikazemi
Public bug reported: Here is the use case I have in mind: Want to have a quota on subnets but all subnets being created from a single subnet pool be counted as 1 against the quota. (The newly added quota mechanism for subnet pools (or something similar to it) can coexist and be enforced along s

[Yahoo-eng-team] [Bug 1469755] Re: Adding quota for subnet pools

2015-07-01 Thread Mohammad Banikazemi
** Changed in: neutron Status: In Progress => Invalid ** Changed in: neutron Assignee: Mohammad Banikazemi (mb-s) => (unassigned) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchp

[Yahoo-eng-team] [Bug 1469755] [NEW] Adding quota for subnet pools

2015-06-29 Thread Mohammad Banikazemi
Public bug reported: There is no quota option for subnet pools currently. Similar to the existing quota for subnets, it is necessary to have a quota for number of subnet pools as well. ** Affects: neutron Importance: Undecided Assignee: Mohammad Banikazemi (mb-s) Status: New

[Yahoo-eng-team] [Bug 1373637] [NEW] ML2 plugin does not handle failure during rollback for failed create operations

2014-09-24 Thread Mohammad Banikazemi
Public bug reported: During create operations for port/network/subnet in ML2 plugin (for both bulk and non bulk operations), if the crate fails, the resource is deleted in the rollback. If the deletion of the resource fails, the resource may continue to remain in the db without any indication that

[Yahoo-eng-team] [Bug 1373634] [NEW] ML2 plugin bulk operations require multiple notifications being sent for sec group member updates

2014-09-24 Thread Mohammad Banikazemi
Public bug reported: Currently, security group member updates can be sent for individual ports and therefore bulk creates require multi notifications (one for each port if necessary). In particular in the ML2 plugin for supporting bulk port creates self.notify_security_groups_member_updated() need

[Yahoo-eng-team] [Bug 1373153] [NEW] Unit tests for ML2 drivers use incorrect base class

2014-09-23 Thread Mohammad Banikazemi
Public bug reported: In unit tests for several ML2 mechanism drivers (listed below) the NeutronDbPluginV2TestCase class instead of Ml2PluginV2TestCase which is derived from that class is used: Unit tests for ML2 mechanism drivers in neutron/tests/unit/ml2: drivers/cisco/nexus/test_cisco_mech.p

[Yahoo-eng-team] [Bug 1320086] Re: IBM SDN-VE plugin sends mismatched key when creating external network

2014-05-28 Thread Mohammad Banikazemi
Fix merged on 2014-05-26: https://review.openstack.org/#/c/89637/ ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1320086

[Yahoo-eng-team] [Bug 1228391] Re: deleting all extra dhcp options on a port

2014-05-28 Thread Mohammad Banikazemi
Marked as invalid as a different patch has already addressed this problem. ** 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/12283

[Yahoo-eng-team] [Bug 1227336] Re: ml2 plugin update operations

2014-05-28 Thread Mohammad Banikazemi
A short term fix was merged on 2014-04-08. For a long term solution BP/spec is to be created for supporting a "sync" operation in mechanism drivers. Therefore, I am closing this bug (as discussed in ML2 IRC meeting on 2014-05-28). ** Changed in: neutron Status: In Progress => Fix Released

[Yahoo-eng-team] [Bug 1311260] [NEW] SDN-VE controller expects information not in Neutron request

2014-04-22 Thread Mohammad Banikazemi
tron Importance: Undecided Assignee: Mohammad Banikazemi (mb-s) Status: In Progress ** Changed in: neutron Assignee: (unassigned) => Mohammad Banikazemi (mb-s) ** Changed in: neutron Status: New => In Progress -- You received this bug notification because

[Yahoo-eng-team] [Bug 1300334] [NEW] Existing vim header lines

2014-03-31 Thread Mohammad Banikazemi
Public bug reported: Just reading the code noticed all the vim header lines that we need to remove. ** Affects: neutron Importance: Undecided Assignee: Mohammad Banikazemi (mb-s) Status: In Progress ** Changed in: neutron Assignee: (unassigned) => Mohammad Banikazemi

[Yahoo-eng-team] [Bug 1289100] [NEW] SDN-VE plugin agent does not report its state

2014-03-06 Thread Mohammad Banikazemi
Assignee: Mohammad Banikazemi (mb-s) Status: In Progress ** Changed in: neutron Assignee: (unassigned) => Mohammad Banikazemi (mb-s) ** Changed in: neutron Status: New => In Progress -- You received this bug notification because you are a member of Yahoo! Engineerin

[Yahoo-eng-team] [Bug 1288420] [NEW] IBM Plugin need db migration for ext gw mode

2014-03-05 Thread Mohammad Banikazemi
Public bug reported: The plugin requires one more Alembic migration script; needs to be added to the list of plugins in the script for ext_gw_mode. ** Affects: neutron Importance: Undecided Assignee: Mohammad Banikazemi (mb-s) Status: In Progress ** Changed in: neutron

[Yahoo-eng-team] [Bug 1276367] [NEW] Unnecessary return statement in ovs_lib

2014-02-04 Thread Mohammad Banikazemi
t_helper) class OVSBridge(BaseOVS): ... def create(self): self.add_bridge(self.br_name) [1] https://github.com/openstack/neutron/blob/master/neutron/agent/linux/ovs_lib.py ** Affects: neutron Importance: Undecided Assignee: Mohammad Banikazemi (mb-s) Status: In Progress *