[Yahoo-eng-team] [Bug 1565732] Re: glance_store run_tests.sh fails due to missing dependencies

2016-04-04 Thread Hemanth Makkapati
** Changed in: glance Status: In Progress => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1565732 Title: glance_store run_tests.sh fails due to missing dependencies

[Yahoo-eng-team] [Bug 1442098] Re: instance_group_member entries not deleted when the instance deleted

2016-04-04 Thread OpenStack Infra
Reviewed: https://review.openstack.org/289392 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=e2f4370b04598833939f2b869e7bac11c02a4921 Submitter: Jenkins Branch:master commit e2f4370b04598833939f2b869e7bac11c02a4921 Author: zte-hanrong Date: Mon

[Yahoo-eng-team] [Bug 1566113] [NEW] Create volume transfer name required error

2016-04-04 Thread qiaomin032
Public bug reported: In the 'Create Transfer Form', if the name input is blank, there will cast error:"Error: Unable to create volume transfer",So the name field should be required. ** Affects: horizon Importance: Undecided Status: New ** Attachment added: "create_transfer.jpg"

[Yahoo-eng-team] [Bug 1489059] Re: "db type could not be determined" running py34

2016-04-04 Thread OpenStack Infra
Reviewed: https://review.openstack.org/288696 Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=1787244db42422db4f853a6acd845c800e7ce995 Submitter: Jenkins Branch:master commit 1787244db42422db4f853a6acd845c800e7ce995 Author: Tom Barron Date: Fri

[Yahoo-eng-team] [Bug 1393391] Re: neutron-openvswitch-agent stuck on no queue 'q-agent-notifier-port-update_fanout..

2016-04-04 Thread Mathew Hodson
** Changed in: neutron Status: Confirmed => Invalid ** No longer affects: neutron (Ubuntu) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1393391 Title:

[Yahoo-eng-team] [Bug 1566046] [NEW] Fix TypeError when trying to update an arp entry for ports with allowed_address_pairs on DVR router

2016-04-04 Thread Swaminathan Vasudevan
Public bug reported: TypeError is seen when trying to update an arp entry for ports with allowed_address_pairs on DVR router. This was seen in the master branch while I was testing the allowed_address_pair with floatingips on DVR router. plugin.update_arp_entry_for_dvr_service_port(context,

[Yahoo-eng-team] [Bug 1562834] Re: There are some trivial errors in doc/tutorials/plugin.rst

2016-04-04 Thread OpenStack Infra
Reviewed: https://review.openstack.org/299468 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=6a880bd0c16ecdff7ae9917fb7abb4535b09cd78 Submitter: Jenkins Branch:master commit 6a880bd0c16ecdff7ae9917fb7abb4535b09cd78 Author: Bo Wang Date: Wed

[Yahoo-eng-team] [Bug 1566025] [NEW] Unable to delete security groups; security_group table 'deleted' field needs migration

2016-04-04 Thread Andrew Bogott
Public bug reported: My long-standing Nova installation has the following columns in the security_groups table: +-+--+--+-+-++ | Field | Type | Null | Key | Default | Extra |

[Yahoo-eng-team] [Bug 1403660] Re: Resource Usage Map Keys overrun

2016-04-04 Thread OpenStack Infra
Reviewed: https://review.openstack.org/252036 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=dfcb6f35ce0e9877d207514e7de52d6b00aa3cc1 Submitter: Jenkins Branch:master commit dfcb6f35ce0e9877d207514e7de52d6b00aa3cc1 Author: Alexis Rivera Date: Mon

[Yahoo-eng-team] [Bug 1566007] [NEW] l3 iptables floating IP rules don't match iptables rules

2016-04-04 Thread Kevin Benton
Public bug reported: The floating IP translation rules generated by the l3 agent do not match the format in which they are returned by iptables. This causes the iptables diffing code to think they are different and replace every one of them on an iptables apply call, which is very expensive. See

[Yahoo-eng-team] [Bug 1565859] Re: Can't detach volume from an instance

2016-04-04 Thread Matt Riedemann
What version of nova/cinder are you using? ** Summary changed: - Can't detach volume from an instance + Can't detach SVC volume from an instance ** Also affects: cinder Importance: Undecided Status: New ** Tags added: libvirt storwize volumes -- You received this bug notification

[Yahoo-eng-team] [Bug 1565859] Re: Can't detach SVC volume from an instance

2016-04-04 Thread Matt Riedemann
Nevermind about detaching the volume from cinder, the compute manager tries to detach in the virt driver first, and then when that is done the compute manager terminates the connection via cinder API and then detaches the volume via cinder API. Following:

[Yahoo-eng-team] [Bug 1565244] Re: Unexpected API Error in attach interface

2016-04-04 Thread Matt Riedemann
Also need the neutron server logs, it looks like update_port is failing in neutron and nova is getting back a 500 which it's not handling (since it doesn't expect a 500). ** Also affects: neutron Importance: Undecided Status: New ** Tags added: api neutron ** Tags added: network **

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

2016-04-04 Thread Scott Moser
** Also affects: cloud-init (Ubuntu) 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/1553345 Title: Chef gem installer fails on ubuntu

[Yahoo-eng-team] [Bug 1565711] Re: vlan configuration/unconfigured interfaces creates slow boot time

2016-04-04 Thread Blake Rouse
This might also be related to curtin and cloud-init. Targeting them as well. ** Also affects: curtin Importance: Undecided Status: New ** Also affects: cloud-init Importance: Undecided Status: New ** Changed in: maas Status: New => Incomplete ** Changed in: maas

[Yahoo-eng-team] [Bug 1538264] Re: neutron-lbaas-dashboard npm dependencies are out of date

2016-04-04 Thread Neela Shah
** Project changed: horizon => neutron-lbaas-dashboard -- 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/1538264 Title: neutron-lbaas-dashboard npm dependencies are

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

2016-04-04 Thread Scott Moser
fixed in revno 1196 ** Changed in: cloud-init Importance: Undecided => Medium ** Changed in: cloud-init Status: New => Fix Committed ** Also affects: cloud-init (Ubuntu) Importance: Undecided Status: New ** Changed in: cloud-init (Ubuntu) Status: New => Confirmed **

[Yahoo-eng-team] [Bug 1563547] Re: Unable to delete instance when cinder is down

2016-04-04 Thread Matt Riedemann
** Also affects: nova/liberty Importance: Undecided Status: New ** Also affects: nova/mitaka Importance: Undecided Status: New ** Changed in: nova/liberty Status: New => In Progress ** Changed in: nova/mitaka Status: New => In Progress -- You received this

[Yahoo-eng-team] [Bug 1555238] Re: cloud-init FAIL status message doesn't differentiate between a critical failure vs

2016-04-04 Thread Scott Moser
Generally speaking, I think this bug is off-the-cuff response to an issue that is now fixed (bug 1554152). Spending engineering resources developing a complex solution is not justified by a single bug. In that regard a.) that bug is fixed, and wont happen again. b.) cloud-init is not in the

[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-04-04 Thread Scott Moser
** Also affects: cloud-init (Ubuntu) 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/1565638 Title: Cloud-init on Xenial won't deploy

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

2016-04-04 Thread Scott Moser
** 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/1558069 Title: Login complains "Your environment specifies an

[Yahoo-eng-team] [Bug 1424537] Re: Error creating nova Instance for cirros image 0.3.1 on AIO-HAVANA Ubuntu 12.0.4 package

2016-04-04 Thread Rob Cresswell
Havana is a long way out of support, and wont be fixed at this stage. ** Changed in: horizon Status: New => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).

[Yahoo-eng-team] [Bug 1453260] Re: Should use generated unique ID for Launch Instance wizard form field

2016-04-04 Thread Rob Cresswell
I've looked over the proposed patch, and I just don't think this is a bug at all. There is no use case for wanting to UUID form elements. Its just extra code to maintain and hugely over engineered. ** Changed in: horizon Status: In Progress => Won't Fix ** Changed in: horizon

[Yahoo-eng-team] [Bug 1565466] Re: pci detach failed with 'PciDevice' object has no attribute '__getitem__'

2016-04-04 Thread OpenStack Infra
Reviewed: https://review.openstack.org/300885 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=871368bc65eb9ededd053055c35673dbb61dd3ad Submitter: Jenkins Branch:master commit 871368bc65eb9ededd053055c35673dbb61dd3ad Author: Moshe Levi Date: Sun

[Yahoo-eng-team] [Bug 1565698] Re: novncproxy missed the vnc section in cli options

2016-04-04 Thread OpenStack Infra
Reviewed: https://review.openstack.org/300736 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=2fe96e87fe857635c1007075e6c8b04b9514fe7e Submitter: Jenkins Branch:master commit 2fe96e87fe857635c1007075e6c8b04b9514fe7e Author: Allen Gao Date:

[Yahoo-eng-team] [Bug 1469858] Re: Update contributing.rst for eslint

2016-04-04 Thread Rob Cresswell
This has been fixed. ** Changed in: horizon Status: New => 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/1469858 Title: Update contributing.rst

[Yahoo-eng-team] [Bug 1471808] Re: Horizon wont start with rejoin-stack.sh

2016-04-04 Thread Rob Cresswell
Running stack after unstack would bring Horizon back up; clean is unnecessary. Your instances have gone because you unstacked and took down your endpoints. ** Changed in: horizon Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1536540] Re: AttributeError: 'NoneType' object has no attribute 'port_name' when deleting an instance with QoS policy attached

2016-04-04 Thread OpenStack Infra
Reviewed: https://review.openstack.org/300679 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=213d48df014eebdc96a70a9369ffc9701f419f9f Submitter: Jenkins Branch:master commit 213d48df014eebdc96a70a9369ffc9701f419f9f Author: Sławek Kapłoński Date:

[Yahoo-eng-team] [Bug 1565724] Re: Launch Instance layout breaks on long names in transfer table

2016-04-04 Thread OpenStack Infra
Reviewed: https://review.openstack.org/301089 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=36ead1432830dff5bd97e753be2dd8857dc15836 Submitter: Jenkins Branch:master commit 36ead1432830dff5bd97e753be2dd8857dc15836 Author: Rob Cresswell

[Yahoo-eng-team] [Bug 1565895] [NEW] Hyper-V: cold migrations cannot handle shared storage

2016-04-04 Thread Lucian Petrut
Public bug reported: At the moment, if the destination host is other than the source host, we attempt to move the instance files without checking if shared storage is being used. ** Affects: compute-hyperv Importance: Undecided Status: New ** Affects: nova Importance:

[Yahoo-eng-team] [Bug 1552786] Re: VMware: Port Group and Port ID not explicit from port binding

2016-04-04 Thread OpenStack Infra
Reviewed: https://review.openstack.org/288076 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=e964b4778cfe6a1864718bdad4ab037ddf976766 Submitter: Jenkins Branch:master commit e964b4778cfe6a1864718bdad4ab037ddf976766 Author: Thomas Bachman Date: Thu

[Yahoo-eng-team] [Bug 1561904] Re: [Functional tests] is_marked method of checkbox field always return False

2016-04-04 Thread OpenStack Infra
Reviewed: https://review.openstack.org/297587 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=0b3d81132e225db20af97f6d533e2be4380e1c70 Submitter: Jenkins Branch:master commit 0b3d81132e225db20af97f6d533e2be4380e1c70 Author: Georgy Dyuldin Date:

[Yahoo-eng-team] [Bug 1463729] Re: refactor checking env. var INTEGRATION_TESTS

2016-04-04 Thread OpenStack Infra
Reviewed: https://review.openstack.org/190077 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=8e9b609fc63b15f8077e3e646f5f20b416dc7335 Submitter: Jenkins Branch:master commit 8e9b609fc63b15f8077e3e646f5f20b416dc7335 Author: Martin Pavlasek Date:

[Yahoo-eng-team] [Bug 1565466] Re: pci detach failed with 'PciDevice' object has no attribute '__getitem__'

2016-04-04 Thread Matt Riedemann
This was a regression in liberty due to https://github.com/openstack/nova/commit/e464267085ca45129ef9b092db41112697ddf3ca and the fact that the unit tests were passing dicts rather than the actual PciDeviceList that we get from the Instance object. ** Tags added: libvirt mitaka-backport-potential

[Yahoo-eng-team] [Bug 1489059] Re: "db type could not be determined" running py34

2016-04-04 Thread Kairat Kushaev
Fixed in Glance 12.0.0.0b3 ** No longer affects: glance-store ** Changed in: glance Status: Fix Committed => 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/1489059

[Yahoo-eng-team] [Bug 1565859] [NEW] Can't detach volume from an instance

2016-04-04 Thread Lauren Taylor
Public bug reported: Steps to Reproduce: 1. Setup instance with a libvirt/KVM host and SVC storage 2. Spawn a VM 3. Attach a volume to the VM 4. Wait for volume attachment to complete successfully 5. Detach the volume Expected Result: 1. The volume is detached from the VM 2. The volume's status

[Yahoo-eng-team] [Bug 1564829] Re: Hyper-V SMBFS volume driver cannot handle missing mount options

2016-04-04 Thread OpenStack Infra
Reviewed: https://review.openstack.org/300401 Committed: https://git.openstack.org/cgit/openstack/compute-hyperv/commit/?id=01eec24a13d2886440d2ea71eb84d9598b09380c Submitter: Jenkins Branch:master commit 01eec24a13d2886440d2ea71eb84d9598b09380c Author: Lucian Petrut

[Yahoo-eng-team] [Bug 1369876] Re: Missing HttpOnly Attribute in Session Cookie

2016-04-04 Thread Matt Borland
Yeah, reference: https://docs.djangoproject.com/en/1.8/ref/settings /#csrf-cookie-secure ; I'm pretty sure that is the preferred method of dealing with cookie disclosure. ** Changed in: horizon Status: Confirmed => Won't Fix -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 1508442] Re: LOG.warn is deprecated

2016-04-04 Thread Steve McLellan
** Also affects: searchlight Importance: Undecided Status: New ** Changed in: searchlight Importance: Undecided => Low ** Changed in: searchlight Status: New => Confirmed ** Changed in: searchlight Assignee: (unassigned) => Swapnil Kulkarni (coolsvap) -- You received

[Yahoo-eng-team] [Bug 1565824] [NEW] config option generation doesn't work with itertools.chain

2016-04-04 Thread Markus Zoeller (markus_z)
Public bug reported: Config options code like this doesn't generate output in the sample.config file: ALL_OPTS = itertools.chain( compute_opts, resource_tracker_opts, allocation_ratio_opts ) def register_opts(conf):

[Yahoo-eng-team] [Bug 1398314] Re: The API doesn't return nullable fields when they're null

2016-04-04 Thread Kairat Kushaev
Won't fix due to Flavio's comment. ** Changed in: python-glanceclient Status: In Progress => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1398314 Title: The API

[Yahoo-eng-team] [Bug 1476770] Re: _translate_from_glance fails with "AttributeError: id" in grenade

2016-04-04 Thread Kairat Kushaev
Fix released in glanceclient 0.17.3 as per Matt's comment: https://review.openstack.org/#/c/246996/ ** Changed in: python-glanceclient Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1523863] Re: Tutorial for customising horizon

2016-04-04 Thread Rob Cresswell
I don't think this is a bug. Step 1 is an acceptable way to describe this; foundation step sounds odd to me. ** Changed in: horizon Status: In Progress => Opinion -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack

[Yahoo-eng-team] [Bug 1565801] [NEW] [RFE] Add process monitor for haproxy

2016-04-04 Thread Nir Magnezi
Public bug reported: Bug 1565511 aims to solve cases where the lbaas agent goes offline. To have a complete high-availability solution for lbaas agent with haproxy running in namespace, we would also want to handle a case where the haproxy process itself stopped. This[1] neutron spec offers

[Yahoo-eng-team] [Bug 1565680] Re: conflict when we try to set router gateway

2016-04-04 Thread Akihiro Motoki
The router-gateway-set API operation is a PUT operation. In the case you reported, the external network is not changed, so neutron server determines there is no need to change the external network. As the server side, there is no need to change the current behavior. On the other hand, there is

[Yahoo-eng-team] [Bug 1565785] [NEW] SR-IOV PF passthrough device claiming/allocation does not work for physical functions devices

2016-04-04 Thread Nikola Đipanov
Public bug reported: Enable PCI passthrough on a compute host (whitelist devices explained in more detail in the docs), and create a network, subnet and a port that represents a SR-IOV physical function passthrough: $ neutron net-create --provider:physical_network=phynet

[Yahoo-eng-team] [Bug 1565752] [NEW] Too many PIPEs are created when subprocess.Open fails

2016-04-04 Thread Nguyen Truong Son
Public bug reported: 1. How to reproduce: Set max process (soft, hard) for particular user Example: modify file /etc/security/limits.conf hunters hardnproc 70 hunters softnproc 70 And then, start neutron-openvswitch-agent with this user. Try to start many another

[Yahoo-eng-team] [Bug 1565753] [NEW] notification_format config option is not part of the sample config

2016-04-04 Thread Balazs Gibizer
Public bug reported: The generated sample config [1] does not include the notification_format option introduced in Mitaka. [1] http://docs.openstack.org/developer/nova/sample_config.html ** Affects: nova Importance: Undecided Assignee: Balazs Gibizer (balazs-gibizer) Status:

[Yahoo-eng-team] [Bug 1550250] Re: migrate in-use status volume, the volume's "delete_on_termination" flag lost

2016-04-04 Thread OpenStack Infra
Reviewed: https://review.openstack.org/288433 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=43d00cbfa65fca29773b7f9cf9ed2db25359e827 Submitter: Jenkins Branch:master commit 43d00cbfa65fca29773b7f9cf9ed2db25359e827 Author: zhengyao1 Date: Fri

[Yahoo-eng-team] [Bug 1411566] Re: Type and Code fields' not marked manadatory in Access-Security tab

2016-04-04 Thread OpenStack Infra
Reviewed: https://review.openstack.org/245792 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=d7e71487c3c9f270afc477e6fc43b8f923254521 Submitter: Jenkins Branch:master commit d7e71487c3c9f270afc477e6fc43b8f923254521 Author: Itxaka Date: Mon

[Yahoo-eng-team] [Bug 1565746] [NEW] Use growpart even if it doesn't support --update

2016-04-04 Thread Hannes
Public bug reported: cc_growpart is only using growpart if it supports --update. I have to spawn some older linuxes ( like ubuntu precise ) that don't support this and I would like to have recent cloud-init for it. My workaround is to use growpart even if it doesn't support --update but create

[Yahoo-eng-team] [Bug 1565732] [NEW] glance_store run_tests.sh fails due to missing dependencies

2016-04-04 Thread Danny Al-Gaaf
Public bug reported: Calling rund_tests.sh from the glance store repository fails with: Running `tools/with_venv.sh python setup.py testr --testr-args='--subunit --concurrency 0 '` running testr Non-zero exit code (2) from test listing. error: testr failed (3)

[Yahoo-eng-team] [Bug 1565722] [NEW] glance_store should support RBD cluster name

2016-04-04 Thread Danny Al-Gaaf
Public bug reported: As the cinder rbd driver the glance_store should support to pass the ceph cluster name to the Rados/RBD driver while initiating a connection. This will be useful if you have either non-default cluster names or e.g. multiple clusters setup. See similar issue with cinder in

[Yahoo-eng-team] [Bug 1565724] [NEW] Launch Instance layout breaks on long names in transfer table

2016-04-04 Thread Timur Sufiev
Public bug reported: See the screenshot. ** Affects: horizon Importance: Medium Assignee: Rob Cresswell (robcresswell) Status: Confirmed ** Attachment added: "Screen Shot 2016-04-04 at 12.32.29.png"

[Yahoo-eng-team] [Bug 1565721] [NEW] SR-IOV PF passthrough breaks resource tracking

2016-04-04 Thread Nikola Đipanov
Public bug reported: Enable PCI passthrough on a compute host (whitelist devices explained in more detail in the docs), and create a network, subnet and a port that represents a SR-IOV physical function passthrough: $ neutron net-create --provider:physical_network=phynet

[Yahoo-eng-team] [Bug 1565705] [NEW] iptables duplicate rule warning on ports with multiple security groups

2016-04-04 Thread Kevin Benton
Public bug reported: If ports are members of multiple security groups, there may be duplicate rules when it comes time to convert them to iptables rules (e.g. both groups have a rule to allow TCP port 80). This results in warnings from the iptables manager detecting duplicate rules that hint that

[Yahoo-eng-team] [Bug 1565698] [NEW] novncproxy missed the vnc section in cli options

2016-04-04 Thread Allen Gao
Public bug reported: $ nova-novncproxy --help usage: nova-novncproxy [-h] [--cert CERT] [--config-dir DIR] [--config-file PATH] [--daemon] [--debug] [--key KEY] [--log-config-append PATH] [--log-date-format DATE_FORMAT]

[Yahoo-eng-team] [Bug 1565682] [NEW] OVS-DPDK failed to boot more than 1 instance on OVS-DPDK setup

2016-04-04 Thread Eran Kuris
Public bug reported: vm failed Description of problem: On OVS-DPDK setup 1 controller & 1 compute with data tenant/network type vlan I failed to boot instances. When create 1 VM it success. From the second vm all vm's failed .When I created multiplae VM's - Instance Count 4 for example few of

[Yahoo-eng-team] [Bug 1565680] [NEW] conflict when we try to set router gateway

2016-04-04 Thread abdul NIzamudin
Public bug reported: When the router is already attached to a external network and again when we try to set the same router to the same router it is gicing success message but it does not changes the allocated ip. In this case neutron should returns some messages like router is already set to the

[Yahoo-eng-team] [Bug 1565534] Re: Metering agent reverses iptable's NAT rules in POSTROUTING chain if starts after l3 agent

2016-04-04 Thread Akihiro Motoki
*** This bug is a duplicate of bug 1544508 *** https://bugs.launchpad.net/bugs/1544508 ** This bug has been marked a duplicate of bug 1544508 neutron-meter-agent - makes traffic between internal networks NATed -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1552631] Re: [RFE] Bulk Floating IP allocation

2016-04-04 Thread Reedip
In keeping with the current transition of NeutronClient to OSC, I think any change in neutronClient for this support would need a corresponding change in OSC. ** Also affects: python-openstackclient Importance: Undecided Status: New ** Changed in: python-openstackclient Assignee:

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

2016-04-04 Thread Oded Arbel
Public bug reported: I'm trying to deploy an Amazon EC2 instance using cloud-init. When I'm compressing the files in the write_files section, the cloud- init process doesn't write the files, and I get the following error in the cloud-init.log : Apr 3 16:27:16 ubuntu [CLOUDINIT]