[Yahoo-eng-team] [Bug 1635180] Re: Firewall creation is stuck in "PENDING_UPDATE"

2016-11-08 Thread Jens Offenbach
I think, this instruction is missing in the documentation and should be added. ** Changed in: neutron Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1637452] Re: HA router & L2 pop: Link could not recover if tunnel NIC meets down and up

2016-11-08 Thread LIU Yulong
Mitaka needs this: https://review.openstack.org/#/c/382210/ ** Changed in: neutron Status: New => Incomplete ** Changed in: neutron Status: Incomplete => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1640395] [NEW] Missing 'ports' attribute when GET firewall-groups

2016-11-08 Thread Yushiro FURUKAWA
Public bug reported: In current fwaas-v2, "ports" attribute is missing when following requests: * GET v2.0/fwaas/firewall_groups/ * GET v2.0/fwaas/firewall_groups/{firewall_group_id} It seems plugin layer does not have method 'get_firewall_groups'. [How to reproduce] $ source

[Yahoo-eng-team] [Bug 1632146] Re: I18N: Horizon returns HTTP 500 when using some specific Accept-Language header values

2016-11-08 Thread Richard Jones
I can't reproduce your issue with the current master of Horizon. I have a local Horizon installation and when I attempt: curl -H 'Accept-Language: es' http://localhost:8000/auth/login/ I get a Spanish version of the login page, but when I use a language code that is not translated I just get

[Yahoo-eng-team] [Bug 1082248] Re: Use uuidutils instead of uuid.uuid4()

2016-11-08 Thread OpenStack Infra
Reviewed: https://review.openstack.org/394892 Committed: https://git.openstack.org/cgit/openstack/senlin/commit/?id=0e9c8a31189d1a8f0e2d193a61d1108e20acc75f Submitter: Jenkins Branch:master commit 0e9c8a31189d1a8f0e2d193a61d1108e20acc75f Author: jolie Date: Tue Nov 8

[Yahoo-eng-team] [Bug 1490051] Re: test_assert_pings_during_br_int_setup_not_lost fails with oslo_rootwrap.wrapper.NoFilterMatched

2016-11-08 Thread Launchpad Bug Tracker
[Expired for neutron because there has been no activity for 60 days.] ** Changed in: neutron Status: Incomplete => Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1490051

[Yahoo-eng-team] [Bug 1490051] Re: test_assert_pings_during_br_int_setup_not_lost fails with oslo_rootwrap.wrapper.NoFilterMatched

2016-11-08 Thread Launchpad Bug Tracker
[Expired for neutron kilo because there has been no activity for 60 days.] ** Changed in: neutron/kilo Status: Incomplete => Expired -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1631872] Re: Not all neutron ports are ACTIVE after the vm spawns

2016-11-08 Thread Matt Riedemann
This needs to be fixed in the hyper-v driver in nova also, anything using neutron should have the code that waits for the vif plugged event before making the server as ACTIVE. Clients expect that once the server is ACTIVE they can ssh into it and perform other operations on it. ** Also affects:

[Yahoo-eng-team] [Bug 1639057] Re: Nova API Error when creating key pair on stable/mitaka

2016-11-08 Thread Matt Riedemann
The upper-constraint for paramiko in stable/mitaka is 1.16.0: https://github.com/openstack/requirements/blob/stable/mitaka/upper- constraints.txt#L235 2.0.0 was never tested in the upstream CI system and won't work, as you've noticed. Deployments should be using upper-constraints if they aren't

[Yahoo-eng-team] [Bug 1630298] Re: Logs for Django 1.9 and 1.10 are filled with spam about 'Developer' dashboard

2016-11-08 Thread OpenStack Infra
Reviewed: https://review.openstack.org/382533 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=f0f70002974694e4e2f6e094a49dd95cca7df5df Submitter: Jenkins Branch:master commit f0f70002974694e4e2f6e094a49dd95cca7df5df Author: Rob Cresswell

[Yahoo-eng-team] [Bug 1640358] [NEW] fwaas not support dvr

2016-11-08 Thread yanbotao
Public bug reported: Currently, fwaas v2 only works for centralized router, not dvr. The east-west traffic need firewall for security, so fwaas need work for dvr. ** Affects: neutron Importance: Undecided Status: New ** Tags: fwaas rfe ** Tags added: fwaas ** Tags added: rfe

[Yahoo-eng-team] [Bug 1639806] Re: devstackgaterc job is failing

2016-11-08 Thread Kevin Benton
** Also affects: neutron Importance: Undecided Status: New ** Changed in: neutron Status: New => Confirmed ** Changed in: neutron Assignee: (unassigned) => Kevin Benton (kevinbenton) ** Changed in: neutron Importance: Undecided => High -- You received this bug

[Yahoo-eng-team] [Bug 1636485] Re: VLAN aware VM - VM can be booted with neutron port which was configured as trunk-sub-port

2016-11-08 Thread Armando Migliaccio
For now, I'll make sure this is documented in [1], but unless someone manages to find a better solution as those presented in #9, I think this is not worth fixing (e.g. an internal bulk port update API)? [1] https://review.openstack.org/#/c/361776/ ** Changed in: neutron Status: Confirmed

[Yahoo-eng-team] [Bug 1640342] [NEW] Base64 encoded userdata scripts don't execute

2016-11-08 Thread Thomas Ferrell
Public bug reported: To replicate, attempt to pass in the example script from the doc here: http://cloudinit.readthedocs.io/en/latest/topics/format.html#user-data- script with base64 encoding. I tried using the AWS-SDK for Ruby V2 with a very simple base64 encoded script (which worked fine in

[Yahoo-eng-team] [Bug 1640335] [NEW] DisallowedHost: Invalid HTTP_HOST header

2016-11-08 Thread Tong Liu
Public bug reported: Every time I start horizon service, it reports the following exception: nicira@htb-1n-eng-dhcp8:~/devstack$ sudo tail -f /var/log/apache2/horizon_error.log | sed 's/\\x1b/\o033/g' & echo $! >/opt/stack/status/stack/horizon.pid; fg || echo "horizon failed to start" | tee

[Yahoo-eng-team] [Bug 1640319] Re: Neutron service q-svc couldn't start

2016-11-08 Thread Brian Haley
Those methods had been marked for deprecation and were finally removed, the NSX plugin needs to be updated to use the neutron-lib code instead. ** Project changed: neutron => vmware-nsx -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1640319] [NEW] Neutron service q-svc couldn't start

2016-11-08 Thread Tong Liu
Public bug reported: With latest neutron master code, neutron service q-svc could start due to the following error: 2016-11-08 21:54:39.435 DEBUG oslo_concurrency.lockutils [-] Lock "manager" released by "neutron.manager._create_instance" :: held 1.467s from (pid=18534) inner

[Yahoo-eng-team] [Bug 1367011] Re: glance-manage db_export_metadefs should always require a directory option

2016-11-08 Thread OpenStack Infra
Reviewed: https://review.openstack.org/368231 Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=9968b0993fe1859b7accb6701f2fffcbed757bc0 Submitter: Jenkins Branch:master commit 9968b0993fe1859b7accb6701f2fffcbed757bc0 Author: Alexander Bashmakov

[Yahoo-eng-team] [Bug 1638368] Re: new keystone db migrations require either SUPER or log_bin_trust_function_creators=1

2016-11-08 Thread OpenStack Infra
Reviewed: https://review.openstack.org/394603 Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=52f58eb4df23706a17ee08052360f3973a93ef69 Submitter: Jenkins Branch:master commit 52f58eb4df23706a17ee08052360f3973a93ef69 Author: Richard Avelar Date:

[Yahoo-eng-team] [Bug 1639487] Re: community goal: remove oslo incubated code

2016-11-08 Thread Ian Cordasco
Thanks for noticing that Steve. ** No longer affects: glance -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1639487 Title: community goal: remove oslo incubated code Status in Glance

[Yahoo-eng-team] [Bug 1640283] [NEW] Unchanged trace is not detected as such, and fails tests

2016-11-08 Thread Omer Anson
Public bug reported: On the gate, tests that run ovs-appctl ofproto/trace (i.e. simulate a packet passing through the OVS/OpenFlow pipeline) do not detect that the packet is unchanged unless the flow states 'unchanged.' This behaviour does not work in OVS 2.5.0, and was fixed in OVS 2.5.1.

[Yahoo-eng-team] [Bug 1640271] [NEW] Prefix delegation: bind LLA is removed from the gateway port with a regular neutron router

2016-11-08 Thread Baodong (Robert) Li
Public bug reported: Following the wiki http://docs.openstack.org/mitaka/networking-guide /config-ipv6.html, setup PD in a openstack deployment. Create a router and add a PD-enabled subnet as in below: neutron net-create ipv6-pd-net neutron subnet-create --ip-version 6 --name

[Yahoo-eng-team] [Bug 1556991] Re: Isolated metadata will not work if ipv6 subnet is created first

2016-11-08 Thread OpenStack Infra
Reviewed: https://review.openstack.org/293237 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=784864d1785bcd32297865cae5a7a243b05ed30d Submitter: Jenkins Branch:master commit 784864d1785bcd32297865cae5a7a243b05ed30d Author: Hong Hui Xiao Date:

[Yahoo-eng-team] [Bug 1639239] Re: ValueError for Invalid InitiatorConnector in s390

2016-11-08 Thread Matt Riedemann
** Changed in: os-brick Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1639239 Title: ValueError for Invalid

[Yahoo-eng-team] [Bug 1640265] [NEW] LBaaSv2 uses fixed MTU of 1500, leading to packet dropping

2016-11-08 Thread Paulo Matias
Public bug reported: The LBaaSv2's HAProxy plugin sets up a VIF without specifying its MTU. Therefore, the VIF always gets the default MTU of 1500. When attaching the load balancer to a VXLAN-backed project (tenant) network, which by default has a MTU of 1450, this leads to packet dropping.

[Yahoo-eng-team] [Bug 1082248] Re: Use uuidutils instead of uuid.uuid4()

2016-11-08 Thread OpenStack Infra
Reviewed: https://review.openstack.org/394795 Committed: https://git.openstack.org/cgit/openstack/ironic-python-agent/commit/?id=ef6c1cb9ce0e56ed7b629f4e239083e67eee13a1 Submitter: Jenkins Branch:master commit ef6c1cb9ce0e56ed7b629f4e239083e67eee13a1 Author: Luong Anh Tuan

[Yahoo-eng-team] [Bug 1640239] [NEW] Unit test code installed in deployment

2016-11-08 Thread Dave McCowan
Public bug reported: It is Horizon's (and OpenStack's) practice to not install unit test code as part of deployment. It is also a security best practice to not install and expose test code to a end users of a deployment. Using the AppScan test suite, it was found that: GET

[Yahoo-eng-team] [Bug 1607724] Re: OVS Mech: Set hybrid plug based on agent config

2016-11-08 Thread OpenStack Infra
Reviewed: https://review.openstack.org/377830 Committed: https://git.openstack.org/cgit/openstack/openstack-manuals/commit/?id=78497eb6004d09e95b91ef1ba047ae237930ede4 Submitter: Jenkins Branch:master commit 78497eb6004d09e95b91ef1ba047ae237930ede4 Author: Trevor McCasland

[Yahoo-eng-team] [Bug 1640220] [NEW] Deprecate SR-IOV 'physical_device_mappings' config option

2016-11-08 Thread edan david
Public bug reported: The device to physnet validation is made in Nova by pci_whitelist config option. Therefore it is redundant to validate it in Neutron with physical_device_mappings config option. ** Affects: neutron Importance: Undecided Assignee: edan david (edand)

[Yahoo-eng-team] [Bug 1640221] [NEW] Can't create floatingip with specified uuid

2016-11-08 Thread Stefan
Public bug reported: There are some cases in which we need to a rollback a delete floatingip action (e.g. some error in a specific L3 service implementation) and for that we basically require creating the old floatingip, including the uuid. The current L3_NAT_dbonly_mixin implementation generates

[Yahoo-eng-team] [Bug 1518430] Re: liberty: ~busy loop on epoll_wait being called with zero timeout

2016-11-08 Thread Corey Bryant
** Also affects: cloud-archive Importance: Undecided Status: New ** Also affects: cloud-archive/newton Importance: Undecided Status: New ** Also affects: cloud-archive/icehouse Importance: Undecided Status: New ** Also affects: cloud-archive/liberty Importance:

[Yahoo-eng-team] [Bug 1611237] Re: Restart neutron-openvswitch-agent get ERROR "Switch connection timeout"

2016-11-08 Thread Ihar Hrachyshka
I reopen the bug; we use Ryu local controller by default for OVS agent, we probably forget to kill the controller before exiting from the agent. ** Changed in: neutron Status: Invalid => New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1640202] [NEW] L3 agent failure to setup floating IPs

2016-11-08 Thread Nicolas Vila
Public bug reported: Hello, We have a Mitaka deploy with several projects running, with 3 controller nodes and 4 compute nodes. After restarting the L3 agent, for one specific tenant the floating IPs that are attached to an instance are not actually attached, L3 agent is throwing the following

[Yahoo-eng-team] [Bug 1640174] [NEW] Providing dns_name as a port-create parameter creates a port with empty dns-name parameter

2016-11-08 Thread Gena
Public bug reported: Trying to create a port with dns-name in neutron using the following command: 'neutron port-create --dns-name="moshe"' creates a port for that network with empty dns-name Testing with neutron port-show shows empty dns-name ** Affects: neutron Importance: Undecided

[Yahoo-eng-team] [Bug 1082248] Re: Use uuidutils instead of uuid.uuid4()

2016-11-08 Thread Sean McGinnis
** Changed in: cinder 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/1082248 Title: Use uuidutils instead of uuid.uuid4() Status in Cinder:

[Yahoo-eng-team] [Bug 1635156] Re: fwaas v2 hit driver internal error when restart l3 agent

2016-11-08 Thread OpenStack Infra
Reviewed: https://review.openstack.org/389058 Committed: https://git.openstack.org/cgit/openstack/neutron-fwaas/commit/?id=7de84412592562e1a1b9a0f67cd665c9bc9b Submitter: Jenkins Branch:master commit 7de84412592562e1a1b9a0f67cd665c9bc9b Author: ZhaoBo Date:

[Yahoo-eng-team] [Bug 1640164] [NEW] Rolling upgrade M to N: DBDeadlock Error when create instance during sync database

2016-11-08 Thread Anh Tran
Public bug reported: I have 3 controller nodes running HA active/active, using KVM hypervisor and Maria cluster as shared database. The system was deployed by Devstack Mitaka version on virtual machines which was created by virt- manager. I have upgraded Keytone to N version, then I tried to

[Yahoo-eng-team] [Bug 1518430] Re: liberty: ~busy loop on epoll_wait being called with zero timeout

2016-11-08 Thread OpenStack Infra
Reviewed: https://review.openstack.org/386656 Committed: https://git.openstack.org/cgit/openstack/oslo.messaging/commit/?id=a6c193f3eba62cdcbfe04d0fa93e95352bcfb1c3 Submitter: Jenkins Branch:master commit a6c193f3eba62cdcbfe04d0fa93e95352bcfb1c3 Author: John Eckersberg

[Yahoo-eng-team] [Bug 1625209] Re: ipv6 options are being checked for ipv4 subnet

2016-11-08 Thread OpenStack Infra
** Changed in: networking-calico Status: Invalid => In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1625209 Title: ipv6 options are being checked for ipv4 subnet

[Yahoo-eng-team] [Bug 1082248] Re: Use uuidutils instead of uuid.uuid4()

2016-11-08 Thread Steve Martinelli
This is an implementation detail and we won't be fixing it in Keystone. There's no gain as far as I can tell. ** Changed in: keystone Status: New => Invalid ** No longer affects: keystone -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1082248] Re: Use uuidutils instead of uuid.uuid4()

2016-11-08 Thread Amrith Kumar
** No longer affects: trove -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1082248 Title: Use uuidutils instead of uuid.uuid4() Status in Cinder: New Status in OpenStack Dashboard

[Yahoo-eng-team] [Bug 1640115] [NEW] Policies ['update_rbac_policy:target_tenant'] are part of a cyclical reference.

2016-11-08 Thread Jordan Pittier
Public bug reported: Hi, This message: WARNING oslo_policy.policy [XXX] Policies ['update_rbac_policy:target_tenant'] are part of a cyclical reference. spams the neutron-server logs. It's printed ~30.000 times in an average Gate runs. This makes the log file hard to read and slows logstash. **

[Yahoo-eng-team] [Bug 1082248] Re: Use uuidutils instead of uuid.uuid4()

2016-11-08 Thread zhangjialong
Duplicate of https://review.openstack.org/#/c/394346/ ** Changed in: mistral Status: In Progress => Invalid ** Changed in: mistral Assignee: zhangjialong (zhangjl) => (unassigned) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1082248] Re: Use uuidutils instead of uuid.uuid4()

2016-11-08 Thread OpenStack Infra
Reviewed: https://review.openstack.org/394791 Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=c4aa8e97dfc95a663b2273478ea5105bad5358fd Submitter: Jenkins Branch:master commit c4aa8e97dfc95a663b2273478ea5105bad5358fd Author: Luong Anh Tuan Date:

[Yahoo-eng-team] [Bug 1082248] Re: Use uuidutils instead of uuid.uuid4()

2016-11-08 Thread bailin.zhang
** Also affects: tacker Importance: Undecided Status: New ** Changed in: tacker Status: New => In Progress ** Changed in: tacker Assignee: (unassigned) => bailin.zhang (bailin-zhang) -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1082248] Re: Use uuidutils instead of uuid.uuid4()

2016-11-08 Thread bailin.zhang
** Also affects: networking-ovn Importance: Undecided Status: New ** Changed in: networking-ovn Status: New => In Progress ** Changed in: networking-ovn Assignee: (unassigned) => bailin.zhang (bailin-zhang) -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1082248] Re: Use uuidutils instead of uuid.uuid4()

2016-11-08 Thread liaonanhai
** Also affects: murano 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/1082248 Title: Use uuidutils instead of uuid.uuid4() Status in

[Yahoo-eng-team] [Bug 1082248] Re: Use uuidutils instead of uuid.uuid4()

2016-11-08 Thread Tuan
** Also affects: trove 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/1082248 Title: Use uuidutils instead of uuid.uuid4() Status in Cinder:

[Yahoo-eng-team] [Bug 1621391] Re: Error "Could not find resource cirros" even image is created

2016-11-08 Thread Ali Jabbar
** Changed in: glance Status: Incomplete => Opinion ** Changed in: glance Status: Opinion => New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1621391

[Yahoo-eng-team] [Bug 1082248] Re: Use uuidutils instead of uuid.uuid4()

2016-11-08 Thread bailin.zhang
** Also affects: kuryr-libnetwork Importance: Undecided Status: New ** Changed in: kuryr-libnetwork Status: New => In Progress ** Changed in: kuryr-libnetwork Assignee: (unassigned) => bailin.zhang (bailin-zhang) -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1082248] Re: Use uuidutils instead of uuid.uuid4()

2016-11-08 Thread bailin.zhang
** Also affects: kuryr Importance: Undecided Status: New ** Changed in: kuryr Assignee: (unassigned) => bailin.zhang (bailin-zhang) ** Changed in: kuryr Status: New => In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team,

[Yahoo-eng-team] [Bug 1082248] Re: Use uuidutils instead of uuid.uuid4()

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

[Yahoo-eng-team] [Bug 1082248] Re: Use uuidutils instead of uuid.uuid4()

2016-11-08 Thread Jesse
** Also affects: magnum Importance: Undecided Status: New ** Changed in: magnum Assignee: (unassigned) => Jesse (boycht) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.