[Yahoo-eng-team] [Bug 1532534] Re: [RFE] InfiniBand support

2016-04-06 Thread Moshe Levi
** 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/1532534 Title: [RFE] InfiniBand support Status in Ironic: In Progress Status in Ironic Inspe

[Yahoo-eng-team] [Bug 1567232] [NEW] migrate vm, do not check neutron-openvswitch-agent status

2016-04-06 Thread bailin.zhang
Public bug reported: when neutron-openvswitch-agent is offline. we can migrate VM to this node successfully. but the port status is Down. and the binding:vif_type change into "binding_failed" for example: 1. we have two compute nodes. named tecs110, tecs164 2. create a VM with ovs por

[Yahoo-eng-team] [Bug 1567231] [NEW] glance using get_transport and not the correct get_notifications_transport for oslo.messaging configuration

2016-04-06 Thread Juan Antonio Osorio Robles
Public bug reported: This applies mostly for code-correctness. configuring notifications using the standard options in the default group is meant to be deprecated in favor of options in the group oslo_messaging_notifications[1]. So basically what this enables is to be able to use that group to con

[Yahoo-eng-team] [Bug 1566673] Re: hostname is not renamed

2016-04-06 Thread Matt Riedemann
Renaming the instance is just updating the instances.display_name column in the database, it's not actually rename the internal instance.name value which is generated based on the CONF.instance_name_template config option and is used to set the initial hostname of the guest. So basically, updating

[Yahoo-eng-team] [Bug 1567024] Re: updated VM name leaves libvirt domain behind after deletion

2016-04-06 Thread Matt Riedemann
I wasn't able to recreate this on a master branch devstack I created this week (so newton code). I created a server with name 'test', verified virsh list showed that instance by it's same 'instance_name' attribute from nova show test. Then renamed the server via "nova update --name new_name test"

[Yahoo-eng-team] [Bug 1565028] Re: Neutron port detach isn't detected by nova event handler

2016-04-06 Thread Liyingjun
** 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/1565028 Title: Neutron port detach isn't detected by nov

[Yahoo-eng-team] [Bug 1567024] Re: updated VM name leaves libvirt domain behind after deletion

2016-04-06 Thread Matt Riedemann
Can you dump the instance record from the database before and after the rename, and also the virsh domain information for that instance before and after you rename and delete it? ** Changed in: nova Status: Triaged => New ** No longer affects: nova/mitaka -- You received this bug notific

[Yahoo-eng-team] [Bug 1567024] Re: updated VM name leaves libvirt domain behind after deletion

2016-04-06 Thread Matt Riedemann
Weird, it the libvirt driver code can't find the domain by name it should fall back to using the uuid. Seems like an easy fix. ** Tags added: libvirt ** Changed in: nova Status: New => Triaged ** Changed in: nova Importance: Undecided => Medium ** Also affects: nova/mitaka Importa

[Yahoo-eng-team] [Bug 1567114] Re: nova boot specifying flavor by name fails intermittently past 1000 flavors

2016-04-06 Thread Matt Riedemann
It actually looks like this is a limitation in the flavors API in nova, you can't filter on name: https://github.com/openstack/nova/blob/347ebb20e3217c2f8abf261622ba420c9fd077bd/nova/api/openstack/compute/flavors.py#L78 We'd have to update the API to do this, and at least for this case it's proba

[Yahoo-eng-team] [Bug 1567009] Re: Remove flavor seeding from the base migration

2016-04-06 Thread Matt Riedemann
Some related docs: http://docs.openstack.org/openstack-ops/content/flavors.html http://docs.openstack.org/openstack-ops/content/scaling.html#os-flavors- table http://docs.openstack.org/developer/horizon/_modules/openstack_dashboard/test/test_data/heat_data.html http://docs.openstack.org/liberty

[Yahoo-eng-team] [Bug 1565005] Re: Warnings when docs are generating

2016-04-06 Thread OpenStack Infra
Reviewed: https://review.openstack.org/300602 Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=ff675437f3a92cbd8cc4f5c79e7bb60c73bd4a91 Submitter: Jenkins Branch:master commit ff675437f3a92cbd8cc4f5c79e7bb60c73bd4a91 Author: Tom Cocozzello Date: Fri Apr 1 13:20:18 201

[Yahoo-eng-team] [Bug 1564973] Re: [liberty] add arp_responder flag to linuxbridge agent

2016-04-06 Thread Atsushi SAKAI
*** This bug is a duplicate of bug 1551805 *** https://bugs.launchpad.net/bugs/1551805 ** This bug has been marked a duplicate of bug 1551805 add arp_responder flag to linuxbridge agent -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1560303] Re: Angular actions do not prevent multiple clicks

2016-04-06 Thread OpenStack Infra
Reviewed: https://review.openstack.org/295605 Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=ff3232a318a249e2320f0a0fac9589e0ce7d4018 Submitter: Jenkins Branch:master commit ff3232a318a249e2320f0a0fac9589e0ce7d4018 Author: Justin Pomeroy Date: Mon Mar 21 14:31:07 2

[Yahoo-eng-team] [Bug 1567114] [NEW] nova boot specifying flavor by name fails intermittently past 1000 flavors

2016-04-06 Thread rick jones
Public bug reported: While running a script which: 1) creates a project 2) creates a user in that project 3) creates a flavor 4) tweaks some nova and neutron quotas for that project 5) switches to that project 6) creates an image 7) tweaks some security group rules 8) creates a network/subnet/rou

[Yahoo-eng-team] [Bug 1567110] [NEW] With multiple subnet, exceed quota limit message when creating 1/2 of the quota limit

2016-04-06 Thread SongBeng
Public bug reported: Liberty packstack with Bigswitch P+V integration. Notice when reaching five subnet that neutron is reporting "create subnet (quota exceeded" message in Horizon Network Gui. Increasing the subnet quota limit to 20 remove the grey out button, but putting it back to 10 causes

[Yahoo-eng-team] [Bug 1567087] [NEW] Add volume upload-to-image options

2016-04-06 Thread Nate Potter
Public bug reported: With this patch that was recently merged to Cinder [1], the user can now specify the visibility and protected status of images when uploading from volume. These options should be added to volume upload to image similar to how they exist with regular image creation. https://re

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

2016-04-06 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.7.7~bzr1200-0ubuntu1 --- cloud-init (0.7.7~bzr1200-0ubuntu1) xenial; urgency=medium * New upstream snapshot. - fix adding of users when no group is specified (LP: #1562918) - fix write_files with compressed content (LP: #15656

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

2016-04-06 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.7.7~bzr1200-0ubuntu1 --- cloud-init (0.7.7~bzr1200-0ubuntu1) xenial; urgency=medium * New upstream snapshot. - fix adding of users when no group is specified (LP: #1562918) - fix write_files with compressed content (LP: #15656

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

2016-04-06 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.7.7~bzr1200-0ubuntu1 --- cloud-init (0.7.7~bzr1200-0ubuntu1) xenial; urgency=medium * New upstream snapshot. - fix adding of users when no group is specified (LP: #1562918) - fix write_files with compressed content (LP: #15656

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

2016-04-06 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.7.7~bzr1200-0ubuntu1 --- cloud-init (0.7.7~bzr1200-0ubuntu1) xenial; urgency=medium * New upstream snapshot. - fix adding of users when no group is specified (LP: #1562918) - fix write_files with compressed content (LP: #15656

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

2016-04-06 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.7.7~bzr1200-0ubuntu1 --- cloud-init (0.7.7~bzr1200-0ubuntu1) xenial; urgency=medium * New upstream snapshot. - fix adding of users when no group is specified (LP: #1562918) - fix write_files with compressed content (LP: #15656

[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-06 Thread Launchpad Bug Tracker
This bug was fixed in the package cloud-init - 0.7.7~bzr1200-0ubuntu1 --- cloud-init (0.7.7~bzr1200-0ubuntu1) xenial; urgency=medium * New upstream snapshot. - fix adding of users when no group is specified (LP: #1562918) - fix write_files with compressed content (LP: #15656

[Yahoo-eng-team] [Bug 1534533] Re: filter host by IPv4 is not work

2016-04-06 Thread Cindy Lu
Mentioned in comments that it is not a Horizon bug. Closing it. ** 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/15

[Yahoo-eng-team] [Bug 1567049] [NEW] DHCP agent not reusing iface device when namespace is missing

2016-04-06 Thread Boden R
Public bug reported: Using neutron master with devstack all-in-one installation. Under specific circumstances, the neutron dhcp agent (with dnsmasq driver) will incorrectly create a new interface device rather than reusing the existing one if the network's namespace is accidentally deleted. 1. N

[Yahoo-eng-team] [Bug 1567047] [NEW] Panels in local/enabled always appear last in nav

2016-04-06 Thread Tyr Johanson
Public bug reported: The list of panels appears to be intended to be sorted by file name, but all files in /enabled and always presented in the nav ahead of any files from local/enabled, no matter the file name. This appears to be a bug in util/settings.py that does an rsplit to separate file nam

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

2016-04-06 Thread Scott Moser
** Changed in: cloud-init (Ubuntu) Status: New => Confirmed ** Changed in: cloud-init (Ubuntu) Importance: Undecided => Low ** Also affects: cloud-init Importance: Undecided Status: New ** Changed in: cloud-init Status: New => Confirmed ** Changed in: cloud-init Im

[Yahoo-eng-team] [Bug 1562914] Re: vendor-data not working with ConfigDrive in 0.7.5

2016-04-06 Thread Scott Moser
** Changed in: cloud-init (Ubuntu) Status: New => Fix Released ** Changed in: cloud-init (Ubuntu) Importance: Undecided => Medium -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to cloud-init. https://bugs.launchpad.net/bug

[Yahoo-eng-team] [Bug 1567025] [NEW] Can't use TokenManager. authenticate() with publicurl

2016-04-06 Thread Joe D'Andrea
Public bug reported: See attached example.py for sample code and context. Create a v2 client object: * Use publicurl as the auth_url endpoint * Use credentials that confer an admin role Call client.tokens.authenticate() using any valid token/tenant_id. The call fails when adminurl is unreachab

[Yahoo-eng-team] [Bug 1566569] Re: OVS functional tests no longer output OVS logs after the change to compile OVS from source

2016-04-06 Thread OpenStack Infra
Reviewed: https://review.openstack.org/302091 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=92af3114a749a2c8a856de0da150ddb9d0e9c6eb Submitter: Jenkins Branch:master commit 92af3114a749a2c8a856de0da150ddb9d0e9c6eb Author: Jakub Libosvar Date: Wed Apr 6 08:08:54 20

[Yahoo-eng-team] [Bug 1567024] [NEW] updated VM name leaves libvirt domain behind after deletion

2016-04-06 Thread Lauren Taylor
Public bug reported: After successfully updating the name of an instance (from a libvirt/KVM host), I proceeded to delete the instance. The instance was successfully deleted. However, upon using "virsh list --all", it can be seen that the domain has not been undefined. Steps to Reproduce: 1. Se

[Yahoo-eng-team] [Bug 1567023] [NEW] test_keepalived_respawns* functional tests raceful

2016-04-06 Thread Assaf Muller
Public bug reported: Running just KeepalivedManagerTestCase locally I see the following three tests fail frequently: test_keepalived_spawn test_keepalived_respawns test_keepalived_respawn_with_unexpected_exit ** Affects: neutron Importance: Undecided Assignee: Assaf Muller (amuller)

[Yahoo-eng-team] [Bug 1567009] [NEW] Remove flavor seeding from the base migration

2016-04-06 Thread OpenStack Infra
Public bug reported: https://review.openstack.org/300127 Dear bug triager. This bug was created since a commit was marked with DOCIMPACT. Your project "openstack/nova" is set up so that we directly report the documentation bugs against it. If this needs changing, the docimpact-group option needs

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

2016-04-06 Thread Scott Moser
fixed in trunk at 1198. ** Also affects: cloud-init (Ubuntu) Importance: Undecided Status: New ** Changed in: cloud-init Importance: Undecided => Low ** Changed in: cloud-init Status: New => Fix Committed -- You received this bug notification because you are a member of Yah

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

2016-04-06 Thread Scott Moser
fixed in trunk at reno 1194 (missed the --fixes) ** Also affects: cloud-init (Ubuntu) Importance: Undecided Status: New ** Changed in: cloud-init Importance: Undecided => Medium ** Changed in: cloud-init Status: New => Fix Committed ** Changed in: cloud-init Assignee: (

[Yahoo-eng-team] [Bug 1566972] [NEW] Neutron unit tests are failing with SQLAlchemy 1.0.11, 1.0.12 fixes the issue

2016-04-06 Thread Thomas Goirand
Public bug reported: When running the unit tests (when building the Debian package for Neutron Mitaka RC3), Neutron fails more than 500 unit tests. Upgrading from SQLAlchemy 1.0.11 to 1.0.12 fixed the issue. Example of failed run: https://mitaka-jessie.pkgs.mirantis.com/job/neutron/37/consoleFull

[Yahoo-eng-team] [Bug 1566942] Re: Nova live-migrations cannot be done with mixed versions of nova-api and nova-compute

2016-04-06 Thread Matt Riedemann
You need to set CONF.upgrade_levels.compute in your nova.conf on your controller node, see how the grenade multinode job sets this: http://logs.openstack.org/18/295218/3/check/gate-grenade-dsvm- multinode/cb39c7b/logs/etc/nova/nova.conf.txt.gz ** Changed in: nova Status: New => Invalid --

[Yahoo-eng-team] [Bug 1566942] [NEW] Nova live-migrations cannot be done with mixed versions of nova-api and nova-compute

2016-04-06 Thread Sean M. Collins
Public bug reported: When running a controller (nova was SHA b55d5bc), and nova-compute (from Liberty) on a separate node, and attempting to live-migrate instances off the liberty nova-compute, the following error occurs: http://paste.openstack.org/show/492327/ ** Affects: nova Importance:

[Yahoo-eng-team] [Bug 1499869] Re: maas wily deployment to HP Proliant m400 arm64 server cartridge fails

2016-04-06 Thread Ryan Harper
** Changed in: curtin Status: New => Invalid -- 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/1499869 Title: maas wily deployment to HP Proliant m400 arm64 server cartridge fails

[Yahoo-eng-team] [Bug 1566918] [NEW] Error Unable to edit consistency group when volume name has underscore (vol1_3par)

2016-04-06 Thread Michael Denny
Public bug reported: Error Unable to edit consistency group when volume name has underscore (vol1_3par) Horizon master April 5 2016 How to reproduce 1) create volume type (3parfc) Horizon > Admin > Volumes > Volume Types 2) create volume with underscore (vol1_3par) Horizon > projects > Volumes

[Yahoo-eng-team] [Bug 1566934] [NEW] ovs-firewall: When port is created, it's marked with 4095 conntrack zone

2016-04-06 Thread Jakub Libosvar
Public bug reported: All ports that are processed by ovs-agent use conntrack zone 4095 because ovsdb doesn't contain their vlan tag yet. ** Affects: neutron Importance: Undecided Assignee: Jakub Libosvar (libosvar) Status: New ** Tags: sg-fw ** Tags added: sg-fw ** Changed

[Yahoo-eng-team] [Bug 1566835] Re: Keystone oslo_cache.memcache_pool cache seems not to work properly

2016-04-06 Thread Morgan Fainberg
Moved this bug to oslo.cache as the implementation is in oslo.cache ** Project changed: keystone => oslo.cache ** Summary changed: - Keystone oslo_cache.memcache_pool cache seems not to work properly + memcache_pool cache seems not to work properly -- You received this bug notification because

[Yahoo-eng-team] [Bug 1566857] [NEW] Keystone authtoken middleware seems to work wrong with memcached cache

2016-04-06 Thread Dina Belova
Public bug reported: == Abstract == During Keystone OSprofiler integration it was a wish to check how does Keystone was changed from Liberty to Mitaka in regarding DB/Caching layers workability. There were lots of changes related to federation support added and because of movement to slo.cache us

[Yahoo-eng-team] [Bug 1566835] [NEW] Keystone oslo_cache.memcache_pool cache seems not to work properly

2016-04-06 Thread Dina Belova
Public bug reported: == Abstract == During Keystone OSprofiler integration it was a wish to check how does Keystone was changed from Liberty to Mitaka in regarding DB/Caching layers workability. There were lots of changes related to federation support added and because of movement to slo.cache us

[Yahoo-eng-team] [Bug 1529556] Re: Remove unused services injecting in javascript files

2016-04-06 Thread Rob Cresswell
** Changed in: horizon Status: Fix Committed => Fix Released -- 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/1529556 Title: Remove unused services injecting i

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

2016-04-06 Thread Ollie Armstrong
Public bug reported: Currently the phone_home module allows for the hostname of a machine to be posted but not the FQDN. I'm happy to make this change myself but I cannot work out how to submit the patch through launchpad. I'll update this if I work it out. ** Affects: cloud-init Importanc

[Yahoo-eng-team] [Bug 1558658] Re: Security Groups do not prevent MAC and/or IPv4 spoofing in DHCP requests

2016-04-06 Thread OpenStack Infra
Reviewed: https://review.openstack.org/299022 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=997d7b03fb7f5528f0a3ce70867b9dcd9321509e Submitter: Jenkins Branch:master commit 997d7b03fb7f5528f0a3ce70867b9dcd9321509e Author: Kevin Benton Date: Fri Mar 25 04:47:28 201

[Yahoo-eng-team] [Bug 1566820] [NEW] More meaningful message should be displayed when a conflict error occurred in ng-swift

2016-04-06 Thread Kenji Ishii
Public bug reported: When a user create/delete folder or object, it might occur a Conflict(or Already Exist) Error. However, at the moment, the message displayed to users doesn't include this meaning. Just display "Unable to create/delete xxx". When we can know the cause of the error, we should

[Yahoo-eng-team] [Bug 1503408] Re: Instance creation success/failure message unnecessarily long when instance name is long

2016-04-06 Thread Rob Cresswell
I disagree that this is a bug. If you enter a huge string, then you get a huge string back. That's expected behaviour, and not worth the time to alter. ** Changed in: horizon Status: In Progress => Won't Fix -- You received this bug notification because you are a member of Yahoo! Enginee

[Yahoo-eng-team] [Bug 1500048] Re: table name and description should have a truncate

2016-04-06 Thread Rob Cresswell
I disagree that this is a bug. If you enter a huge string, then you get a huge string back. That's expected behaviour, and not worth the time to alter. ** Changed in: horizon Status: In Progress => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineer

[Yahoo-eng-team] [Bug 1566783] [NEW] On service start, nova-compute fails to register itself to the DB

2016-04-06 Thread Shoham Peller
Public bug reported: When the service starts for the first time, nova-compute fails to register itself to the DB. It seems that a nova-compute service of that node has already registered to the DB, so it's a duplicate entry. Could be a race condition, and nova-compute tries to write itself to th

[Yahoo-eng-team] [Bug 1566673] Re: hostname is not renamed

2016-04-06 Thread Dmitry Tantsur
Ironic is not responsible for configuring anything on a user image. I'm redirecting this bug to nova folks to evaluate if it's something to be fixed there. ** Project changed: ironic => nova ** Tags added: ironic -- You received this bug notification because you are a member of Yahoo! Engineeri

[Yahoo-eng-team] [Bug 1566673] [NEW] hostname is not renamed

2016-04-06 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: After deployed with agent_ssh driver, when rename instance name, host name is not renamed. $ nova list +--+-+++-+-+ | ID

[Yahoo-eng-team] [Bug 1566706] [NEW] Deprecate [ml2] path_mtu in favour of [DEFAULT] global_physnet_mtu

2016-04-06 Thread Ihar Hrachyshka
Public bug reported: Those options seem to serve the same purpose, so it's better to leave just one. ** Affects: neutron Importance: Undecided Assignee: Ihar Hrachyshka (ihar-hrachyshka) Status: New ** Tags: deprecation ** Tags added: deprecation ** Changed in: neutron

[Yahoo-eng-team] [Bug 1566676] [NEW] PD: Optimize get_ports query by filtering on subnet

2016-04-06 Thread venkata anil
Public bug reported: Current code for prefix delegation gets all ports from DB and then for each port it checks if it has a PD subnet. With this, we get unnecessary ports(ports without PD subnet) and again we need to check for subnet in these ports. We can optimize this by querying the DB by filt

[Yahoo-eng-team] [Bug 1566678] [NEW] database consistency problem for deleting router gateway port

2016-04-06 Thread RaoFei
Public bug reported: * Summary When deleting l3 router gateway port, if the gateway port deleting fail, then this gateway port cannot be delete any more. * Pre-conditions A vrouter is created with an external gateway port. * Step-by-step 1. loop add and delete gateway port. 2. loop kill the ne