[Yahoo-eng-team] [Bug 1368661] Re: Unit tests sometimes fail because of stale pyc files

2017-05-17 Thread wangxiyuan
** Changed in: python-zaqarclient Status: Fix Committed => 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/1368661 Title: Unit tests sometimes fail

[Yahoo-eng-team] [Bug 1691340] Re: create default network show wrong

2017-05-17 Thread OpenStack Infra
** Changed in: neutron 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/1691340 Title: create default network show wrong Status in neutron: In

[Yahoo-eng-team] [Bug 1577488] Re: [RFE]"Fast exit" for compute node egress flows when using DVR

2017-05-17 Thread OpenStack Infra
Reviewed: https://review.openstack.org/355062 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=fb2093c3655ecd15f48e841c0fc6f9ccb7697a34 Submitter: Jenkins Branch:master commit fb2093c3655ecd15f48e841c0fc6f9ccb7697a34 Author: Swaminathan Vasudevan

[Yahoo-eng-team] [Bug 1691615] [NEW] Spurious "Received unexpected event network-vif-unplugged" warnings in n-cpu logs

2017-05-17 Thread Matt Riedemann
Public bug reported: In a normal tempest dsvm full CI job run we see at least 19 occurrences of this warning in the n-cpu logs: http://logs.openstack.org/64/458564/2/check/gate-tempest-dsvm-neutron- full-ubuntu- xenial/e5f9b92/logs/screen-n-cpu.txt.gz?level=TRACE#_May_07_20_08_38_082712 May 07

[Yahoo-eng-team] [Bug 1685761] Re: upload a 7.1G images TypeError: Cannot read property 'data' of undefined create failed

2017-05-17 Thread jeck
** Project changed: kolla-ansible => horizon -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1685761 Title: upload a 7.1G images TypeError: Cannot read property

[Yahoo-eng-team] [Bug 1685761] [NEW] upload a 7.1G images TypeError: Cannot read property 'data' of undefined create failed

2017-05-17 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: kolla stable ocata upload cirror is ok ,but upload big image.qcow2(7.1G winserver2008) is failed 830e26e34b64.js:652 JQMIGRATE: Logging is active 2830e26e34b64.js:1336 The initScope() method is deprecated. Invocation of it will stop in Queens.

[Yahoo-eng-team] [Bug 1691602] Re: live migration generates several network-changed events which lock up refreshing the nw info cache

2017-05-17 Thread Matt Riedemann
** Tags added: neutron ** Also affects: neutron Importance: Undecided Status: New ** Changed in: neutron Assignee: (unassigned) => Matt Riedemann (mriedem) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1691602] [NEW] live migration generates several network-changed events which lock up refreshing the nw info cache

2017-05-17 Thread Matt Riedemann
Public bug reported: Chris Friesen has reported that in Newton with a live migration that has ~16 ports per instance, the "network-changed" events generated from neutron when the vifs are unplugged from the source host can effectively block the network info cache refresh that's called at the end

[Yahoo-eng-team] [Bug 1691545] Re: Significant increase in DB connections with cells

2017-05-17 Thread Matt Riedemann
** Also affects: nova/newton Importance: Undecided Status: New ** Also affects: nova/ocata Importance: Undecided Status: New ** Changed in: nova/newton Status: New => Confirmed ** Changed in: nova/ocata Importance: Undecided => High ** Changed in: nova/ocata

[Yahoo-eng-team] [Bug 1626343] Re: Status dropdown list label in "Available" is unlocalized

2017-05-17 Thread OpenStack Infra
Reviewed: https://review.openstack.org/461453 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=74cfb5d9afc56b2086a532e8737872e30d40453f Submitter: Jenkins Branch:master commit 74cfb5d9afc56b2086a532e8737872e30d40453f Author: Julie Gravel Date:

[Yahoo-eng-team] [Bug 1687139] Re: dsid_missing_source of datasource OpenStack

2017-05-17 Thread Scott Moser
Hi, I suspect that new instances launched with cloud-init 0.7.9-90-g61eb03fe-0ubuntu1~16.04.1 will have the fix you're after. Unfortunately, the warnings don't get cleaned up unless you silence them as suggested (or rm -Rf /var/lib/cloud or /var/lib/cloud/instance/warnings/). If you do not

[Yahoo-eng-team] [Bug 1686514] Re: Azure: cloud-init does not handle reformatting GPT partition ephemeral disks

2017-05-17 Thread Scott Moser
** Also affects: cloud-init (Ubuntu Xenial) Importance: Undecided Status: New ** Also affects: cloud-init (Ubuntu Yakkety) Importance: Undecided Status: New ** Also affects: cloud-init (Ubuntu Artful) Importance: High Assignee: Scott Moser (smoser) Status: In

[Yahoo-eng-team] [Bug 1691551] [NEW] warnings are still printed after user touches file

2017-05-17 Thread Scott Moser
Public bug reported: When cloud-init shows a warning with Z99-cloudinit-warnings.sh (such as on login after a ds-identify error), it suggests that you can: Disable the warnings above by: touch /home/ubuntu/.cloud-warnings.skip or touch /var/lib/cloud/instance/warnings/.skip The second file

[Yahoo-eng-team] [Bug 1688645] Re: Networks panel action names not consistent with form names

2017-05-17 Thread OpenStack Infra
Reviewed: https://review.openstack.org/463854 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=24c8cfb31d19ae1abeb208edf0323e4f1c819105 Submitter: Jenkins Branch:master commit 24c8cfb31d19ae1abeb208edf0323e4f1c819105 Author: Julie Gravel Date:

[Yahoo-eng-team] [Bug 1691545] [NEW] Significant increase in DB connections with cells

2017-05-17 Thread melanie witt
Public bug reported: Recently in the gate we have seen a trace [1] on some work-in-progress patches: OperationalError: (pymysql.err.OperationalError) (1040, u'Too many connections') and at least one operator has reported that the number of database

[Yahoo-eng-team] [Bug 1691546] [NEW] libvirt: original exception is lost of vif unplug fails during attach_interface error handling

2017-05-17 Thread Matt Riedemann
Public bug reported: Because we're not using excutils.save_and_reraise_exception here: https://github.com/openstack/nova/blob/8d492c76d53f3fcfacdd945a277446bdfe6797b0/nova/virt/libvirt/driver.py#L1405 If the vif unplug call raises a new exception, we'll lose the original exception context from

[Yahoo-eng-team] [Bug 1658070] Re: Failed SR_IOV evacuation with host

2017-05-17 Thread Matt Riedemann
Ah gyee pointed out in IRC that if you're using microversion<2.29 then force is passed to the compute API code as None: https://github.com/openstack/nova/blob/stable/newton/nova/api/openstack/compute/evacuate.py#L92 And then this fails because force is not False, it's None:

[Yahoo-eng-team] [Bug 1658070] Re: Failed SR_IOV evacuation with host

2017-05-17 Thread Matt Riedemann
** Also affects: nova Importance: Undecided Status: 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/1658070 Title: Failed SR_IOV evacuation with host

[Yahoo-eng-team] [Bug 1691340] Re: create default network show wrong

2017-05-17 Thread Armando Migliaccio
I cannot repro the exact output as shown in this bug report. That said, the is_default flag applies only to router:external networks, as this is where it is actually used. Marking a regular network as default has no effect. This is probably a note that was omitted in [1]. Bear in mind that RFE

[Yahoo-eng-team] [Bug 1691517] [NEW] centos7 unit tests fail due to hard coded mkfs.ext4

2017-05-17 Thread Joshua Powers
Public bug reported: A recent merge that added a mkfs.ext4 tests has a hard coded location for the binary of mkfs.ext4. The result is that on centos 7, which has the command in a different location than Ubuntu, is a failed test: https://paste.ubuntu.com/24589593/ Steps to reproduce: lxc launch

[Yahoo-eng-team] [Bug 1691489] [NEW] fstab entries written by cloud-config may not be mounted

2017-05-17 Thread Scott Moser
Public bug reported: As reported in bug 1686514, sometimes /mnt will not get mounted when re- delpoying or stopping-then-starting a Azure vm of L32S. This is probably a more generic issue, I suspect shown due to the speed of disks on these systems. Related bugs: * bug 1686514: Azure:

[Yahoo-eng-team] [Bug 1677206] Re: Can not choose flavor in dashboard if glance.min_disk > flavor.disk

2017-05-17 Thread Beth Elwell
** Changed in: horizon Status: Invalid => New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1677206 Title: Can not choose flavor in dashboard if

[Yahoo-eng-team] [Bug 1689279] Re: tempest scenario trunk test "test_subport_connectivity" fails with non root rhel user

2017-05-17 Thread OpenStack Infra
Reviewed: https://review.openstack.org/463309 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=b92a37f3efb45ff2a503ed81863816b1a316cd8c Submitter: Jenkins Branch:master commit b92a37f3efb45ff2a503ed81863816b1a316cd8c Author: AlexSTafeyev Date:

[Yahoo-eng-team] [Bug 1691449] [NEW] Field "Admin State" show wrong value in network editing form.

2017-05-17 Thread Debo Zhang
Public bug reported: Version is Ocata. In network editing form, field "Admin State" show True/False, it should be UP/DOWN. ** Affects: horizon Importance: Undecided Assignee: Debo Zhang (laun-zhangdebo) Status: In Progress ** Changed in: horizon Assignee: (unassigned)

[Yahoo-eng-team] [Bug 1691446] [NEW] Label changes to True/False from UP/DOWN when an error occurred in firewall form.

2017-05-17 Thread Debo Zhang
Public bug reported: In firewall creating form, I forgot to choose a policy and click button "Add", then the form page reappeared with an error message, that's quite normal. But look at the field "Admin State", it has changed to be True/False, however, it should be UP/DOWN. ** Affects: horizon

[Yahoo-eng-team] [Bug 1690388] Re: wrong hwaddr on the vlan bond with nplan and cloud-init

2017-05-17 Thread Dimitri John Ledkov
** Also affects: cloud-init Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to cloud-init. https://bugs.launchpad.net/bugs/1690388 Title: wrong hwaddr on the vlan bond with nplan and

[Yahoo-eng-team] [Bug 1689346] Re: cloud-init and nplan do not parse and use OpenStack networking correctly with netmask

2017-05-17 Thread Dimitri John Ledkov
** Also affects: cloud-init Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to cloud-init. https://bugs.launchpad.net/bugs/1689346 Title: cloud-init and nplan do not parse and use

[Yahoo-eng-team] [Bug 1690480] Re: cloud-init / nplan - missing bond mode miimon xmit_hash_policy

2017-05-17 Thread Dimitri John Ledkov
** Also affects: cloud-init Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to cloud-init. https://bugs.launchpad.net/bugs/1690480 Title: cloud-init / nplan - missing bond mode miimon

[Yahoo-eng-team] [Bug 1667138] Re: Minumum bandwidth can be higher than maximum bandwidth limit in same QoS policy

2017-05-17 Thread OpenStack Infra
Reviewed: https://review.openstack.org/442375 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=a7e6d3b175b740b8286d2030fccba538e875e6df Submitter: Jenkins Branch:master commit a7e6d3b175b740b8286d2030fccba538e875e6df Author: Reedip Date: Tue Mar

[Yahoo-eng-team] [Bug 1684065] Re: No tests available for l3-ha extension under neutron tempest tests

2017-05-17 Thread OpenStack Infra
Reviewed: https://review.openstack.org/462013 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=b971ac799f632e1f2652adb2191c76fc29f271dc Submitter: Jenkins Branch:master commit b971ac799f632e1f2652adb2191c76fc29f271dc Author: Dongcan Ye Date:

[Yahoo-eng-team] [Bug 1691427] [NEW] AttributeError: 'DvrLocalRouter' object has no attribute 'ha_state'

2017-05-17 Thread sean redmond
Public bug reported: I have noticed the below in the newutron l3 agent log of compute nodes running in DVR mode, It seems to log the same message every 60 seconds or so. Restarting the agent will stop the log until log rotate is called the next day and then the return in the same fashion.

[Yahoo-eng-team] [Bug 1673411] Re: config-drive support is broken

2017-05-17 Thread James Page
Same issue on xenial-newton; I'll raise a separate bug to track the marshalling problem. ** Changed in: nova-lxd/newton Status: Fix Committed => Fix Released ** Changed in: nova-lxd/ocata Status: Fix Committed => Fix Released ** Tags removed: verification-newton-needed ** Tags

[Yahoo-eng-team] [Bug 1690165] Re: Gratutuious ARP updates sent by Neutron L3 agent may be ignored by Linux peers

2017-05-17 Thread OpenStack Infra
Reviewed: https://review.openstack.org/464020 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=96c5dd6a2b9610d345c8e7df73f25820b5041360 Submitter: Jenkins Branch:master commit 96c5dd6a2b9610d345c8e7df73f25820b5041360 Author: Ihar Hrachyshka Date:

[Yahoo-eng-team] [Bug 1666827] Re: Backport fixes for Rename Network return 403 Error

2017-05-17 Thread Edward Hope-Morley
The horizon 2:9.1.2-0ubuntu1~cloud0 point release has been uploaded to the Trusty Mitaka UCA [1] and will be available shortly so closing this bug. [1] https://bugs.launchpad.net/ubuntu/+source/keystone/+bug/1680098/comments/16 ** Changed in: cloud-archive/mitaka Status: Triaged => Fix

[Yahoo-eng-team] [Bug 1671365] Re: Downloading image with --progress fails for python3

2017-05-17 Thread Cyril Roelandt
Sorry to "steal" this bug, but I proposed a fix since it's getting a bit old: https://review.openstack.org/#/c/465469/ ** Project changed: glance => python-glanceclient ** Changed in: python-glanceclient Assignee: Abhishek Kekane (abhishek-kekane) => Cyril Roelandt (cyril-roelandt) --

[Yahoo-eng-team] [Bug 1602057] Re: [SRU] (libvirt) KeyError updating resources for some node, guest.uuid is not in BDM list

2017-05-17 Thread James Page
This bug was fixed in the package nova - 2:13.1.3-0ubuntu2~cloud0 --- nova (2:13.1.3-0ubuntu2~cloud0) trusty-mitaka; urgency=medium . * New update for the Ubuntu Cloud Archive. . nova (2:13.1.3-0ubuntu2) xenial; urgency=medium . * Fix exception due to BDM race in

[Yahoo-eng-team] [Bug 1648242] Re: [SRU] Failure to retry update_ha_routers_states

2017-05-17 Thread James Page
This bug was fixed in the package neutron - 2:8.4.0-0ubuntu2~cloud0 --- neutron (2:8.4.0-0ubuntu2~cloud0) trusty-mitaka; urgency=medium . * New update for the Ubuntu Cloud Archive. . neutron (2:8.4.0-0ubuntu2) xenial; urgency=medium . [ Edward Hope-Morley ] * Backport

[Yahoo-eng-team] [Bug 1691291] Re: Documentation for the theme preview panel should be updated

2017-05-17 Thread OpenStack Infra
Reviewed: https://review.openstack.org/465196 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=3cb953e1c70897d00b7d175fcd2de59385da2fdd Submitter: Jenkins Branch:master commit 3cb953e1c70897d00b7d175fcd2de59385da2fdd Author: Ying Zuo Date: Tue May

[Yahoo-eng-team] [Bug 1476114] Re: Launch instance failed using instances' snapshot created volume

2017-05-17 Thread Zhenyu Zheng
** Also affects: cinder Importance: Undecided Status: 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/1476114 Title: Launch instance failed using

[Yahoo-eng-team] [Bug 1495429] Re: Vmware: Failed to snapshot an instance with a big root disk.

2017-05-17 Thread Jay Pipes
Going to set this to Fix Released since the patch is in both Newton and Mitaka. ** Changed in: nova Status: Confirmed => Fix Released ** Changed in: oslo.vmware Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1690203] Re: keystoneauth1 v3 Token object ignores the token passed in

2017-05-17 Thread prashkre
** No longer affects: keystone -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpad.net/bugs/1690203 Title: keystoneauth1 v3 Token object ignores the token passed in Status in

[Yahoo-eng-team] [Bug 1691356] [NEW] vendor data is not properly rendered if there are multiline strings

2017-05-17 Thread Ignasi Barrera
Public bug reported: When using the vendor data to configure a set of cloud-init directives, if the YAML document contains multiline strings, the rendered vendor- data.txt file has an invalid format. According to the OpenStack vendor data format, used in the OpenStack and ConfigDrive data

[Yahoo-eng-team] [Bug 1673027] Re: ovsfw: no vm connectivity after nova reboot

2017-05-17 Thread IWAMOTO Toshihiro
*** This bug is a duplicate of bug 1645655 *** https://bugs.launchpad.net/bugs/1645655 ** This bug has been marked a duplicate of bug 1645655 ovs firewall cannot handle server reboot -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1675343] Re: vif_type='tap' fails with permission error on /dev/net/tun

2017-05-17 Thread Kevin Benton
Adding openstack-manuals so we can document the qemu.conf permissions required. ** No longer affects: nova -- 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/1675343 Title:

[Yahoo-eng-team] [Bug 1481715] Re: test_list_servers_filtered_by_ip_regex is racey in the gate

2017-05-17 Thread Jay Pipes
I've seen no evidence of this occurring within the last 30 days at least. Setting to Invalid. Feel free to re-open if you see this happening again in the future. ** Changed in: nova Assignee: Eli Qiao (taget-9) => (unassigned) ** Changed in: nova Status: Confirmed => Invalid -- You

[Yahoo-eng-team] [Bug 1675343] Re: vif_type='tap' fails with permission error on /dev/net/tun

2017-05-17 Thread Kevin Benton
** Also affects: openstack-manuals Importance: Undecided Status: 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/1675343 Title: vif_type='tap' fails with

[Yahoo-eng-team] [Bug 1456073] Re: Connection to an instance with floating IP breaks during block migration when using DVR

2017-05-17 Thread Jay Pipes
The fix for this was merged in Newton. Marking as Fix Released. ** Changed in: nova 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/1456073

[Yahoo-eng-team] [Bug 1691340] [NEW] create default network show wrong

2017-05-17 Thread Yan Songming
Public bug reported: when i create a network use --default --internal. It's resp is "is_default| True " When i show it, in fact it is None. [root@localhost auto_allocate]# openstack network create ysm_test --default --internal