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
** 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
** 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
** 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://
(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
. 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
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
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
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
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
** 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
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
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
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,
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
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
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
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.
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
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.
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.
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
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
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
24 matches
Mail list logo