[Yahoo-eng-team] [Bug 1514068] [NEW] internal subnet case no need to repeatedly create IPDevice in _update_arp_entry

2015-11-07 Thread ZongKai LI
Public bug reported: _update_arp_entry will create IPDevice to do arp task: https://github.com/openstack/neutron/blob/master/neutron/agent/l3/dvr_local_router.py#L200-L227 def _update_arp_entry(self, ip, mac, subnet_id, operation): """Add or delete arp entry into router namespace for

[Yahoo-eng-team] [Bug 1514082] [NEW] network_data.json does not provide information about ipv6 addresses.

2015-11-07 Thread Oleg Gashev
Public bug reported: Environment: centos 7 openstack liberty # rpm -qa|grep nova openstack-nova-api-12.0.0-1.el7.noarch python-novaclient-2.30.1-1.el7.noarch openstack-nova-novncproxy-12.0.0-1.el7.noarch openstack-nova-conductor-12.0.0-1.el7.noarch python-nova-12.0.0-1.el7.noarch

[Yahoo-eng-team] [Bug 1323975] Re: do not use default=None for config options

2015-11-07 Thread Hou Ming Wang
** Also affects: magnum Importance: Undecided Status: New ** Changed in: magnum Assignee: (unassigned) => Hou Ming Wang (houming-wang) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

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

2015-11-07 Thread Eugene Nikanorov
Public bug reported: Currently ovs agent only explicitly sets agent timestamp to br-int and br-tun bridges. Other physical bridges that are configured receive cookie=0x0 for their flows because the agent doesn't set timestamp for these bridges. Currently that doesn't lead to any malfunction,

[Yahoo-eng-team] [Bug 1514048] [NEW] The Networks tests file is very large/ bloated

2015-11-07 Thread Rob Cresswell
Public bug reported: The networks tests files in Horizon contain tests for Ports, Subnets and Agents, although there is barely any interdependency aside from a couple of shared imports or strings. These resources should have their own tests files to avoid further bloating the networks file

[Yahoo-eng-team] [Bug 1514082] Re: network_data.json does not provide information about ipv6 addresses.

2015-11-07 Thread Oleg Gashev
Sorry, not a bug. Fixed by configure nova.conf: [DEFAULT] use_ipv6=true ** Changed in: nova Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1513630] Re: notifications are not being recevied since mitaka

2015-11-07 Thread Davanum Srinivas (DIMS)
** Also affects: neutron Importance: Undecided 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/1513630 Title: notifications are not being recevied since mitaka

[Yahoo-eng-team] [Bug 1514095] [NEW] Fails to assign IP addresses if several networks specified

2015-11-07 Thread chapeaurouge
Public bug reported: - Openstack Kilo - centos 7 qcow2 image from cloud.centos.org - Assign 2 networks to the machine and boot. - No IP gets assigned from neither. If I just boot with one network, it works fine. ** Affects: cloud-init Importance: Undecided Status: New **

[Yahoo-eng-team] [Bug 1323975] Re: do not use default=None for config options

2015-11-07 Thread Shuquan Huang
** Also affects: rally Importance: Undecided Status: New ** Changed in: rally Assignee: (unassigned) => Shuquan Huang (shuquan) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1323975] Re: do not use default=None for config options

2015-11-07 Thread Shuquan Huang
** Also affects: aodh Importance: Undecided Status: New ** Changed in: aodh Assignee: (unassigned) => Shuquan Huang (shuquan) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1514030] Re: /v3/policies response attribute missing

2015-11-07 Thread Steve Martinelli
what are you adding this? it's not in the schema [0] or saved in the backend [1] 0 - https://github.com/openstack/keystone/blob/master/keystone/policy/schema.py 1 - https://github.com/openstack/keystone/blob/master/keystone/policy/backends/sql.py i'm not understanding how a project is

[Yahoo-eng-team] [Bug 1323975] Re: do not use default=None for config options

2015-11-07 Thread Shuquan Huang
** Also affects: tempest Importance: Undecided Status: New ** Changed in: tempest Assignee: (unassigned) => Shuquan Huang (shuquan) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1323975] Re: do not use default=None for config options

2015-11-07 Thread Shuquan Huang
** Also affects: congress Importance: Undecided Status: New ** Changed in: congress Assignee: (unassigned) => Shuquan Huang (shuquan) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1514144] [NEW] rpc should return empty list when no l3_plugin is present

2015-11-07 Thread Hong Hui Xiao
Public bug reported: It is a trivial bug, maybe it is left from a history code change. In [1], it should be a [] here, instead of {} according to the context. [1] https://github.com/openstack/neutron/blob/master/neutron/api/rpc/handlers/l3_rpc.py#L77 ** Affects: neutron Importance:

[Yahoo-eng-team] [Bug 1513279] Re: routing with dhcpv6-stateful addressing is broken with DVR

2015-11-07 Thread Ritesh Anand
The bug is not valid. Ping6 works fine; was missing the security rule for allowing icmp v6. After adding: neutron security-group-rule-create --protocol icmp --ethertype IPv6 --direction egress 4cf607a6-537f-4893-8531-70ba23895b3d neutron security-group-rule-create --protocol icmp --ethertype