[Yahoo-eng-team] [Bug 1306381] [NEW] A new agent should be represented as id

2014-04-11 Thread Ken'ichi Ohmichi
Public bug reported: When creating a new entity, most APIs return a response which includes id to represent a new id. However, only agent API returns agent_id as a new entity. This behavior seems inconsistent from the viewpoint of whole Nova API. ** Affects: nova Importance: Undecided

[Yahoo-eng-team] [Bug 1306388] [NEW] iptables-restore failed while creating an instance

2014-04-11 Thread Thiago Martins
Public bug reported: Guys, I just created my first Instance using IceHouse, Neutron with ML2 / Flat, with Ubuntu 14.04, it got connectivity from my provider network, it can ping the Internet but, I'm seeing the following error at the compute node: http://paste.openstack.org/show/75523/ Best,

[Yahoo-eng-team] [Bug 1306399] [NEW] Troubleshooting iptables failure is difficult

2014-04-11 Thread Kevin Benton
Public bug reported: When there is an iptables failure, it's difficult to troubleshoot because the exception references a line number from a piped in set of rules that the user can't see. (e.g. http://paste.openstack.org/show/75523/) The rules should be dumped in this case so the user and

[Yahoo-eng-team] [Bug 1306404] [NEW] reset_network raises not implemented error on network_reset

2014-04-11 Thread Aaron Rosen
Public bug reported: 2014-04-11 04:13:48.201 ERROR oslo.messaging.rpc.dispatcher [req-801875af-3ef5-486b-8d5d-0794e785301c ServersAdminTestJSON-2137680125 ServersAdminTestJSON-546442934] Exception during message handling: 2014-04-11 04:13:48.201 13779 TRACE oslo.messaging.rpc.dispatcher

[Yahoo-eng-team] [Bug 1306432] [NEW] n-cpu with devstack is down caused by libvirt io error sometimes

2014-04-11 Thread fujioka yuuichi
Public bug reported: OS: Ubuntu 12.04 Kernel: 3.8.0-37-generic libvirt: 0.9.8-2ubuntu17.18 2014-04-11 16:35:03.980 12081 AUDIT nova.service [-] Starting compute node (version 2014.2) 2014-04-11 16:35:04.004 12081 DEBUG nova.virt.libvirt.driver [-] Connecting to libvirt: qemu:///system

[Yahoo-eng-team] [Bug 1306488] [NEW] invalid vxlan id shouldn't be created successfully for ml2

2014-04-11 Thread Xurong Yang
Public bug reported: create vxlan successfully with invalid vxlan id for ml2: curl -i http://127.0.0.1:9696/v2.0/networks -H X-Auth-Token:$token_id -H Content-Type: application/json -X POST -d '{network: {name: vxlan_test, admin_state_up: true, tenant_id: $tenant_id, provider:network_type:

[Yahoo-eng-team] [Bug 1306531] [NEW] Horizon throws an Exception while creating a new container in Swift

2014-04-11 Thread Ashish Chandra
Public bug reported: While creating a new container using Horizon dashboard, In Horizon error logs we get ClientException: Container HEAD failed. With Resp status: 404. Even if the container gets created without an issue. Steps to reproduce: #1: Log in to Horizon dashboard #2: Click on Project

[Yahoo-eng-team] [Bug 1306531] Re: Horizon throws an Exception while creating a new container in Swift

2014-04-11 Thread Ashish Chandra
It seems that the exception has been raised deliberately. The exception is for HEAD request which is done to check whether the container with given name exists prior to its creation. ** Changed in: horizon Status: New = Invalid -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1306559] [NEW] Fix python26 compatibility for RFCSysLogHandler

2014-04-11 Thread Bogdan Dobrelya
Public bug reported: Currently used pattern https://review.openstack.org/#/c/63094/15/openstack/common/log.py (lines 471-479) will fail for Python 2.6.x. In order to fix the broken Python 2.6.x compatibility, old style explicit superclass method calls should be used instead. (an example of

[Yahoo-eng-team] [Bug 1306559] Re: Fix python26 compatibility for RFCSysLogHandler

2014-04-11 Thread Bogdan Dobrelya
Addressed by: https://review.openstack.org/#/c/86875/ ** Also affects: oslo Importance: Undecided Status: New ** Changed in: nova Assignee: Bogdan Dobrelya (bogdando) = (unassigned) ** Changed in: nova Status: In Progress = Confirmed ** Also affects: ceilometer

[Yahoo-eng-team] [Bug 1306597] [NEW] default floating ip pool should be visible and editable via nova CLI

2014-04-11 Thread Stephen Gordon
Public bug reported: default floating ip pool is configured in default_floating_pool= (default is named: nova ) user can't see the dafault under nova floating-ip-pool-list user can't change/edit the default pool using CLI 1. create few floating ip pools with names 2. try to check which one

[Yahoo-eng-team] [Bug 1306602] [NEW] AvailabilityZoneFilter keeps all hosts in default availability zone

2014-04-11 Thread Marc Koderer
Public bug reported: Problem: --- If a host is part of an availability zone (AZ) it should not be part of the default availability zone. Otherwise scheduling hosts by default will be spread across AZs if this is not specified in the CLI. Steps to reproduce: --

[Yahoo-eng-team] [Bug 1276694] Re: Openstack services should support SIGHUP signal

2014-04-11 Thread Bogdan Dobrelya
** Description changed: - In order to more effectively manage the unlinked and open (lsof +L1) log - files descriptors w/o restarting the services, SIGHUP signal should be - accepted by every Openstack service. + 1)In order to more effectively manage the unlinked and open (lsof +L1) + log files

[Yahoo-eng-team] [Bug 1292311] Re: 5 unicode unit test failures when building Debian package

2014-04-11 Thread David Stanek
I marked this an invalid as it wasn't a current bug in Keystone. The problem was a Debian specific patch that looks to be a fix for an issue we may have had in the past. ** Changed in: keystone Status: New = Invalid -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1303986] Re: [FFe] CloudSigma Datasource doesn't handle vendor-data correctly

2014-04-11 Thread Ben Howard
Attached patch showing that changes only affect the Cloud Sigma DS. ** Summary changed: - CloudSigma Datasource doesn't handle vendor-data correctly + [FFe] CloudSigma Datasource doesn't handle vendor-data correctly ** Changed in: cloud-init Assignee: (unassigned) = Ben Howard (utlemming)

[Yahoo-eng-team] [Bug 1306718] [NEW] Instances become undelete-able if vif unplugging fails

2014-04-11 Thread Dan Smith
Public bug reported: If an instance's vifs cannot be deleted (because, for example, they were never plugged in the first place), then compute manager will fail trying to delete the instance: 2014-04-11 09:25:27.754 TRACE oslo.messaging.rpc.dispatcher File

[Yahoo-eng-team] [Bug 1306727] [NEW] versions controller requests with a body log ERRORs

2014-04-11 Thread Dan Prince
Public bug reported: Using Nova trunk (Juno). I'm seeing the following nova-api.log errors when unauthenticated /versions controller POST requests are made with a request body: - Apr 11 07:04:06 overcloud-controller0-n2g3h54d6w6u nova-api[27022]: 2014-04-11 07:04:06.235 27044 ERROR

[Yahoo-eng-team] [Bug 1304107] Re: Libvirt error launching instance - Device 'virtio-net-pci' could not be initialized

2014-04-11 Thread Chuck Short
** Changed in: cloud-archive Status: New = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1304107 Title: Libvirt error launching instance - Device

[Yahoo-eng-team] [Bug 1306759] [NEW] 14.04 some updates will cover file /etc/sudoers

2014-04-11 Thread tommwq
Public bug reported: After I installed some updates from Software Updater for a while, I found my account cannot use sudo command anymore. Ubuntu told me that I'm not a sudoer. Reboot my laptop and enter recover mode, I found 2 lines of my /etc/sudoers file was changed from root ALL=(ALL)

[Yahoo-eng-team] [Bug 1236511] Re: Keystone Trusts API sends non descriptive error message for requests with invalid trust id

2014-04-11 Thread Priti Desai
** Changed in: keystone Status: In Progress = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1236511 Title: Keystone Trusts API sends non descriptive error message

[Yahoo-eng-team] [Bug 1306718] Re: Instances become undelete-able if vif unplugging fails

2014-04-11 Thread Russell Bryant
** Also affects: nova/icehouse 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/1306718 Title: Instances become undelete-able

[Yahoo-eng-team] [Bug 1306815] [NEW] TypeError in database launch error handle

2014-04-11 Thread Matthew D. Wood
Public bug reported: openstack_dashboard.dashboards.project.databases.workflows.create_instance in populate_flavor_choices TypeError: 'NoneType' object is not iterable If there's an exception in openstack_dashboard/dashboards/project/databases/workflows/create_instance.py

[Yahoo-eng-team] [Bug 1306822] [NEW] nova notifier does not honor nova_api_insecure conf setting

2014-04-11 Thread Paul Ward
Public bug reported: In setting the nova_api_insecure flag to True in neutron.conf, I've found that neutron/notifiers/nova.py does not honor this flag. In fact, it does not even pass any insecure parm at all on the invocation of Client().

[Yahoo-eng-team] [Bug 1306835] [NEW] V3 list users filter by email address throws exception

2014-04-11 Thread Haneef Ali
Public bug reported: V3 list_user filter by email throws excpetion. There is no such attribute email. keystone.common.wsgi): 2014-04-11 23:09:00,422 ERROR type object 'User' has no attribute 'email' Traceback (most recent call last): File

[Yahoo-eng-team] [Bug 1302345] Re: glance registry v2 doesn't work

2014-04-11 Thread OpenStack Infra
Reviewed: https://review.openstack.org/86937 Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=abf2dd8ee8ea116205d661e57f8dda6627e2f5c1 Submitter: Jenkins Branch:milestone-proposed commit abf2dd8ee8ea116205d661e57f8dda6627e2f5c1 Author: Erno Kuvaja jo...@hp.com Date:

[Yahoo-eng-team] [Bug 1285617] Re: sample configuration needs to be updated for database config

2014-04-11 Thread OpenStack Infra
Reviewed: https://review.openstack.org/86873 Committed: https://git.openstack.org/cgit/openstack/glance/commit/?id=a18cbfd029a3e8837aa350b17b42481ff0a423e6 Submitter: Jenkins Branch:milestone-proposed commit a18cbfd029a3e8837aa350b17b42481ff0a423e6 Author: Zhi Yan Liu zhiy...@cn.ibm.com

[Yahoo-eng-team] [Bug 1306870] [NEW] grenade job fails with NoMoreFixedIps_Remote: Zero fixed ips available

2014-04-11 Thread Matt Riedemann
Public bug reported: Lots of failures here: http://logs.openstack.org/47/69047/17/check/check-grenade- dsvm/f153c4a/console.html message:NoMoreFixedIps_Remote: Zero fixed ips available. AND tags:screen-n-net.txt

[Yahoo-eng-team] [Bug 1306874] Re: Fix typo of ANS1 to ASN1

2014-04-11 Thread Nathanael Burton
** Also affects: django-openstack-auth Importance: Undecided Status: New ** Also affects: keystone Importance: Undecided Status: New ** Changed in: keystone Status: New = In Progress ** Changed in: django-openstack-auth Status: New = In Progress ** Changed in:

[Yahoo-eng-team] [Bug 1304762] Re: rbd_user is not imported to imagebackend.py

2014-04-11 Thread wangpan
** Changed in: nova Assignee: wangpan (hzwangpan) = (unassigned) ** Changed in: nova 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).