[Yahoo-eng-team] [Bug 1816747] [NEW] Neutron neutron-db-manage failures with openstack master/stein branch

2019-02-20 Thread Romil Gupta
Public bug reported: Neutron plugin: NSX Policy Plugin We are bringing up the NSX Policy plugin setup with master branch and as part of Openstack installation, it failed with the error as mentioned below: changed: [osctrl01] => (item=nova-manage db sync) failed: [osctrl01] (item=neutron-db-manag

[Yahoo-eng-team] [Bug 1512328] Re: Postcommit network and port methods not available in ovsvapp mech_driver

2016-03-01 Thread Romil Gupta
** 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/1512328 Title: Postcommit network and port methods not available in ovsva

[Yahoo-eng-team] [Bug 1435852] Re: Use first() instead of one() in tunnel endpoint query

2016-03-01 Thread Romil Gupta
** 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/1435852 Title: Use first() instead of one() in tunnel endpoint query Status i

[Yahoo-eng-team] [Bug 1473909] Re: Error message during nova delete (Esxi based devstack setup using ovsvapp sollution)

2015-11-04 Thread Romil Gupta
** Tags added: networking-vsphere ** Project changed: nova => networking-vsphere ** Changed in: networking-vsphere Status: New => Confirmed -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://

[Yahoo-eng-team] [Bug 1512328] [NEW] Postcommit network and port methods not available in ovsvapp mech_driver

2015-11-02 Thread Romil Gupta
(self, context): All these methods needs to be called by ovsvapp shim mech_driver from neutron. ** Affects: neutron Importance: Undecided Assignee: Romil Gupta (romilg) Status: In Progress ** Tags: ml2 networking-vsphere ** Tags added: networking-vsphere ** Tags added: ml2

[Yahoo-eng-team] [Bug 1507684] [NEW] Unable to establish tunnel across hypervisor

2015-10-19 Thread Romil Gupta
. The l2pop mech_driver needs to embrace ovsvapp agent to form the tunnels. ** Affects: neutron Importance: Undecided Assignee: Romil Gupta (romilg) Status: In Progress ** Changed in: neutron Assignee: (unassigned) => Romil Gupta (romilg) -- You received this bug notificat

[Yahoo-eng-team] [Bug 1441043] [NEW] Move values for network_type to plugins.common.constants.py

2015-04-07 Thread Romil Gupta
Public bug reported: It is quite confusing to have values for network type in common.constants.py instead of having in plugins.common.constants.py. Currently, the plugins/common/constants.py consists network_type constants like VLAN, VXLAN, GRE etc. but values for network type like ranges are def

[Yahoo-eng-team] [Bug 1435852] [NEW] Use first() instead of one() in tunnel endpoint query

2015-03-24 Thread Romil Gupta
Importance: Undecided Assignee: Romil Gupta (romilg) Status: In Progress ** Changed in: neutron Assignee: (unassigned) => Romil Gupta (romilg) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. ht

[Yahoo-eng-team] [Bug 1426427] Re: Improve tunnel_sync server side rpc to handle race conditions

2015-03-01 Thread Romil Gupta
race condition. + + One way to overcome this problem would be instead of doing + delete_endpoint we could introduce update_endpoint method in + type_drivers. ** Changed in: neutron Assignee: (unassigned) => Romil Gupta (romilg) ** Changed in: neutron Status: Invalid => New ** Ta

[Yahoo-eng-team] [Bug 1426904] [NEW] Can't start Neutron service when max VNI value is defined in ml2_conf.ini file

2015-03-01 Thread Romil Gupta
02-28 17:11:33.793 TRACE neutron self.sync_allocations() 2015-02-28 17:11:33.793 TRACE neutron File "/opt/stack/neutron/neutron/plugins/ml2/drivers/type_vxlan.py", line 96, in sync_allocations 2015-02-28 17:11:33.793 TRACE neutron vxlan_vnis |= set(moves.xrange(tun_min, tun_ma

[Yahoo-eng-team] [Bug 1426427] Re: Improve tunnel_sync server side rpc

2015-02-27 Thread Romil Gupta
** Changed in: neutron Status: Incomplete => 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/1426427 Title: Improve tunnel_sync server side rpc Status in OpenStack Neutron

[Yahoo-eng-team] [Bug 1426427] [NEW] Improve tunnel_sync server side rpc

2015-02-27 Thread Romil Gupta
Public bug reported: We have a concern that we may end up with db conflict errors due to multiple parallel requests incoming. Consider two threads (A and B), each receiving tunnel_sync with host set to HOST1 and HOST2. The race scenario is: A checks whether tunnel exists and receives nothing. B

[Yahoo-eng-team] [Bug 1426365] [NEW] Ml2 Mechanism Driver for OVSvApp Solution

2015-02-27 Thread Romil Gupta
implements the abstract method given in mech_agent.SimpleAgentMechanismDriverBase and contains the RPC's specific to OVSvApp L2 Agent. ** Affects: neutron Importance: Wishlist Assignee: Romil Gupta (romilg) Status: Confirmed -- You received this bug notification because yo

[Yahoo-eng-team] [Bug 1315412] Re: tenant_network_type = vxlan has no effect

2015-02-10 Thread Romil Gupta
As mentioned in the comment above, changing the status to fix released. ** Changed in: neutron Status: Confirmed => Fix Committed ** Changed in: neutron Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team,

[Yahoo-eng-team] [Bug 1332067] Re: neutron server should quit without a valid mechanism_drivers setting

2015-02-10 Thread Romil Gupta
We are reading this config item as: cfg.ListOpt('mechanism_drivers', default=[], help=_("An ordered list of networking mechanism driver " "entry points to be loaded from the " "neutron.ml2.mechanism_drivers namespace

[Yahoo-eng-team] [Bug 1405077] Re: VLAN configuration changes made is not updated until neutron server is restarted

2015-02-08 Thread Romil Gupta
You may need to consider many other configuration parameters like: [ml2_type_gre] tunnel_id_ranges = 1:1000 Also, what about if I may need to add type driver and mechanism_driver in ml2_conf.ini dynamically. [ml2] tenant_network_types = vxlan type_drivers = local,flat,vlan,gre,vxlan mechanism_dri

[Yahoo-eng-team] [Bug 1386059] [NEW] All LOG message should use gettextutils _LI, _LW, _LE, _LC

2014-10-27 Thread Romil Gupta
translated to LOG.error(_LE(""). 4. All existing LOG.critical(_("") messages should be translated to LOG.critical(_LC(""). And every file which contains LOG messages should have a following file imported. from neutron.openstack.common.gettextutils import _LI, _LW, _LE

[Yahoo-eng-team] [Bug 1386054] [NEW] error message should use gettextutils

2014-10-26 Thread Romil Gupta
mportance: Undecided Assignee: Romil Gupta (romilg) Status: New ** Changed in: neutron Assignee: (unassigned) => Romil Gupta (romilg) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.

[Yahoo-eng-team] [Bug 1386055] [NEW] critical message should use gettextutils

2014-10-26 Thread Romil Gupta
tron Importance: Undecided Assignee: Romil Gupta (romilg) Status: New ** Changed in: neutron Assignee: (unassigned) => Romil Gupta (romilg) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.lau

[Yahoo-eng-team] [Bug 1384151] [NEW] warning message should use gettextutils

2014-10-22 Thread Romil Gupta
mportance: Undecided Assignee: Romil Gupta (romilg) Status: New ** Changed in: neutron Assignee: (unassigned) => Romil Gupta (romilg) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.

[Yahoo-eng-team] [Bug 1382152] [NEW] info message should use gettextutils

2014-10-16 Thread Romil Gupta
mportance: Undecided Assignee: Romil Gupta (romilg) Status: New ** Changed in: neutron Assignee: (unassigned) => Romil Gupta (romilg) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.

[Yahoo-eng-team] [Bug 1381071] [NEW] Unit test not available for TunnelRpcCallbackMixin

2014-10-14 Thread Romil Gupta
Public bug reported: Currently , there is no unit test available for TunnelRpcCallbackMixin--> tunnel_sync () method. It needs to be addressed. ** Affects: neutron Importance: Undecided Assignee: Romil Gupta (romilg) Status: New ** Changed in: neutron Assig

[Yahoo-eng-team] [Bug 1373359] [NEW] Vxlan UDP port is not updated in db

2014-09-24 Thread Romil Gupta
point() called for ip %s"), ip) ** Affects: neutron Importance: Undecided Assignee: Romil Gupta (romilg) Status: New ** Changed in: neutron Assignee: (unassigned) => Romil Gupta (romilg) -- You received this bug notification because you are a member of Yahoo! Eng

[Yahoo-eng-team] [Bug 1324436] [NEW] Changing the ml2 network type result in internal server error while performing delete/update operation on the pre existing resources

2014-05-29 Thread Romil Gupta
Public bug reported: DESCRIPTION: Changing the ml2 network type result in internal server error while performing delete/update operation on the pre existing resources Steps to Reproduce: 1.Configure a ml2 plug-in with network type as vxlan.  /etc/neutron/plugins/ml2/ml2_conf.ini [ml2] type_drive