[Yahoo-eng-team] [Bug 1429058] [NEW] Remove Hyper-V Neutron Plugin DB upgrade doesn't work for DB2

2015-03-06 Thread Xu Han Peng
python2.7/site-packages/ibm_db_dbi.py", line 1247, in _execute_helper raise self.messages[len(self.messages) - 1] oslo_db.exception.DBError: (ProgrammingError) ibm_db_dbi::ProgrammingError: Statement Execute Failed: [IBM][CLI Driver][DB2/LINUXPPC64] SQL0401N The data types of the operan

[Yahoo-eng-team] [Bug 1421042] [NEW] AttributeError during migration legacy router to DVR router.

2015-02-11 Thread Xu Han Peng
instead of DvrRouter. LegacyRouter doesn't has attribute dist_fip_count. ** Affects: neutron Importance: Undecided Assignee: Xu Han Peng (xuhanp) Status: In Progress ** Tags: l3-dvr-backlog ** Tags added: l3-dvr-backlog ** Changed in: neutron Assignee: (unassigned) => X

[Yahoo-eng-team] [Bug 1420117] [NEW] Create HA router shows successful when there is only one l3 agent is active.

2015-02-09 Thread Xu Han Peng
| +---+--+ ** Affects: neutron Importance: Undecided Assignee: Xu Han Peng (xuhanp) Status: New ** Changed in: neutron Assignee: (unassigned) => Xu Han Peng (xuhanp) -- You received this bug notification because you are a member of Ya

[Yahoo-eng-team] [Bug 1413510] [NEW] floating IP no longer works after migrate a router from legacy to distributed.

2015-01-22 Thread Xu Han Peng
ernal network. This is because the floating IP is still on qg device of qrouter namespace. qg device should be removed from qrouter namespace after router is changed to distributed. ** Affects: neutron Importance: Undecided Assignee: Xu Han Peng (xuhanp) Status: In Progress ** Chang

[Yahoo-eng-team] [Bug 1407573] [NEW] DHCP agent should not create DHCP port and spawn dnsmasq when subnet is IPv6 and ipv6-address-mode is None or SLAAC

2015-01-04 Thread Xu Han Peng
s for such ipv6 subnets. Right now, the DHCP port is created and dnsmasq process is spawned (but not used). ra mode and address mode design: https://github.com/openstack/neutron-specs/blob/master/specs/juno/ipv6 -radvd-ra.rst ** Affects: neutron Importance: Undecided Assignee: Xu Han

[Yahoo-eng-team] [Bug 1398626] [NEW] IPv6 Router Advertisement should be limited on it's own compute node when DVR is enabled.

2014-12-02 Thread Xu Han Peng
Public bug reported: When DVR is enabled, L3 agent is running on each compute node and RADVD will be spawned on each compute node. Since each RA will use it's own Link local address as the default gateway for VM, we should limit the RA being sent to only it's compute node to prevent multiple defau

[Yahoo-eng-team] [Bug 1398627] [NEW] IPv6 Router Advertisement should be limited on it's own compute node when DVR is enabled.

2014-12-02 Thread Xu Han Peng
t multiple default routes being assigned to a VM. ** Affects: neutron Importance: Undecided Assignee: Xu Han Peng (xuhanp) Status: New ** Tags: dvr ipv6 ** Changed in: neutron Assignee: (unassigned) => Xu Han Peng (xuhanp) ** Tags added: dvr ipv6 -- You received this bug

[Yahoo-eng-team] [Bug 1398244] [NEW] DVR flows doesn't work for IPv6 subnets

2014-12-01 Thread Xu Han Peng
hen subnet is IPv6. ** Affects: neutron Importance: Undecided Assignee: Xu Han Peng (xuhanp) Status: New ** Tags: dvr ipv6 ** Changed in: neutron Assignee: (unassigned) => Xu Han Peng (xuhanp) ** Tags added: dvr ipv6 -- You received this bug notification because

[Yahoo-eng-team] [Bug 1392564] [NEW] metadata proxy is not started when network has ipv6 and ipv4 subnets

2014-11-13 Thread Xu Han Peng
Public bug reported: Commit 1b66e11b5d8c0b3de0610ca02c3e10b6f64ae375 introduce a new problem that metadata proxy will not be started when a isolated network contains ipv6 subnet with dhcp enabled and a ipv4 subnet. See the discussion in the code review for details: https://review.openstack.org/#

[Yahoo-eng-team] [Bug 1378732] [NEW] migrate_to_ml2 script doesn't work for Juno release

2014-10-08 Thread Xu Han Peng
Public bug reported: The error looks like: Traceback (most recent call last): File "migrate_to_ml2.py", line 485, in main() File "migrate_to_ml2.py", line 481, in main args.vxlan_udp_port) File "migrate_to_ml2.p

[Yahoo-eng-team] [Bug 1368010] [NEW] Specific roles should be allowed to view or configure quota

2014-09-10 Thread Xu Han Peng
Public bug reported: Currently in Neutron, only admins are allowed to view or configure tenant quota: http://docs.openstack.org/user-guide-admin/content/cli_set_quotas.html "Only users with the admin role can change a quota value." And it's hard coded in https://github.com/openstack/neutron/blo

[Yahoo-eng-team] [Bug 1356383] [NEW] Specify extra_dhcp_opts for DHCP and DHCPv6 respectively

2014-08-13 Thread Xu Han Peng
Public bug reported: Currently extra_dhcp_opts only works for DHCPv4 or DHCPv6 address on a port without any validation. Since a port can have both IPv4 and IPv6 address, we need to find a new way to specify extra dhcp options for DHCPv4 and DHCPv6, respectively. We also need to validate the opt

[Yahoo-eng-team] [Bug 1343073] [NEW] Remove GPL content files from Neutron

2014-07-16 Thread Xu Han Peng
Public bug reported: There are some files in Neutron under GPN license, is there any plan to remove them? For example: docs/source/docbkx/quantum-api-1.0/js/shjs/sh_main.js ** Affects: neutron Importance: Undecided Status: New -- You received this bug notification because you ar

[Yahoo-eng-team] [Bug 1331353] [NEW] nova reports Neutron port OverQuota error when the real problem from Neutron is IpAddressGenerationFailure

2014-06-18 Thread Xu Han Peng
ns.py#L142 IpAddressGenerationFailureClient: https://github.com/openstack/python-neutronclient/blob/master/neutronclient/common/exceptions.py#L152 ** Affects: nova Importance: Undecided Assignee: Xu Han Peng (xuhanp) Status: New ** Changed in: nova Assignee: (unassigned) =>

[Yahoo-eng-team] [Bug 1327019] Re: OpenStack shell print credentials by default in debug mode

2014-06-10 Thread Xu Han Peng
** Description changed: - neutron client shell set log_credentials to True for debugging purpose: + OpenStack shell client prints credential information (user password and + user token) by default in debug mode. - https://github.com/openstack/python- - neutronclient/blame/master/neutronclient/s

[Yahoo-eng-team] [Bug 1316515] [NEW] DHCPv6 Solicit should be allowed like IPv4

2014-05-06 Thread Xu Han Peng
Public bug reported: DHCPv6 solicit UDP package is currently dropped because there is no security group rule to allow it like IPv4: Chain neutron-openvswi-o3bb99c0d-6 (2 references) target prot opt source destination RETURN ipv6-icmpanywhere anywhere

[Yahoo-eng-team] [Bug 1311589] [NEW] DB2 upgrade failure for 50d5ba354c23_ml2_binding_vif_details

2014-04-23 Thread Xu Han Peng
type but uses small int ** Affects: neutron Importance: Undecided Assignee: Xu Han Peng (xuhanp) Status: New ** Changed in: neutron Assignee: (unassigned) => Xu Han Peng (xuhanp) -- You received this bug notification because you are a member of Yahoo! Enginee

[Yahoo-eng-team] [Bug 1307788] [NEW] IPv6 mode should not be specified in API when ip version is 4

2014-04-14 Thread Xu Han Peng
Public bug reported: Need to add a validation to ipv6_ra_mode and ipv6_address_mode with ip version. An InvalidInput error should be prompted when ipv6_ra_mode or ipv6_address_mode is specified in API and ip version is 4. ** Affects: neutron Importance: Undecided Assignee: Xu Han Peng

[Yahoo-eng-team] [Bug 1290252] [NEW] Router RA rule need to be updated when router is created after VM port

2014-03-10 Thread Xu Han Peng
ed Assignee: Xu Han Peng (xuhanp) Status: New ** Tags: ipv6 ** Changed in: neutron Assignee: (unassigned) => Xu Han Peng (xuhanp) ** Tags added: ipv6 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subsc

[Yahoo-eng-team] [Bug 1289088] [NEW] iptables firewall doesn't parse icmp type in security group rule

2014-03-06 Thread Xu Han Peng
processing the arg. This happens to both ipv4 and ipv6 icmp firewall rules. ** Affects: neutron Importance: Undecided Assignee: Xu Han Peng (xuhanp) Status: In Progress ** Changed in: neutron Assignee: (unassigned) => Xu Han Peng (xuhanp) -- You received this

[Yahoo-eng-team] [Bug 1286048] [NEW] Change INACTIVE status used in FWaaS and LBaaS into DOWN

2014-02-28 Thread Xu Han Peng
Public bug reported: INACTIVE status is used in FWaaS and LBaaS because DOWN is introduced later. INACTIVE should be changed to DOWN to be consistent with other network resource status. ** Affects: neutron Importance: Undecided Assignee: Xu Han Peng (xuhanp) Status: Confirmed

[Yahoo-eng-team] [Bug 1284518] [NEW] Link Local Address should be allowed to be set as router interface for IPv6 subnet

2014-02-25 Thread Xu Han Peng
Public bug reported: Although Link Local address is allowed to be set as the gateway IP address of an IPv6 subnet when force_gateway_on_subnet is set to False, the following error will occur when attach the subnet to a neutron router: neutron router-interface-add e911e39a-45e1-437f-bc5c-7c22b8c40