[Yahoo-eng-team] [Bug 1227027] Re: [OSSA 2014-001] Insecure directory permissions with snapshot code (CVE-2013-7048)

2014-01-27 Thread Thierry Carrez
** Changed in: ossa Status: Fix Committed = 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/1227027 Title: [OSSA 2014-001] Insecure directory

[Yahoo-eng-team] [Bug 1249409] Re: IMage v2 api allows reupload of images, but does not update size

2014-01-27 Thread Flavio Percoco
Marked as invalid based on @David's comment ** Changed in: glance Status: Confirmed = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1249409 Title: IMage v2 api allows

[Yahoo-eng-team] [Bug 1273139] [NEW] HostBinaryNotFound exception isn't catched in service_update

2014-01-27 Thread Haiwei Xu
Public bug reported: When I update a service with not existing hostname or binary , I got the 500 error in nova api log. 2014-01-28 03:15:29.829 ERROR nova.api.openstack.extensions [req-5b1f3fc5-349a-4415-a4f5-63eab1c259a0 admin demo] Unexpected exception in API method 2014-01-28 03:15:29.829

[Yahoo-eng-team] [Bug 1266513] Re: Some Python requirements are not hosted on PyPI

2014-01-27 Thread Flavio Percoco
** Also affects: glance Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1266513 Title: Some Python requirements are not hosted on PyPI Status

[Yahoo-eng-team] [Bug 1273154] [NEW] Associate floatingip failed

2014-01-27 Thread shihanzhang
Public bug reported: I create a port in external network, then associate floatingip to this port, it failed with bellow log: 404-{u'NeutronError': {u'message': u'External network cba5aafb-6dc8-4139-b88e-f057d9f1b7ac is not reachable from subnet 8989151d-c191-4598-bebe-115343bc513f. Therefore,

[Yahoo-eng-team] [Bug 1273171] [NEW] On Glance API, changes-since parameter filters out images which have been update at the same date as the specified timestamp

2014-01-27 Thread Noboru Arai
Public bug reported: environment: Openstack deployed by devstack. Steps to reproduce: 1. Check image tables. 2. Request glance API whith changes-since parameter, whose value is the same as update_at of an image in images table. 3.filters out images whose update_at is the same of

[Yahoo-eng-team] [Bug 1272681] Re: horizon puppet does not allow to configure OPENSTACK_NEUTRON_NETWORK section

2014-01-27 Thread Julie Pichon
Moving to the openstack puppet modules, I believe this should be handled in the puppet-horizon module. ** Project changed: horizon = puppet-openstack -- 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 1271553] Re: Items per Page has no effect

2014-01-27 Thread Julie Pichon
*** This bug is a duplicate of bug 1251456 *** https://bugs.launchpad.net/bugs/1251456 I believe this is a duplicate of bug 1251456, which was fixed in Icehouse-2. ** This bug has been marked a duplicate of bug 1251456 page size cookie set only read by settings dash -- You received this

[Yahoo-eng-team] [Bug 1273208] [NEW] Action menu gets cut off

2014-01-27 Thread Julie Pichon
Public bug reported: Long action lists get cut off, see for example the admin Instances menu on the screenshot, or try to click More on a long action menu for the last item on any table. This appears to be since commit f3ca2756cc / bug 1267661, CSS to fix content appearing below side pane. **

[Yahoo-eng-team] [Bug 1273233] [NEW] Add the Back to Security Groups button to the security group rules page

2014-01-27 Thread Leandro Rosa
Public bug reported: After editing security group rules I must use the browser's back button to return to the security groups tab (under Access Security page). It is confusing since most Horizon functionalities don't rely on the browser native operations. ** Affects: horizon Importance:

[Yahoo-eng-team] [Bug 1273273] [NEW] if run 'keystone-manage db_sync' without 'sudo', there should be a prompt that tables notcreated

2014-01-27 Thread Peter Xu
Public bug reported: below is the detail: i have setup keystone database in mysql and grant all privilege to the keystone user when i execute 'keystone-manage db_sync' peter@openstack:~$ keystone-manage db_sync peter@openstack:~$ but actually , in mysql no tables will be create in keystone

[Yahoo-eng-team] [Bug 1244762] Re: tempest.thirdparty.boto.test_ec2_instance_run.InstanceRunTest.test_run_stop_terminate_instance fails sporadically

2014-01-27 Thread Matt Riedemann
I thought about bumping the debug level logging for the ec2 error responses to INFO level but in this one n-api log there are 361 instances of 'EC2 error response' so that's probably not feasible. http://logs.openstack.org/87/44787/16/check/check-tempest-devstack-vm-

[Yahoo-eng-team] [Bug 1273255] [NEW] wait_for_url doesn't account for system clock being changed

2014-01-27 Thread Scott Moser
Public bug reported: wait_for_url takes a 'max_wait' input, and then does: start = time.time() ... now = time.time() The problem is that when this runs early in boot, ntp (or anything else really) might have set the clock backwards. I'm looking at a console log that shows: 2014-01-27

[Yahoo-eng-team] [Bug 1273292] [NEW] Timed out waiting for thing ... to become in-use causes tempest-dsvm-* failures

2014-01-27 Thread Russell Bryant
Public bug reported: This is a spin-off of bug 1254890. That bug was originally covering failures for both timing out waiting for an instance to become ACTIVE, as well as waiting for a volume to become in-use or available. It seems valuable to split out the cases of waiting for volumes to

[Yahoo-eng-team] [Bug 1273268] [NEW] live-migration - instance could not be found

2014-01-27 Thread darkyat
*** This bug is a duplicate of bug 1044237 *** https://bugs.launchpad.net/bugs/1044237 Public bug reported: Starting a live-migration using nova live-migration a7a78e36-e088-416c-9479-e95aa1a0f7ef failes due to the fact that he's trying to detach the volume from the instance of the

[Yahoo-eng-team] [Bug 1273298] [NEW] OPENSTACK_HYPERVISOR_FEATURES['can_set_mount_point'] not taken in account when launching instances and creating a volume

2014-01-27 Thread Yves-Gwenael Bourhis
Public bug reported: if in openstack_dashboard/test/settings.py we set : OPENSTACK_HYPERVISOR_FEATURES = { 'can_set_mount_point': False, } This hides the 'device' field of the AttachForm, but it

[Yahoo-eng-team] [Bug 1273301] [NEW] Unit test failure: Message objects do not support str() because they may contain non-ascii characters. Please use unicode() or translate() instead.

2014-01-27 Thread Anita Kuno
Public bug reported: FAIL: neutron.tests.unit.test_neutron_manager.NeutronManagerTestCase.test_multiple_plugins_specified_for_service_type tags: worker-3 -- Empty attachments: stderr stdout pythonlogging:'': {{{ 2014-01-17

[Yahoo-eng-team] [Bug 1273259] [NEW] Unit test failure: delete_port() got an unexpected keyword argument 'l3_port_check'

2014-01-27 Thread Anita Kuno
Public bug reported: FAIL: neutron.tests.unit.test_extension_ext_gw_mode.TestL3GwModeMixin.test_update_router_gw_with_gw_info_none tags: worker-3 -- Empty attachments: pythonlogging:'' stderr stdout Traceback (most recent call

[Yahoo-eng-team] [Bug 1273266] [NEW] Error message is malformed when removing a non-existent security group from an instance

2014-01-27 Thread Phil Day
Public bug reported: Trying to remove a security group from an instance which is not actually associated with the instance produces the following: --- $nova remove-secgroup 71069945-5bea-4d53-b6ab-9026bfeebba4 phil ERROR: [u'Security group %(security_group_name)s not assocaited with the

[Yahoo-eng-team] [Bug 1205520] Re: Cannot set the default project for the User V3

2014-01-27 Thread OpenStack Infra
Fix proposed to branch: master Review: https://review.openstack.org/69401 ** Changed in: horizon Status: Invalid = In Progress ** Changed in: horizon Assignee: Lin Hua Cheng (lin-hua-cheng) = Dirk Mueller (dmllr) -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1273326] [NEW] glance image-list does not show deleted/killed images

2014-01-27 Thread Ionuț Arțăriși
Public bug reported: I have 3 killed images and one in the 'deleted' state which I can see in the postgres database. When I try to run glance image-list, however, none of them are shown. I tried debugging this and placed a pdb.set_trace() call in

[Yahoo-eng-team] [Bug 1199468] Re: Race around info_cache and bw_usage updates

2014-01-27 Thread Matt Riedemann
This was fixed back on 2013/07/10, so it's in Havana. ** Changed in: nova Status: In Progress = 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/1199468

[Yahoo-eng-team] [Bug 1273336] [NEW] common.sql.migration.find_migrate_repo never used with an argument.

2014-01-27 Thread Ilya Pekelny
Public bug reported: If we look attentively to a `find_migrate_repo` usage we will see: $ grep -r find_migrate_repo keystone keystone/common/sql/migration.py:repo_path = find_migrate_repo() keystone/common/sql/migration.py:repo_path = find_migrate_repo()

[Yahoo-eng-team] [Bug 1254772] Re: tempest.api.compute.servers.test_server_rescue.ServerRescueTestXML setUpClass times-out on attaching volume

2014-01-27 Thread Matt Riedemann
The model server went away race is also tracked in bug 1270470. We should leave the model server went away issue for that bug, because I'm not convinced it has anything to do with this one. We do have hits on this though: message:Volume test_attach failed to reach available status within the

[Yahoo-eng-team] [Bug 1273355] [NEW] Grizzly-havana upgrade fails when migrating from stamped db

2014-01-27 Thread Jakub Libosvar
Public bug reported: If grizzly is deployed without using quantum-db-manage and letting neutron to create tables, there are not created tables servicedefinitions and servicetypes. These tables are dropped later when using LoadBalancerPlugin. When creating db scheme with quantum-db- manage, these

[Yahoo-eng-team] [Bug 1254772] Re: tempest.api.compute.servers.test_server_rescue.ServerRescueTestXML setUpClass times-out on attaching volume

2014-01-27 Thread Matt Riedemann
Looked this over with sdague, we're thinking the problem is how test_server_rescue is doing two volume creates in the setUpClass method and then when it tears down, it doesn't wait for the volumes to be deleted, it just moves on. When you have tests running in parallel, this could cause cinder to

[Yahoo-eng-team] [Bug 1273386] [NEW] Neutron namespace metadata proxy triggers kernel crash

2014-01-27 Thread Salvatore Orlando
Public bug reported: In the past 9 days we have been seeing very frequent occurences of this kernel crash: http://paste.openstack.org/show/61869/ Even if the particular crash pasted here is triggered by dnsmasq, in almost all cases the crash is actually triggered by the neutron metada proxy.

[Yahoo-eng-team] [Bug 1267215] Re: policy.v3cloudsample.json contains unparsable items

2014-01-27 Thread Dolph Mathews
** Changed in: keystone/havana Status: Invalid = New ** Changed in: keystone/havana Importance: Undecided = Low -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1267215 Title:

[Yahoo-eng-team] [Bug 1240753] Re: don't use paste to configure authtoken

2014-01-27 Thread Dean Troyer
** Changed in: devstack Status: Fix Committed = 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/1240753 Title: don't use paste to configure authtoken

[Yahoo-eng-team] [Bug 1271775] Re: common log format

2014-01-27 Thread Brant Knudson
Turns out it's not keystone's logging.conf has to change. Devstack had to change to stop using keystone's logging.conf. I believe I fixed this with https://review.openstack.org/#/c/68530/ in devstack. ** Also affects: devstack Importance: Undecided Status: New ** Changed in: devstack

[Yahoo-eng-team] [Bug 1266921] Re: Log entry when a regular user does keystone user-list is not helpfu

2014-01-27 Thread Dolph Mathews
Given that this only applies to the v2.0 API and the solution would be a non-trivial effort at this point, marking as Won't Fix. Happy to re-open if anyone has a simple solution. ** Changed in: keystone Status: In Progress = Won't Fix -- You received this bug notification because you are

[Yahoo-eng-team] [Bug 1273451] [NEW] improper use of mock with stevedore in tests

2014-01-27 Thread Doug Hellmann
Public bug reported: The tests in nova/tests/test_hook.py are mocking a private part of the stevedore API (_load_plugins) instead of using ExtensionManager.make_test_instance() to create a test version of an ExtensionManager and passing that somewhere instead. See

[Yahoo-eng-team] [Bug 1273455] [NEW] stevedore 0.14 changes _load_plugins parameter list, mocking breaks

2014-01-27 Thread Sean Dague
Public bug reported: In stevedore 0.14 the signature on _load_plugins changed. It now takes an extra parameter. The nova and ceilometer unit tests mocked to the old signature, which is causing breaks in the gate. ** Affects: ceilometer Importance: Critical Assignee: Doug Hellmann

[Yahoo-eng-team] [Bug 1273455] Re: stevedore 0.14 changes _load_plugins parameter list, mocking breaks

2014-01-27 Thread Sean Dague
** Also affects: oslo.messaging Importance: Undecided Status: New ** Changed in: oslo.messaging Importance: Undecided = Critical -- 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 1257617] Re: Nova is unable to authenticate via keystone

2014-01-27 Thread Dolph Mathews
** Also affects: devstack Importance: Undecided Status: New ** No longer affects: keystone -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1257617 Title: Nova is unable to

[Yahoo-eng-team] [Bug 1273455] Re: stevedore 0.14 changes _load_plugins parameter list, mocking breaks

2014-01-27 Thread Doug Hellmann
** Also affects: python-stevedore Importance: Undecided Status: New ** Changed in: python-stevedore Status: New = Fix Released ** Changed in: python-stevedore Assignee: (unassigned) = Doug Hellmann (doug-hellmann) ** Changed in: python-stevedore Importance: Undecided =

[Yahoo-eng-team] [Bug 1273478] [NEW] NetworkInfoAsyncWrapper __str__ can cause deadlock when called from a log message

2014-01-27 Thread Pedro Marques
Public bug reported: CPython logging library generates the string representation of the message to log under a lock. def handle(self, record): Conditionally emit the specified logging record. Emission depends on filters which may have been added to the handler.

[Yahoo-eng-team] [Bug 1269204] Re: tempest.api.compute.servers.test_server_rescue.ServerRescueTestJSON.test_rescue_paused_instance fails sporadically in gate jobs

2014-01-27 Thread Matt Riedemann
*** This bug is a duplicate of bug 1226412 *** https://bugs.launchpad.net/bugs/1226412 4 hits on this in the last 7 days: message:Server AND message:failed to reach PAUSED status and task state \None\ within the required time AND message:Current status: ACTIVE. AND filename:console.html

[Yahoo-eng-team] [Bug 1267326] Re: test_create_backup fails due to unexpected image number

2014-01-27 Thread Ken'ichi Ohmichi
Hi David, OK, I have added glance to this report and will write the details related to glance. ** Also affects: glance Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance.

[Yahoo-eng-team] [Bug 1267326] Re: test_create_backup fails due to unexpected image number

2014-01-27 Thread OpenStack Infra
Reviewed: https://review.openstack.org/69369 Committed: https://git.openstack.org/cgit/openstack/tempest/commit/?id=06d37cfbcf387fac74f558a2c6a1c66c33b6d9f2 Submitter: Jenkins Branch:master commit 06d37cfbcf387fac74f558a2c6a1c66c33b6d9f2 Author: Ken'ichi Ohmichi oomi...@mxs.nes.nec.co.jp

[Yahoo-eng-team] [Bug 1273478] Re: NetworkInfoAsyncWrapper __str__ can cause deadlock when called from a log message

2014-01-27 Thread Davanum Srinivas (DIMS)
** Also affects: oslo 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/1273478 Title: NetworkInfoAsyncWrapper __str__ can

[Yahoo-eng-team] [Bug 1273496] [NEW] libvirt iSCSI driver sets is_block_dev=False

2014-01-27 Thread Iain MacDonnell
Public bug reported: Trying to use iSCSI with libvirt/Xen, attaching volumes to instances was failing. I tracked this down to the libvirt XML looking like: disk type=block device=disk driver name=file type=raw cache=none/ source

[Yahoo-eng-team] [Bug 1271806] Re: unable to run tests due to missing deps in the virtual env

2014-01-27 Thread David Peraza
This is affecting neutron as well: Downloading/unpacking psutil=0.6.1,1.0 (from -r /home/openstack/workspace/neutron/requirements.txt (line 19)) Could not find a version that satisfies the requirement psutil=0.6.1,1.0 (from -r /home/openstack/workspace/neutron/requirements.txt (line 19))

[Yahoo-eng-team] [Bug 1270608] [NEW] n-cpu 'iSCSI device not found' log causes gate-tempest-dsvm-*-full to fail

2014-01-27 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: Changes are failing the gate-tempest-*-full gate due to an error message in the logs. The error message is like 2014-01-18 20:13:19.437 | Log File: n-cpu 2014-01-18 20:13:20.482 | 2014-01-18 20:04:05.189 ERROR nova.compute.manager

[Yahoo-eng-team] [Bug 1270608] Re: n-cpu 'iSCSI device not found' log causes gate-tempest-dsvm-*-full to fail

2014-01-27 Thread John Griffith
Addressed by: https://review.openstack.org/#/c/69443/ ** Changed in: cinder Status: New = Fix Committed ** Project changed: cinder = nova-project ** Project changed: nova-project = nova -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1273556] [NEW] Servers sometimes fail to startup in the gate with a permission denied

2014-01-27 Thread Christopher Yeoh
Public bug reported: Sometimes servers fail to startup - intermittent gate/check bug Example error: 2014-01-28 02:14:36.309 ERROR nova.scheduler.filter_scheduler [req-a617cb8a-4f34-42f9-a4a7-e951cf538219 InstanceActionsTestJSON-tempest-857832860-user

[Yahoo-eng-team] [Bug 1273292] Re: Timed out waiting for thing ... to become in-use causes tempest-dsvm-* failures

2014-01-27 Thread John Griffith
*** This bug is a duplicate of bug 1270608 *** https://bugs.launchpad.net/bugs/1270608 I believe this is a duplicate of: https://bugs.launchpad.net/nova/+bug/1270608 Checking here in this instance of the failure: http://logs.openstack.org/36/69236/2/check/check-tempest-dsvm-