[Yahoo-eng-team] [Bug 1444497] [NEW] Instance doesn't get an address via DHCP (nova-network) because of issue with live migration Edit

2015-04-15 Thread Timofey Durakov
Public bug reported: When instance is migrated to another compute node, it's dhcp lease is not removed from the first compute node even after instance termination. If a new instance got the same IP which was present in the previous instance created on the the first compute node where dhcp lease

[Yahoo-eng-team] [Bug 1324130] Re: flakey test: test_add_copy_from_image_authorized_upload_image_authorized

2015-04-15 Thread Kamil Rykowski
The log file is not available anymore and the bug report mentioned by Eddie which fixes the `test_add_copy_from_image_authorized_upload_image_authorized` has been released for Kilo RC1. @Thomas: Feel free to reopen the bug if the problem still occurs and set the bug status back to ''New''. **

[Yahoo-eng-team] [Bug 1444469] [NEW] keystone should clean up expired tokens

2015-04-15 Thread Andrew Bogott
Public bug reported: As of Icehouse, at least, keystone doesn't ever clean up expired tokens. After a few years, my keystone ridiculously huge, causing query timeouts and such. ** Affects: keystone Importance: Undecided Status: New -- You received this bug notification because

[Yahoo-eng-team] [Bug 1377161] Re: If volume-attach API is failed, Block Device Mapping record will remain

2015-04-15 Thread Mitsuhiro Tanino
** Changed in: cinder Status: In Progress = Invalid ** Changed in: python-cinderclient Status: In Progress = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1444446] [NEW] VMware: resizing a instance that has no root disk fails

2015-04-15 Thread Gary Kotton
Public bug reported: 2015-04-13 21:25:51.437 7852 TRACE oslo.messaging.rpc.dispatcher File /usr/lib/python2.7/dist-packages/nova/virt/vmwareapi/vmops.py, line 1278, in _resize_create_ephemerals 2015-04-13 21:25:51.437 7852 TRACE oslo.messaging.rpc.dispatcher ds_ref =

[Yahoo-eng-team] [Bug 1444439] [NEW] Resource tracker: unable to start nova compute

2015-04-15 Thread Gary Kotton
Public bug reported: After a failure of the resize and a deletion of the instance. I am unable to restart the nova compute due to the exception below. The instance was deleted via nova api. The DB is as follows: mysql select * from migrations;

[Yahoo-eng-team] [Bug 1444456] [NEW] Performance leak in metering dashboard

2015-04-15 Thread Ilya Tyaptin
Public bug reported: Some types of requests to ceilometer in metering dashboard is not optimized. So we have a performance leak in environments with huge amount of ceilometer data. Main bottlenecks which I see: * Using a meter-list for getting a unit for metric. Meter list get all available

[Yahoo-eng-team] [Bug 1444505] [NEW] Deprecated templatetags in Django 1.7

2015-04-15 Thread Rob Cresswell
Public bug reported: There are a few deprecated templatetags that we are still using in Horizon. These can be seen in the logs: WARNING:py.warnings:RemovedInDjango18Warning: 'The `cycle` template tag is changing to escape its arguments; the non-autoescaping version is deprecated. Load it from

[Yahoo-eng-team] [Bug 1444310] Re: keystone token response contains InternalURL for non admin user

2015-04-15 Thread Dolph Mathews
The internal URL is not intended to be obscured from users, but rather is intended to provide a public API interface on a faster / more efficient network interface (depending on the deployment). If users can reach the internal endpoint (such as for glance), then they can likely save bandwidth

[Yahoo-eng-team] [Bug 1444532] [NEW] nova-scheduler doesnt reconnect to databases when started and database is down

2015-04-15 Thread Alejandro Comisario
Public bug reported: In Juno release (ubuntu packages), when you start nova-scheduler but database is down, the service never reconnects, the stacktrace is as follow : AUDIT nova.service [-] Starting scheduler node (version 2014.2.2) ERROR nova.openstack.common.threadgroup [-]

[Yahoo-eng-team] [Bug 1444086] Re: cloud-init removes SharedConfig.XML on new instances of Azure

2015-04-15 Thread Ben Howard
** Changed in: cloud-init (Ubuntu) Assignee: (unassigned) = Ben Howard (utlemming) ** Package changed: cloud-init (Ubuntu) = walinuxagent (Ubuntu) ** Changed in: walinuxagent (Ubuntu) Importance: Undecided = High -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1444469] Re: keystone should clean up expired tokens

2015-04-15 Thread Dolph Mathews
Docs: http://docs.openstack.org/admin-guide-cloud/content/flushing-expired- tokens-from-token-database-table.html In addition, Fernet tokens, introduced in Kilo, do not need to be persisted to the database, and will leave your token table completely empty:

[Yahoo-eng-team] [Bug 1444542] [NEW] create a volume with invalid snapshot should report 404 instead of 500

2015-04-15 Thread jichenjc
Public bug reported: in v2.1 API, when create a volume through os-volumes if the snapshot ID is invalid, we should report 404 , but now exception.SnapshotNotFound is not correctly handled ** Affects: nova Importance: Undecided Assignee: jichenjc (jichenjc) Status: New **

[Yahoo-eng-team] [Bug 1444584] [NEW] Jshint should ignore legacy code before enabling undef or unused

2015-04-15 Thread Thai Tran
Public bug reported: Ignoring jshint on legacy JS code Once undef and unused are enabled, legacy code will throw over 365 errors. Remember that undef check for undefined variables while unused checks for unused variables, both are good for quality control. We have two options going forward: 1.

[Yahoo-eng-team] [Bug 1444581] [NEW] Rebuild of a volume-backed instance fails

2015-04-15 Thread Roman Podoliaka
Public bug reported: If you try to rebuild a volume-backed instance, it fails. malor@ubuntu:~/devstack$ nova image-list +--+-+++ | ID | Name| Status

[Yahoo-eng-team] [Bug 1444559] [NEW] Create a volume should handle OverQuota exception

2015-04-15 Thread jichenjc
Public bug reported: we can get exception.OverQuota from cinder layer but we didn't handle it in API layer when we create volume this may lead to a 500 error ** Affects: nova Importance: Undecided Assignee: jichenjc (jichenjc) Status: New ** Changed in: nova Assignee:

[Yahoo-eng-team] [Bug 1444630] [NEW] nova-compute should stop handling virt lifecycle events when it's shutting down

2015-04-15 Thread Matt Riedemann
Public bug reported: This is a follow on to bug 1293480 and related to bug 1408176 and bug 1443186. There can be a race when rebooting a compute host where libvirt is shutting down guest VMs and sending STOPPED lifecycle events up to nova compute which then tries to stop them via the stop API,

[Yahoo-eng-team] [Bug 1444683] [NEW] Still can't delete an VM in bad status from CLI/API on Kilo release

2015-04-15 Thread Alfred Shen
Public bug reported: When a VM is in a bad status, there's no effective way to delete it from CLI/API even after reset-state. The only known option is to delete it from MySql tables. in Kilo release following Nova tables will need to be touched which is inconvenient and could post a risk. Would

[Yahoo-eng-team] [Bug 1444753] [NEW] Tenant_Id needs valiation for Neutron-LBaas-API

2015-04-15 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: Based on the description in the following link https://wiki.openstack.org/wiki/Neutron/LBaaS/API_2.0#Create_a_Health_Monitor tenant_id: only required if the caller has an admin role and wants to create a Health Monitor for another tenant. while in the

[Yahoo-eng-team] [Bug 1370226] Re: LibvirtISCSIVolumeDriver cannot find volumes that include pci-* in the /dev/disk/by-path device

2015-04-15 Thread Walt Boring
** Also affects: os-brick 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/1370226 Title: LibvirtISCSIVolumeDriver cannot find

[Yahoo-eng-team] [Bug 1444748] [NEW] Remove unused policy rule for trust

2015-04-15 Thread Lin Hua Cheng
Public bug reported: There are couple of policy rule that are unused for trust, even if the user updates the rule it won't impact the policy check. we should clean this up to avoid confusion. This is step #1 as for fixing the policy rule for trust. See :

[Yahoo-eng-team] [Bug 1444725] [NEW] logout url is hard coded / wrong

2015-04-15 Thread Eric Peterson
Public bug reported: There is some javascript which hard codes the logout url to be /auth/logout at: https://github.com/openstack/horizon/blob/master/horizon/static/horizon/js/angular/horizon.js#L29 This is incorrect in number of distributions / deployments where horizon resides in a path such

[Yahoo-eng-team] [Bug 1444532] Re: nova-scheduler doesnt reconnect to databases when started and database is down

2015-04-15 Thread Alejandro Comisario
** Also affects: ubuntu 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/1444532 Title: nova-scheduler doesnt reconnect to

[Yahoo-eng-team] [Bug 1444745] [NEW] Add RPC version alias for conductor and scheduler in kilo

2015-04-15 Thread Alex Xu
Public bug reported: The rpc version alias need to be updated for conductor and scheduler. Those alias is needed for rolling upgrade ** Affects: nova Importance: Undecided Assignee: Alex Xu (xuhj) Status: New ** Tags: kilo-rc-potential ** Summary changed: - Add RPC version

[Yahoo-eng-team] [Bug 1444747] [NEW] add rpc version alias for compute task rpc api

2015-04-15 Thread Alex Xu
Public bug reported: There isn't rpc alias for compute task api. If there is any change for the compute task api, we need provide version cap for it to enable rolling upgrade ** Affects: nova Importance: Undecided Assignee: Alex Xu (xuhj) Status: New ** Changed in: nova

[Yahoo-eng-team] [Bug 1367189] Re: multipath not working with Storwize backend if CHAP enabled

2015-04-15 Thread Walt Boring
** Also affects: os-brick 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/1367189 Title: multipath not working with Storwize

[Yahoo-eng-team] [Bug 1444086] Re: cloud-init removes SharedConfig.XML on new instances of Azure

2015-04-15 Thread Launchpad Bug Tracker
This bug was fixed in the package walinuxagent - 2.0.12-0ubuntu2 --- walinuxagent (2.0.12-0ubuntu2) vivid; urgency=medium * Fixed systemd unit file which caused SharedConfig.xml to be deleted by Cloud-init (LP: #1444086). -- Ben Howard ben.how...@ubuntu.com Wed, 15 Apr 2015

[Yahoo-eng-team] [Bug 1444798] Re: Fail to create group in multiple domains environment (Horizon kilo-3)

2015-04-15 Thread Lin Hua Cheng
*** This bug is a duplicate of bug 1437479 *** https://bugs.launchpad.net/bugs/1437479 ** This bug has been marked a duplicate of bug 1437479 Groups create has a bad request url -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed

[Yahoo-eng-team] [Bug 1444767] [NEW] scrubber edge cases orphan objects and records

2015-04-15 Thread Jesse J. Cook
Public bug reported: The scrubber can leave orphaned objects and db records in error / edge cases. This is because the order in which it updates the DB and object store. Recommended solution: For each image that has status pending_delete: For each image location that has status

[Yahoo-eng-team] [Bug 1444797] [NEW] ovs_lib: get_port_tag_dict race with port removal

2015-04-15 Thread YAMAMOTO Takashi
Public bug reported:

[Yahoo-eng-team] [Bug 1444086] Re: cloud-init removes SharedConfig.XML on new instances of Azure

2015-04-15 Thread Scott Moser
** No longer affects: cloud-init -- 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/1444086 Title: cloud-init removes SharedConfig.XML on new instances of Azure Status in walinuxagent

[Yahoo-eng-team] [Bug 1444753] [NEW] Tenant_Id needs valiation for Neutron-LBaas-API

2015-04-15 Thread min wang
Public bug reported: Based on the description in the following link https://wiki.openstack.org/wiki/Neutron/LBaaS/API_2.0#Create_a_Health_Monitor tenant_id: only required if the caller has an admin role and wants to create a Health Monitor for another tenant. while in the tempest Admin API

[Yahoo-eng-team] [Bug 1444753] Re: Tenant_Id needs valiation for Neutron-LBaas-API

2015-04-15 Thread Hong Hui Xiao
I happened to have some investigate about this kind of issues. From the bug history, this issue will be close as invalid. tenant_id can only be passed in by admin. Neutron would think admin knows what he is doing, and would allow admin to do anything. Pls see the following bugs as reference.

[Yahoo-eng-team] [Bug 1444765] [NEW] admin's tenant_id is not the same with load_balancer's tenant_id in tempest tests

2015-04-15 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: Here is the following scenario: This is happening only WITH tempest tests by inheriting the necessary class from 'tempest/api/neutron': (a) When creating a loadbalancer for non_admin user, I could see the 'tenant_id' is equal to

[Yahoo-eng-team] [Bug 1444776] [NEW] Strongswan vpnaas driver does not support rhel platform

2015-04-15 Thread Wei Hu
Public bug reported: VPNaaS has already could support strongswan as its driver. But it is only for ubuntu, and can not support rhel or fedora. Compared with ubuntu, Rhel using different CLI command and strongswan configuration directory. ** Affects: neutron Importance: Undecided

[Yahoo-eng-team] [Bug 1444765] Re: admin's tenant_id is not the same with load_balancer's tenant_id in tempest tests

2015-04-15 Thread Madhusudhan Kandadai
** Package changed: ifupdown (Ubuntu) = neutron -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1444765 Title: admin's tenant_id is not the same with load_balancer's tenant_id in

[Yahoo-eng-team] [Bug 1444798] [NEW] Fail to create group in multiple domains environment (Horizon kilo-3)

2015-04-15 Thread Dixon Siu
Public bug reported: After activating the multiple domains option in Horizon kilo-3 environment, Create Group dialog is not working properly. Problems: 1. No input field verification 2. Fail to create a group Note: please see attached local_settings.py for configuraiton details. Performt the

[Yahoo-eng-team] [Bug 1443259] Re: OVS IDL utils - need search by external id's method

2015-04-15 Thread Gal Sagie
This will be implemented inside OVN project, setting to invalid for now ** Changed in: neutron Status: In Progress = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1443259

[Yahoo-eng-team] [Bug 1444300] [NEW] nova-compute service doesn't restart if resize operation fails

2015-04-15 Thread Rajesh Tailor
Public bug reported: If instance is resizing and user tries to delete the instance, in that case instance gets deleted successfully. After instance deletion, greenthread which was resizing the instance raises InstanceNotFound error, which caught in errors_out_migration and raises KeyError:

[Yahoo-eng-team] [Bug 1444310] [NEW] keystone token response contains InternalURL for non admin user

2015-04-15 Thread Attila Fazekas
Public bug reported: keystone token responses contains both the InternalURL and adminURL for non admin user (demo). This information should not be exposed to a non-admin user. ** Affects: keystone Importance: Undecided Status: New -- You received this bug notification because

[Yahoo-eng-team] [Bug 1444277] [NEW] OVSDB transaction timeout parameter needs to be configurable

2015-04-15 Thread Gal Sagie
Public bug reported: Currently the transaction timeout is taken from a context object that has a vsctl_timeout attribute this method is confusing for other users of this class (like OVN) and should be configurable in a different way ** Affects: neutron Importance: Undecided Assignee:

[Yahoo-eng-team] [Bug 1349345] Re: Neutron does not contain checks for running migration upgrade-downgrade-upgrade

2015-04-15 Thread Ann Kamyshnikova
This is not valid bug now as we do not have downgrades in migrations. ** Changed in: neutron Status: In Progress = Invalid ** Changed in: neutron Assignee: Ann Kamyshnikova (akamyshnikova) = (unassigned) -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1444359] [NEW] Can't add Nova security group by ID to server

2015-04-15 Thread Ran Ziv
Public bug reported: Nova security groups are supposedly name-unique, while Neutron security groups are not necessarily so. I've noticed that while it's possible to add Neutron security groups to server by using the security group ID, it's impossible to do so for a Nova security group (only

[Yahoo-eng-team] [Bug 1444397] [NEW] single allowed address pair rule can exhaust entire ipset space

2015-04-15 Thread Kevin Benton
Public bug reported: The hash type used by the ipsets is 'ip' which explodes a CIDR into every member address (i.e. 10.100.0.0/16 becomes 65k entries). The allowed address pairs extension allows CIDRs so a single allowed address pair set can exhaust the entire IPset and break the security group

[Yahoo-eng-team] [Bug 1375252] Re: Hostname change is not preserved across reboot on Azure Ubuntu VMs

2015-04-15 Thread Dan Watkins
** Also affects: cloud-init Importance: Undecided Status: New ** Changed in: cloud-init Assignee: (unassigned) = Dan Watkins (daniel-thewatkins) ** Changed in: walinuxagent (Ubuntu) Status: In Progress = Invalid ** Changed in: cloud-init Status: New = In Progress

[Yahoo-eng-team] [Bug 1415768] Re: the pci deivce assigned to instance is inconsistent with DB record when restarting nova-compute

2015-04-15 Thread Alan Pevec
** Also affects: nova/juno Importance: Undecided Status: New ** Changed in: nova/juno Status: New = In Progress ** Changed in: nova/juno Importance: Undecided = High ** Changed in: nova/juno Assignee: (unassigned) = Nikola Đipanov (ndipanov) ** Tags removed:

[Yahoo-eng-team] [Bug 1408480] Re: PciDevTracker passes context module instead of instance

2015-04-15 Thread Alan Pevec
While this is Low by itself, it is required for Juno backport of bug 1415768 ** Also affects: nova/juno Importance: Undecided Status: New ** Changed in: nova/juno Status: New = In Progress ** Changed in: nova/juno Importance: Undecided = High ** Changed in: nova/juno

[Yahoo-eng-team] [Bug 1444422] [NEW] Glyphicon-eye position in User Credentials dialog

2015-04-15 Thread Timur Sufiev
Public bug reported: Steps: 1. Login as admin user. 2. Navigate to Horizon page: http://horizon_ip/horizon/project/access_and_security/ 3. Click on View Credentials button. 4. Check position of eye icon. Actual: icon above EC2 Secret Key field. Expected: should be at the right end of field. **

[Yahoo-eng-team] [Bug 1444421] [NEW] Launch instance fails with nova network

2015-04-15 Thread Matthias Runge
Public bug reported: git checkout from kilo rc1: I have deployed as system with nova network instead of neutron. While trying to launch an instance, I'm getting: Internal Server Error: /project/instances/launch Traceback (most recent call last): File