[Yahoo-eng-team] [Bug 1612056] [NEW] Neutron-Vpnaas Rally run fails with error 'module' object has no attribute 'set'

2016-08-10 Thread Ashish Kumar Gupta
Public bug reported: Neutron-Vpnaas Rally run fails with error Failed to load module with plugins /opt/rally/plugins/test_vpn_status.py: 'module' object has no attribute 'set'. Actual: In the latest code of the types: First, we will add a new function, ``types.convert()``, to replace

[Yahoo-eng-team] [Bug 1612057] [NEW] XenAPI: Wrong calculation of available disk

2016-08-10 Thread John Hua
Public bug reported: https://git.openstack.org/cgit/openstack/nova/tree/nova/virt/xenapi/host.py#n230 will report the virtual utilisation of the SR; which is intentional as the assumption is that VMs may eventually use all of the space they are entitled to. However, this does not have to include

[Yahoo-eng-team] [Bug 1612045] [NEW] Put py34 first in the env order of tox

2016-08-10 Thread shizhihui
Public bug reported: When we running the tox, we are may always meeting the problem of "db type could not be determined" on py34, we have to run the py34 first, and then, run py27. So the patch puts py34 first on the tox.ini, which will solve the problem above effectively. ** Affects: horizon

[Yahoo-eng-team] [Bug 1586268] Re: Unit test: self.assertNotEqual in unit.test_base.BaseTest.test_eq does not work in PY2

2016-08-10 Thread OpenStack Infra
Reviewed: https://review.openstack.org/337435 Committed: https://git.openstack.org/cgit/openstack/python-keystoneclient/commit/?id=ef34175095d92a117fda149ad8a2e216e3a2b78c Submitter: Jenkins Branch:master commit ef34175095d92a117fda149ad8a2e216e3a2b78c Author: yuyafei

[Yahoo-eng-team] [Bug 1612029] [NEW] [sr-iov] pci passthrough whitelist doesn't support mult node

2016-08-10 Thread xhzhf
Public bug reported: Description === pci_passthrough_whitelist = {"address": ":0a:00.1", "physical_network": "physnet1"} If a nova-compute supports multi nodes. The nodes's pci address maybe repeat. So format above can not describe the situation. Steps to reproduce

[Yahoo-eng-team] [Bug 1610303] Re: l2pop mech fails to update_port_postcommit on a loaded cluster

2016-08-10 Thread OpenStack Infra
Reviewed: https://review.openstack.org/352844 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=26bdffb3d73f12833f6fdbdfab6f584f84507693 Submitter: Jenkins Branch:master commit 26bdffb3d73f12833f6fdbdfab6f584f84507693 Author: Oleg Bondarev Date:

[Yahoo-eng-team] [Bug 1611612] Re: linuxbridge and dhcp agents race removing tap

2016-08-10 Thread OpenStack Infra
Reviewed: https://review.openstack.org/353264 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=72720f9aa30169809e41e6dfbafc4e3561716ea5 Submitter: Jenkins Branch:master commit 72720f9aa30169809e41e6dfbafc4e3561716ea5 Author: Darragh O'Reilly

[Yahoo-eng-team] [Bug 1592546] Re: OVSLibTestCase.test_db_find_column_type_list is not isolated

2016-08-10 Thread OpenStack Infra
Reviewed: https://review.openstack.org/345296 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=319bc525b408c6df1905e9597da28c2d1ce3020c Submitter: Jenkins Branch:master commit 319bc525b408c6df1905e9597da28c2d1ce3020c Author: Boden R Date: Thu Jul

[Yahoo-eng-team] [Bug 1611991] [NEW] [ovs firewall] Port 23 is open on booted vms with only ping/ssh on 22 allowed.

2016-08-10 Thread Inessa Vasilevskaya
Public bug reported: Seen on master devstack, ubuntu xenial. Steps to reproduce: 1. Enable ovs firewall in /etc/neutron/plugins/ml2/ml2.conf [securitygroup] firewall_driver = openvswitch 2. Create a security group with icmp, tcp to 22. 3. Boot a VM, assign a floating ip. 4. Check that port

[Yahoo-eng-team] [Bug 1611509] Re: lbaasv2 doesn't support "https" keystone endpoint

2016-08-10 Thread Michael Johnson
>From the traceback and code snippet, this is an issue in the neutron- lbaas codebase. Because of this I have moved this into the neutron bugs list and tagged it with lbaas. ** Project changed: octavia => neutron ** Tags added: lbaas -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1611509] [NEW] lbaasv2 doesn't support "https" keystone endpoint

2016-08-10 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: I am trying to enable lbaasv2 using octavia driver in one of our mitaka deployment. And we got the error {code} neutron-server.log:2016-08-09 20:15:25.462 74450 ERROR neutron_lbaas.services.loadbalancer.plugin [req-87d34869-7fec-4269-894b-81a4f1771736

[Yahoo-eng-team] [Bug 1609795] Re: api-ref: glance 'versions' response incorrect

2016-08-10 Thread OpenStack Infra
Reviewed: https://review.openstack.org/351185 Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=7da4675321683724be7f9f4bb968b979e3ec329d Submitter: Jenkins Branch:master commit 7da4675321683724be7f9f4bb968b979e3ec329d Author: Brian Rosmaita

[Yahoo-eng-team] [Bug 1609175] Re: [api] Document query options for GET /projects

2016-08-10 Thread OpenStack Infra
Reviewed: https://review.openstack.org/352708 Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=5740a320f87e12daeb9b5a74bdbe56c784510a94 Submitter: Jenkins Branch:master commit 5740a320f87e12daeb9b5a74bdbe56c784510a94 Author: Tin Lam Date: Tue Aug

[Yahoo-eng-team] [Bug 1611964] [NEW] SNAT redirect rules should be removed only on Gateway clear.

2016-08-10 Thread Swaminathan Vasudevan
Public bug reported: SNAT redirect rules should be removed only on Gateway clear and not for a gateway move or gateway reschedule. This would cause the snat_node unreachable by the dvr service ports on the originating node. How to reproduce it. 1. Create a two network node setup (dvr_snat) 2.

[Yahoo-eng-team] [Bug 1582589] Re: ComputeCapacityFilter always reject irrelevant, self-defined specs

2016-08-10 Thread OpenStack Infra
Reviewed: https://review.openstack.org/317306 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=83b59ea6035df173fb206167a4911f512fe22e64 Submitter: Jenkins Branch:master commit 83b59ea6035df173fb206167a4911f512fe22e64 Author: OctopusZhang Date:

[Yahoo-eng-team] [Bug 1610069] Re: there is no detach interface api policy in nova

2016-08-10 Thread OpenStack Infra
Reviewed: https://review.openstack.org/352955 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=616102a9ffc05f820a5f44cbcff8941cb228066d Submitter: Jenkins Branch:master commit 616102a9ffc05f820a5f44cbcff8941cb228066d Author: Andrew Laski Date: Tue

[Yahoo-eng-team] [Bug 1611940] [NEW] vncserver_proxyclient_address changed from stropt to ipopt, breaking backwards compat without deprecation

2016-08-10 Thread David Moreau Simard
Public bug reported: The change https://review.openstack.org/#/c/348442/ introduced a backwards incompatible change, specifically at: https://review.openstack.org/#/c/348442/3/nova/conf/vnc.py@68 where vncserver_proxyclient_address was changed from a StrOpt to an IpOpt. This broke backwards

[Yahoo-eng-team] [Bug 1611920] [NEW] l2population mechanism driver should report vlan transparent support

2016-08-10 Thread Erik Colnick
Public bug reported: The l2population mechanism driver does not override the MechanismDriver base class check_vlan_transparent method. This results in the inability to create vlan-transparent networks when the l2populiation mechanism driver is included in the mechanism_drivers configuration

[Yahoo-eng-team] [Bug 1605278] Re: Merge python-django 1:1.9.8-1 (main) from Debian unstable (main)

2016-08-10 Thread Robie Basak
Marking this Won't Fix for now, to get it out of our triage list. Once Yakkety is released, feel free to change the status back to New for reconsideration (and we can ask for consensus again as needed). ** Changed in: python-django (Ubuntu) Status: Confirmed => Won't Fix -- You received

[Yahoo-eng-team] [Bug 1611895] [NEW] Security groups don't work by default in newish kernels

2016-08-10 Thread Andrew Bogott
Public bug reported: I recently had some bad experiences running nova-compute on a linux 4.4-series kernel. Specifically, the security-group code properly configured IPtables but the actual rules were completely bypassed -- EVERY port on EVERY instance was open to the outside world. This is

[Yahoo-eng-team] [Bug 1611892] [NEW] Quickbooks Customer Support Phone Number 1-844-887-9236 (SUPPORT TEAM)

2016-08-10 Thread Rajeshdeep Kumar
Public bug reported: quickbooks customer support phone number 1-844-887-9236 quickbooks customer support phone number 1-844-887-9236 quickbooks customer support phone number 1-844-887-9236 quickbooks customer support phone number 1-844-887-9236 quickbooks customer support phone number

[Yahoo-eng-team] [Bug 1611843] Re: MechanismManager fails to create vlan-transparent network incorrectly with legacy plugins

2016-08-10 Thread Erik Colnick
Setting this to 'invalid' since it isn't actually a bug. According to the original spec [1], this behavior (declining to create a VLAN transparent network in the case that any driver does not have the attribute or has the attribute set to false) is what is expected. [1]

[Yahoo-eng-team] [Bug 1611888] [NEW] 1844-887-9236 Quickbooks Activation Support Phone Number

2016-08-10 Thread Rajeshdeep Kumar
Public bug reported: 1844-887-9236 Quickbooks Activation Support Phone Number1844-887-9236 Quickbooks Activation Support Phone Number1844-887-9236 Quickbooks Activation Support Phone Number1844-887-9236 Quickbooks Activation Support Phone Number1844-887-9236 Quickbooks Activation Support Phone

[Yahoo-eng-team] [Bug 1552971] Re: InstanceList.get_by_security_group_id can run very slow

2016-08-10 Thread Matt Riedemann
** Also affects: nova/mitaka Importance: Undecided Status: New ** Changed in: nova Assignee: John Garbutt (johngarbutt) => Paul Griffin (paul-griffin) ** Changed in: nova Importance: Undecided => Medium ** Changed in: nova/mitaka Status: New => Confirmed ** Changed in:

[Yahoo-eng-team] [Bug 1611871] [NEW] Timeouts in conductor when updating large sets of security group rules (liberty)

2016-08-10 Thread Andrew Bogott
Public bug reported: I have a project with 130+ instances in it. When I set a 'source group' security rule in that project, the rule is never applied on the compute nodes. nova-compute logs include timeout warnings like the one pasted below. This timeout only happens in 'big' cases. If I add

[Yahoo-eng-team] [Bug 1611843] [NEW] MechanismManager fails to create vlan-transparent network incorrectly with legacy plugins

2016-08-10 Thread Erik Colnick
Public bug reported: As currently implemented, the _check_vlan_transparency method in the MechanismManager class will fail if there is any mechanism driver in the configured mechanism drivers list which does not implement the check_vlan_transparency method. This is because the check for support

[Yahoo-eng-team] [Bug 1611834] [NEW] [neutron-fwaas] "Unknown column 'r.tenant_id' in 'where clause'"

2016-08-10 Thread Corey Bryant
Public bug reported: A neutron database upgrade using the master branches results in a traceback that includes "Unknown column 'r.tenant_id' in 'where clause'". The upgrade command is: neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/ml2_conf.ini

[Yahoo-eng-team] [Bug 1391303] Re: 0.7.5: parse_ssh_config failing in ssh_util.py

2016-08-10 Thread Scott Moser
This is fixed in cloud-init 0.7.7. ** Changed in: cloud-init Status: Fix Committed => Fix Released -- 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/1391303 Title: 0.7.5:

[Yahoo-eng-team] [Bug 1553158] Re: [SRU] Add cloud-init data source for BigStep

2016-08-10 Thread Scott Moser
http://paste.ubuntu.com/22917489/ ** Changed in: cloud-init Status: Fix Committed => Fix Released -- 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/1553158 Title: [SRU] Add

[Yahoo-eng-team] [Bug 1553345] Re: Chef gem installer fails on ubuntu 14.04

2016-08-10 Thread Scott Moser
This is fixed in cloud-init 0.7.7 ** Changed in: cloud-init Status: Fix Committed => Fix Released -- 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/1553345 Title: Chef gem

[Yahoo-eng-team] [Bug 1558069] Re: Login complains "Your environment specifies an invalid locale", doesn't say which locale

2016-08-10 Thread Scott Moser
This is fixed in cloud-init 0.7.7. ** Changed in: cloud-init Status: Fix Committed => Fix Released -- 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/1558069 Title: Login

[Yahoo-eng-team] [Bug 1553815] Re: host keys never restored following metadata api outage

2016-08-10 Thread Scott Moser
This is fixed in cloud-init 0.7.7. ** Changed in: cloud-init Status: Fix Committed => Fix Released -- 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/1553815 Title: host keys

[Yahoo-eng-team] [Bug 1404311] Re: [SRU] gce metadata api doesn't properly stream binary data

2016-08-10 Thread Scott Moser
This is fixed in cloud-init 0.7.7. ** Changed in: cloud-init Status: Fix Committed => Fix Released -- 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/1404311 Title: [SRU] gce

[Yahoo-eng-team] [Bug 1383794] Re: [SRU] GCE datasource should use the short hostname

2016-08-10 Thread Scott Moser
This is fixed in cloud-init 0.7.7. ** Changed in: cloud-init Status: Fix Committed => Fix Released -- 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/1383794 Title: [SRU] GCE

[Yahoo-eng-team] [Bug 1391695] Re: IPv6 network info translation support for rhel

2016-08-10 Thread Scott Moser
This is fixed in cloud-init 0.7.7. ** Changed in: cloud-init Status: Fix Committed => Fix Released -- 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/1391695 Title: IPv6 network

[Yahoo-eng-team] [Bug 1507526] Re: Failed to load user-data on RHEV/AltCloud in wily due to bad udevadm args

2016-08-10 Thread Scott Moser
This is fixed in cloud-init 0.7.7. ** Changed in: cloud-init Status: Fix Committed => Fix Released -- 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/1507526 Title: Failed to

[Yahoo-eng-team] [Bug 1198297] Re: RFE: seed /dev/urandom with random data from metadata service when available

2016-08-10 Thread Scott Moser
This is fixed in cloud-init 0.7.7 ** Changed in: cloud-init Status: Fix Committed => Fix Released -- 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/1198297 Title: RFE: seed

[Yahoo-eng-team] [Bug 1355343] Re: cloud-init writes sources.list without newline at end of file

2016-08-10 Thread Scott Moser
This is fixed in cloud-init 0.7.7 ** Changed in: cloud-init Status: Fix Committed => Fix Released -- 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/1355343 Title: cloud-init

[Yahoo-eng-team] [Bug 1566824] Re: phone_home module should allow fqdn to be posted

2016-08-10 Thread Scott Moser
This is fixed in cloud-init 0.7.7 ** Changed in: cloud-init Status: Fix Committed => Fix Released -- 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/1566824 Title: phone_home

[Yahoo-eng-team] [Bug 1569018] Re: [FFe] support lxc bridge configuration

2016-08-10 Thread Scott Moser
This is fixed in cloud-init 0.7.7 ** Changed in: cloud-init Status: Fix Committed => Fix Released -- 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/1569018 Title: [FFe] support

[Yahoo-eng-team] [Bug 1597875] Re: Networking issues with the SmartOS datasource under Xenial

2016-08-10 Thread Scott Moser
This is fixed in cloud-init 0.7.7 ** Changed in: cloud-init Status: Fix Committed => Fix Released -- 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/1597875 Title: Networking

[Yahoo-eng-team] [Bug 1574113] Re: curtin/maas don't support multiple (derived) archives/repositories with custom keys

2016-08-10 Thread Scott Moser
This is fixed in cloud-init 0.7.7 ** Changed in: cloud-init Status: Fix Committed => Fix Released -- 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/1574113 Title: curtin/maas

[Yahoo-eng-team] [Bug 1554152] Re: pollinate fails in many circumstances, cloud-init reports that failure, maas reports node failed deployment

2016-08-10 Thread Scott Moser
This is fixed in cloud-init 0.7.7 ** Changed in: cloud-init Status: Fix Committed => Fix Released -- 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/1554152 Title: pollinate

[Yahoo-eng-team] [Bug 1548772] Re: mkfs fails on interactive input when no partition is used

2016-08-10 Thread Scott Moser
This is fixed in cloud-init 0.7.7 ** Changed in: cloud-init Status: Fix Committed => Fix Released -- 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/1548772 Title: mkfs fails on

[Yahoo-eng-team] [Bug 1539317] Re: default user should be in the lxd group

2016-08-10 Thread Scott Moser
This is fixed in cloud-init 0.7.7 ** Changed in: cloud-init Status: Fix Committed => Fix Released -- 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/1539317 Title: default user

[Yahoo-eng-team] [Bug 1536964] Re: Remove obsolete syslog.target dep from systemd services

2016-08-10 Thread Scott Moser
This is fixed in cloud-init 0.7.7 ** Changed in: cloud-init Status: Fix Committed => Fix Released -- 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/1536964 Title: Remove

[Yahoo-eng-team] [Bug 1576273] Re: CloudStack datasource fails to find DHCP lease if IPv6 present

2016-08-10 Thread Scott Moser
This is fixed in cloud-init 0.7.7 ** Changed in: cloud-init Status: Fix Committed => Fix Released -- 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/1576273 Title: CloudStack

[Yahoo-eng-team] [Bug 1594546] Re: no need to write systemd.link files

2016-08-10 Thread Scott Moser
This is fixed in cloud-init 0.7.7 ** Changed in: cloud-init Status: Fix Committed => Fix Released -- 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/1594546 Title: no need to

[Yahoo-eng-team] [Bug 1582323] Re: Commissioning fails when competing cloud metadata resides on disk

2016-08-10 Thread Scott Moser
This is fixed in cloud-init 0.7.7 ** Changed in: cloud-init Status: Fix Committed => Fix Released -- 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/1582323 Title: Commissioning

[Yahoo-eng-team] [Bug 1565638] Re: Cloud-init on Xenial won't deploy compressed content in "write_files" - says DecompressionError: Not a gzipped file

2016-08-10 Thread Scott Moser
This is fixed in cloud-init 0.7.7 ** Changed in: cloud-init Status: Fix Committed => Fix Released -- 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/1565638 Title: Cloud-init on

[Yahoo-eng-team] [Bug 1455233] Re: read_seeded broken

2016-08-10 Thread Scott Moser
This is fixed in cloud-init 0.7.7 ** Changed in: cloud-init Status: Fix Committed => Fix Released -- 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/1455233 Title: read_seeded

[Yahoo-eng-team] [Bug 1478103] Re: need support for configuring syslog

2016-08-10 Thread Scott Moser
This is fixed in cloud-init 0.7.7 ** Changed in: cloud-init Status: Fix Committed => Fix Released -- 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/1478103 Title: need support

[Yahoo-eng-team] [Bug 1461242] Re: cloud-init does not generate ed25519 keys

2016-08-10 Thread Scott Moser
This is fixed in cloud-init 0.7.7 ** Changed in: cloud-init Status: Fix Committed => Fix Released -- 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/1461242 Title: cloud-init

[Yahoo-eng-team] [Bug 1532072] Re: cloud-init fails with UnicodeDecodeError

2016-08-10 Thread Scott Moser
This is fixed in cloud-init 0.7.7 ** Changed in: cloud-init Status: Fix Committed => Fix Released -- 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/1532072 Title: cloud-init

[Yahoo-eng-team] [Bug 1465436] Re: growpart does not respect devices list

2016-08-10 Thread Scott Moser
This is fixed in cloud-init 0.7.7 ** Changed in: cloud-init Status: Fix Committed => Fix Released -- 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/1465436 Title: growpart does

[Yahoo-eng-team] [Bug 1513609] Re: easily disable cloud-init

2016-08-10 Thread Scott Moser
This is fixed in cloud-init 0.7.7 ** Changed in: cloud-init Status: Fix Committed => Fix Released -- 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/1513609 Title: easily disable

[Yahoo-eng-team] [Bug 1496960] Re: webhook reporter posts url encoded data not json data

2016-08-10 Thread Scott Moser
This is fixed in cloud-init 0.7.7 ** Changed in: cloud-init Status: Fix Committed => Fix Released -- 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/1496960 Title: webhook

[Yahoo-eng-team] [Bug 1463373] Re: [SRU] cc_apt_configure does not work with python3

2016-08-10 Thread Scott Moser
This is fixed in cloud-init 0.7.7 ** Changed in: cloud-init Status: Fix Committed => Fix Released -- 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/1463373 Title: [SRU]

[Yahoo-eng-team] [Bug 1487877] Re: write_files errors out on non ascii content

2016-08-10 Thread Scott Moser
This is fixed in cloud-init 0.7.7 ** Changed in: cloud-init Status: Fix Committed => Fix Released -- 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/1487877 Title: write_files

[Yahoo-eng-team] [Bug 1514407] Re: NoCloud provider fails with empty ds_cfg

2016-08-10 Thread Scott Moser
This is fixed in cloud-init 0.7.7 ** Changed in: cloud-init Status: Fix Committed => Fix Released -- 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/1514407 Title: NoCloud

[Yahoo-eng-team] [Bug 1568150] Re: xenial lxc containers not starting

2016-08-10 Thread Scott Moser
This is fixed in cloud-init 0.7.7 ** Changed in: cloud-init Status: Fix Committed => Fix Released -- 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/1568150 Title: xenial lxc

[Yahoo-eng-team] [Bug 1427939] Re: oauthlib code does not adjust timestamp

2016-08-10 Thread Scott Moser
This is fixed in cloud-init 0.7.7 ** Changed in: cloud-init Status: Fix Committed => Fix Released -- 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/1427939 Title: oauthlib code

[Yahoo-eng-team] [Bug 1353008] Re: MAAS Provider: LXC did not get DHCP address, stuck in "pending"

2016-08-10 Thread Scott Moser
This is fixed in cloud-init 0.7.7 ** Changed in: cloud-init Status: Fix Committed => Fix Released -- 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/1353008 Title: MAAS Provider:

[Yahoo-eng-team] [Bug 1449318] Re: power_state does not take effect when runcmd errors

2016-08-10 Thread Scott Moser
This is fixed in cloud-init 0.7.7 ** Changed in: cloud-init Status: Fix Committed => Fix Released -- 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/1449318 Title: power_state

[Yahoo-eng-team] [Bug 1596690] Re: restoring from datasource without dsmode causes stacktrace

2016-08-10 Thread Scott Moser
This is fixed in cloud-init 0.7.7 ** Changed in: cloud-init Status: Fix Committed => Fix Released -- 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/1596690 Title: restoring from

[Yahoo-eng-team] [Bug 1387340] Re: 'output' directive not honored (/var/log/cloud-init-output.log missing)

2016-08-10 Thread Scott Moser
This is fixed in cloud-init 0.7.7 ** Changed in: cloud-init Status: Fix Committed => Fix Released -- 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/1387340 Title: 'output'

[Yahoo-eng-team] [Bug 1597699] Re: cc_mcollective.py fails on Ubuntu16.04

2016-08-10 Thread Scott Moser
This is fixed in cloud-init 0.7.7 ** Changed in: cloud-init Status: Fix Committed => Fix Released -- 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/1597699 Title:

[Yahoo-eng-team] [Bug 1315501] Re: cloud-init does not use interfaces.d in trusty

2016-08-10 Thread Scott Moser
This is fixed in cloud-init 0.7.7 ** Changed in: cloud-init Status: Fix Committed => Fix Released -- 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/1315501 Title: cloud-init

[Yahoo-eng-team] [Bug 1428495] Re: Does not enable ssh even with ssh_enabled: True

2016-08-10 Thread Scott Moser
This is fixed in cloud-init 0.7.7 ** Changed in: cloud-init Status: Fix Committed => Fix Released -- 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/1428495 Title: Does not

[Yahoo-eng-team] [Bug 1258619] Re: New debug module that prints some information about the instance

2016-08-10 Thread Scott Moser
This is fixed in cloud-init 0.7.7 ** Changed in: cloud-init Status: Fix Committed => Fix Released -- 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/1258619 Title: New debug

[Yahoo-eng-team] [Bug 1295223] Re: seedfrom cmdline option broken in 0.7.5

2016-08-10 Thread Scott Moser
This is fixed in cloud-init 0.7.7 ** Changed in: cloud-init Status: Fix Committed => Fix Released -- 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/1295223 Title: seedfrom

[Yahoo-eng-team] [Bug 1428139] Re: merge snappy support

2016-08-10 Thread Scott Moser
This is fixed in cloud-init 0.7.7 ** Changed in: cloud-init Status: Fix Committed => Fix Released -- 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/1428139 Title: merge snappy

[Yahoo-eng-team] [Bug 1445143] Re: fail to process user-data with cloud-config-archive

2016-08-10 Thread Scott Moser
This is fixed in cloud-init 0.7.7 ** Changed in: cloud-init Status: Fix Committed => Fix Released -- 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/1445143 Title: fail to

[Yahoo-eng-team] [Bug 1575055] Re: check_instance_id() error on reboots when using config-drive

2016-08-10 Thread Scott Moser
This is fixed in cloud-init 0.7.7 ** Changed in: cloud-init Status: Fix Committed => Fix Released -- 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/1575055 Title:

[Yahoo-eng-team] [Bug 1602373] Re: cloud-init doesn't always land files that one expects

2016-08-10 Thread Scott Moser
This is fixed in cloud-init 0.7.7 ** Changed in: cloud-init Status: Fix Committed => Fix Released -- 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/1602373 Title: cloud-init

[Yahoo-eng-team] [Bug 1590104] Re: network config from datasource overrides network config from system

2016-08-10 Thread Scott Moser
This is fixed in cloud-init 0.7.7 ** Changed in: cloud-init Status: Fix Committed => Fix Released -- 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/1590104 Title: network config

[Yahoo-eng-team] [Bug 1577982] Re: ConfigDrive: cloud-init fails to configure network from network_data.json

2016-08-10 Thread Scott Moser
This is fixed in cloud-init 0.7.7 ** Changed in: cloud-init Status: Fix Committed => Fix Released -- 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/1577982 Title: ConfigDrive:

[Yahoo-eng-team] [Bug 1592505] Re: stack trace on reboot with NoCloud datasource on reboot

2016-08-10 Thread Scott Moser
** Changed in: cloud-init Status: Fix Committed => Fix Released -- 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/1592505 Title: stack trace on reboot with NoCloud datasource on

[Yahoo-eng-team] [Bug 1540844] Re: ML2's assumptions about transactions should be explicit

2016-08-10 Thread OpenStack Infra
Reviewed: https://review.openstack.org/275110 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=b25f6448d530b51eea4a36b3d087515e8495f53f Submitter: Jenkins Branch:master commit b25f6448d530b51eea4a36b3d087515e8495f53f Author: Kevin Benton Date: Thu

[Yahoo-eng-team] [Bug 1611750] [NEW] LBaaSv2 SELECT FOR UPDATE error in postgresql

2016-08-10 Thread Alberto Planas
Public bug reported: When deleting or updating a lbaasv2 (creating a listener) in postgresql, this error happens: 2016-07-26 07:20:42.611 15316 ERROR neutron.api.v2.resource DBError: (psycopg2.NotSupportedError) FOR UPDATE cannot be applied to the nullable side of an outer join 2016-07-26

[Yahoo-eng-team] [Bug 1611746] [NEW] rpc callback framework doesn't push context

2016-08-10 Thread Kevin Benton
Public bug reported: The logic to push objects onto the wire to the agents (neutron/api/rpc/handlers/resources_rpc.py) doesn't send the context with it. This makes it difficult to trace a request-ID all of the way through to actions on the agent. It would be nice if we sent the context to

[Yahoo-eng-team] [Bug 1611681] [NEW] test_db_find_column_type_list failing in gate

2016-08-10 Thread Kevin Benton
Public bug reported: duplicate tag entry causing failure. example from http://logs.openstack.org/10/275110/13/check/gate-neutron-dsvm- functional/8cd2e03/testr_results.html.gz Traceback (most recent call last): File "neutron/tests/functional/agent/test_ovs_lib.py", line 395, in

[Yahoo-eng-team] [Bug 1327061] Re: flavor extras cpu_period out of range will cause unsupported configuration

2016-08-10 Thread LIU Yulong
** Changed in: horizon Status: In Progress => Invalid -- 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/1327061 Title: flavor extras cpu_period out of range

[Yahoo-eng-team] [Bug 1596829] Re: String interpolation should be delayed at logging calls

2016-08-10 Thread OpenStack Infra
Reviewed: https://review.openstack.org/352178 Committed: https://git.openstack.org/cgit/openstack/congress/commit/?id=fb921a86d339a632e21404acb11eed735f9dab62 Submitter: Jenkins Branch:master commit fb921a86d339a632e21404acb11eed735f9dab62 Author: Takashi NATSUME

[Yahoo-eng-team] [Bug 1607585] Re: neutron server report error when get loadbalance status

2016-08-10 Thread OpenStack Infra
Reviewed: https://review.openstack.org/348652 Committed: https://git.openstack.org/cgit/openstack/neutron-lbaas/commit/?id=b09d4d2ee0ea71a52679f0eb2743116dbb7e5442 Submitter: Jenkins Branch:master commit b09d4d2ee0ea71a52679f0eb2743116dbb7e5442 Author: ahdj007 Date:

[Yahoo-eng-team] [Bug 1555666] Re: Nova FC and iSCSI volume drivers use same 'iscsi_use_multipath' conf entry for multipath

2016-08-10 Thread Prateek Arora
*** This bug is a duplicate of bug 1593860 *** https://bugs.launchpad.net/bugs/1593860 ** This bug has been marked a duplicate of bug 1593860 iscsi_use_multipath confusing -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1611632] [NEW] neutron_dynamic_routing project is bound to rpc driver closely

2016-08-10 Thread Yang Yu
Public bug reported: The interface https://github.com/openstack/neutron-dynamic- routing/blob/master/neutron_dynamic_routing/services/bgp/bgp_plugin.py is bound to rpc driver so closely, it is not suitable to extend the BGP driver which is agentless. So we need to do following steps: 1>

[Yahoo-eng-team] [Bug 1611627] [NEW] revision plugin throwing objectdeletederror

2016-08-10 Thread Kevin Benton
Public bug reported: If there is an expired object in the session that got concurrently deleted by another session, the revision plugin may throw an ObjectDeletedError when it goes to bump the revision and references expired attributes (causing a DB lookup that returns nothing). 2016-08-09

[Yahoo-eng-team] [Bug 1611628] [NEW] test_admin_only_rules doesn't check an 'admin_or_owner' case correctly

2016-08-10 Thread Takashi NATSUME
Public bug reported: The test_admin_only_rules method of RealRolePolicyTestCase class in nova/tests/unit/test_policy.py doesn't check an 'admin_or_owner' case correctly. def test_admin_only_rules(self): for

[Yahoo-eng-team] [Bug 1611626] [NEW] neutron port-list consumes much longer for normal tenant user than admin role user

2016-08-10 Thread yong sheng gong
Public bug reported: I have a neutron deployment where there are just 300 ports. for admin user to run neutron port-list, it just took 2 secs, but for normal tenant user, it took more than 10+ secs. I examined the API codes, thought it is the authorisation check that makes the difference. **

[Yahoo-eng-team] [Bug 1611613] [NEW] python-cinderclient documentation unclear on Volume.attach

2016-08-10 Thread Matthew S
Public bug reported: python-cinderclient ships a class cinderclient.v1.volumes.Volume which has an 'attach' method, documented rather vaguely as "Set attachment metadata.". This method should not be called directly by API users when attempting to attach a Cinder volume to a Nova instance, else

[Yahoo-eng-team] [Bug 1611613] Re: python-cinderclient documentation unclear on Volume.attach

2016-08-10 Thread Matthew S
Proposed replacement help text: Inform Cinder that the given volume is attached to the given instance. If the volume is not actually attached to the given instance, inconsistent data will result. This is not the correct way to attach a volume to an instance. ** Project changed: nova =>

[Yahoo-eng-team] [Bug 1611612] [NEW] linuxbridge and dhcp agents race removing tap

2016-08-10 Thread Darragh O'Reilly
Public bug reported: When a network is deleted, an exception can happen because the lb-agent tries to removes the dhcp tap from the bridge at about the same time as the dhcp-agent is deleting the tap. The unhandled expection results in the bridge not getting cleaned up and an error and stacktrace