[Yahoo-eng-team] [Bug 1342016] [NEW] race windown in volume attach and spawn with volumes

2014-07-15 Thread jichenjc
Public bug reported: there is race window between attach volume and spawn with volumes we should reserve volumes when spawn ** Affects: nova Importance: Undecided Assignee: jichenjc (jichenjc) Status: New -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1342036] [NEW] Captured image property instance_type_rxtx_factor display incorrectly

2014-07-15 Thread Ma Wen Cheng
Public bug reported: Snapshot an instance successfully, but the captured image Property 'instance_type_rxtx_factor' show 1.00E+0, it should be 1.0, which is the right format. [root@localhost ~]# nova image-create cirros1 snapshot_cirros1 [root@localhost ~]# glance image-show

[Yahoo-eng-team] [Bug 1342055] [NEW] Suspending and restoring a rescued instance restores it to ACTIVE rather than RESCUED

2014-07-15 Thread Matthew Booth
Public bug reported: If you suspend a rescued instance, resume returns it to the ACTIVE state rather than the RESCUED state. ** Affects: nova Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1101404] Re: nova syslog logging to /dev/log race condition in python 2.6

2014-07-15 Thread Dmitry Mescheryakov
** No longer affects: mos -- 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/1101404 Title: nova syslog logging to /dev/log race condition in python 2.6 Status in

[Yahoo-eng-team] [Bug 1193531] Re: Fragile test: glance.tests.unit.v1.test_api.TestGlanceAPI.test_add_copy_from_image_authorized

2014-07-15 Thread Zhi Yan Liu
We don't meet this test failure in jenkins for a long time, so I'm going to close this bug, if you can catch it again pls reopen it as free, thanks. ** Changed in: glance Status: Triaged = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team,

[Yahoo-eng-team] [Bug 1342079] [NEW] There are hard-coded '/static/' url prefix in CSS (SCSS) and JS files

2014-07-15 Thread Timur Sufiev
Public bug reported: Among the examples are: https://github.com/openstack/horizon/blob/2014.2.b1/horizon/static/horizon/js/horizon.tables.js#L70 https://github.com/openstack/horizon/blob/master/openstack_dashboard/static/dashboard/scss/_accordion_nav.scss#L17 This approach has the problem that

[Yahoo-eng-team] [Bug 1342080] [NEW] glance api is tracebacking with error: [Errno 32] Broken pipe

2014-07-15 Thread Joe Gordon
Public bug reported: 127.0.0.1 - - [15/Jul/2014 10:55:39] code 400, message Bad request syntax ('0') 127.0.0.1 - - [15/Jul/2014 10:55:39] 0 400 - Traceback (most recent call last): File /usr/lib/python2.7/dist-packages/eventlet/greenpool.py, line 80, in _spawn_n_impl func(*args, **kwargs)

[Yahoo-eng-team] [Bug 1251105] Re: test-requirements.txt seems to need correcting

2014-07-15 Thread Zhi Yan Liu
Currently, glance is using psutil=1.1.1,2.0.0 and testtools=0.9.32 , those work for us. ** Changed in: glance Status: Triaged = Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance.

[Yahoo-eng-team] [Bug 1342086] [NEW] DBDeadlock in delete_instance

2014-07-15 Thread Joe Gordon
Public bug reported: 2014-07-15 11:11:59.993 ERROR nova.api.openstack [req-cc826bd5-7d9a-491d-bdde-c64a70a0a630 TelemetryNotificationAPITestXML-21795205 TelemetryNotificationAPITestXML-1445201375] Caught error: (OperationalError) (1213, 'Deadlock found when trying to get lock; try restarting

[Yahoo-eng-team] [Bug 1342108] [NEW] Missing options in ml2_conf.ini template

2014-07-15 Thread Robert van Leeuwen
Public bug reported: To get the ml2 config with openvswitch to work I needed to set the following: [ovs] bridge_mappings = (eg. default:br-eth1 ) These values are not in the documentation or the example. (Running on SL6 with RDO ) ** Affects: neutron Importance: Undecided

[Yahoo-eng-team] [Bug 1342134] [NEW] Rename Host in trove launch dialog

2014-07-15 Thread Andrew Bramley
Public bug reported: In the Database details page / Users tab there is a column called Allowed Hosts - this is the mysql setting. In the Launch Databases dialog this setting is just called 'Host' which can be confused with the compute Host which is displayed elsewhere in the UI. Rename 'Host'

[Yahoo-eng-team] [Bug 1341777] Re: HTTPConnectionPool is full warning should be a debug message

2014-07-15 Thread Matt Riedemann
The n-cpu and c-vol issues are from this change to python-glanceclient on 7/11 to use requests: https://github.com/openstack/python- glanceclient/commit/dbb242b776908ca50ed8557ebfe7cfcd879366c8 That lines up with what we're seeing in the g-api logs with swiftclient and bug 1295812, and the times

[Yahoo-eng-team] [Bug 856764] Re: RabbitMQ connections lack heartbeat or TCP keepalives

2014-07-15 Thread Dmitry Mescheryakov
** No longer affects: fuel ** Changed in: mos Status: Confirmed = Fix Committed -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/856764 Title: RabbitMQ connections lack heartbeat

[Yahoo-eng-team] [Bug 1342143] [NEW] ml2: tunnel_id_ranges and vni_ranges values are not validated

2014-07-15 Thread Elena Ezhova
Public bug reported: Values of ranges of GRE tunnel IDs and VXLAN VNI IDs are not validated and can be set in the following ways: vni_ranges = -11:20 (tun_min 0) vni_ranges = 11:2 (tun_min tun_max) Some checks need to be added to the _parse_tunnel_ranges method [1] [1]

[Yahoo-eng-team] [Bug 1342142] [NEW] Netron metering agent don't work with more than one network node

2014-07-15 Thread Bellantuono Daniel
Public bug reported: Hi Guys, With more than one L3 agent node neutron metering agent services returns this error: 2014-07-15 12:20:56.005 12584 ERROR neutron.services.metering.agents.metering_agent [req-121072ee-794b-4272-b8a9-b1a7ada7efe0 None] Driver

[Yahoo-eng-team] [Bug 1282858] Re: InstanceInfoCacheNotFound while cleanup running deleted instances

2014-07-15 Thread Hans Lindgren
That is correct, thanks. ** 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/1282858 Title:

[Yahoo-eng-team] [Bug 1342166] [NEW] Lock wait timeout updating floatingips

2014-07-15 Thread Eugene Nikanorov
Public bug reported: Traceback: ERROR neutron.api.v2.resource [req-64dccdfe-083d-437b-8d9c-f6709d77de6c None] update failed TRACE neutron.api.v2.resource Traceback (most recent call last): TRACE neutron.api.v2.resource File /opt/stack/new/neutron/neutron/api/v2/resource.py, line 87, in

[Yahoo-eng-team] [Bug 1188202] Re: add_user_to_group should return 409 if conflict

2014-07-15 Thread Dolph Mathews
** Changed in: keystone Status: Triaged = Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1188202 Title: add_user_to_group should return 409 if conflict Status in

[Yahoo-eng-team] [Bug 1258575] Re: Unused index on token table

2014-07-15 Thread Dolph Mathews
** Changed in: keystone Assignee: Dolph Mathews (dolph) = (unassigned) ** Changed in: keystone Status: In Progress = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone.

[Yahoo-eng-team] [Bug 1079154] Re: limit users not working

2014-07-15 Thread Dolph Mathews
** Changed in: keystone Status: In Progress = Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1079154 Title: limit users not working Status in OpenStack Identity

[Yahoo-eng-team] [Bug 1341458] Re: Bad LOG format

2014-07-15 Thread Oleg Bondarev
LOG.debug(DHCP Agent not found on host %s, host) is a common way for log messages in neutron, why you think it should be .. % host) ? ** Changed in: neutron Status: In Progress = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1049363] Re: Fragile Test: glance.tests.functional.test_bin_glance:TestBinGlance.test_killed_image_not_in_index

2014-07-15 Thread Zhi Yan Liu
This test case is no longer in current glance codebase, feel free to create a new report this if you get the similar issue again, thanks. ** Changed in: glance Status: Confirmed = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1342220] [NEW] pkg_resources.DistributionNotFound: virtualenv=1.9.1 on bare-centos6-hpcloud-b3-901545 slave

2014-07-15 Thread Fawad Khaliq
Public bug reported: Jenkins slaves bare-centos6-hpcloud-b3-901545 and bare- centos6-hpcloud-b4-901362 are buggy as they do not have correct packages to run builds. This can be seen at [1][2] [1]https://jenkins06.openstack.org/job/gate-python-keystoneclient-python26/353/

[Yahoo-eng-team] [Bug 1334233] Re: compute_manager network allocation retries not handled properly

2014-07-15 Thread Davanum Srinivas (DIMS)
** Changed in: nova Status: In Progress = Won't Fix -- 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/1334233 Title: compute_manager network allocation retries not

[Yahoo-eng-team] [Bug 1342235] [NEW] Lunching an instance from image, insufficient flavors not filtered

2014-07-15 Thread Tzach Shefi
Public bug reported: Description of problem: While selecting an image from Glance images, you can click on Lunch button to boot an instance. This opens up an instance boot page, on this page flavors with insufficient disk size are not automatically grayed out. However if you reach this same

[Yahoo-eng-team] [Bug 1342266] [NEW] IPv4 address sorting is nonsensical

2014-07-15 Thread Nicolas Simonds
Public bug reported: Horizon uses the default IP address sorter provided with jquery- tablesorter, which was apparently written by throwing tennis balls at a keyboard from across the room and saving the results. It gets things preposterously wrong. To Reproduce: 1. Create a bunch of VMs on a

[Yahoo-eng-team] [Bug 1342274] [NEW] auth_token middleware in keystoneclient is deprecated

2014-07-15 Thread Brant Knudson
Public bug reported: The auth_token middleware in keystoneclient is deprecated and will only get security updates. Projects should use the auth_token middleware in keystonemiddleware. ** Affects: ceilometer Importance: Undecided Status: In Progress ** Affects: glance

[Yahoo-eng-team] [Bug 1342274] Re: auth_token middleware in keystoneclient is deprecated

2014-07-15 Thread Morgan Fainberg
** Also affects: glance Importance: Undecided Status: New ** Also affects: neutron 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).

[Yahoo-eng-team] [Bug 1342274] Re: auth_token middleware in keystoneclient is deprecated

2014-07-15 Thread Morgan Fainberg
** Also affects: ceilometer 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/1342274 Title: auth_token middleware in keystoneclient is

[Yahoo-eng-team] [Bug 1342274] Re: auth_token middleware in keystoneclient is deprecated

2014-07-15 Thread Morgan Fainberg
** Also affects: heat 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/1342274 Title: auth_token middleware in keystoneclient is deprecated

[Yahoo-eng-team] [Bug 1279446] Re: Glance image create should handle invalid location more gracefully.

2014-07-15 Thread Raildo Mascena de Sousa Filho
The bug is already solved I tried that way and I got HTTP 400 error, as you may see: stack@raildo:~/devstack$ glance image-create --name test --location 'swift://example.com/container/obj' 400 Bad Request Location is missing user:password information. (HTTP 400) ** Changed in: glance

[Yahoo-eng-team] [Bug 1342274] Re: auth_token middleware in keystoneclient is deprecated

2014-07-15 Thread Morgan Fainberg
** Also affects: cinder 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/1342274 Title: auth_token middleware in keystoneclient is deprecated

[Yahoo-eng-team] [Bug 1342293] [NEW] [data processing] Make the job executions page more useful

2014-07-15 Thread Chad Roberts
Public bug reported: This came up at OS Summit in Atlanta, ideally to be done for Juno. On the data processing - Job Executions panel, the uuid for the job execution is listed as the name. That isn't particularly meaningful to a horizon user. Come up with a more meaningful and unique name that

[Yahoo-eng-team] [Bug 1342309] [NEW] run_tests on stable/icehouse is failing with AttributeError: can't set attribute

2014-07-15 Thread Doug Fish
Public bug reported: On a fresh clone of Horizon stable/icehouse on an Ubuntu 12.04 machine there are 870 errors using run_tests.sh. The tests seem to fail similar to this: == ERROR: test_reject_random_string

[Yahoo-eng-team] [Bug 1340596] Re: Tests fail due to novaclient 2.18 update

2014-07-15 Thread Michael Still
** Changed in: python-novaclient Status: In Progress = Fix Committed ** Changed in: python-novaclient Milestone: None = 2.18.1 ** Changed in: python-novaclient Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1342348] [NEW] Hyper-V agent IDE/SCSI related refactoring necessary

2014-07-15 Thread Claudiu Belu
Public bug reported: Hyper-V Server 2012 R2 introduces a new feature for virtual machines named generation 2, consisting mainly in a new firmware and better support for synthetic devices. Generation 2 VMs don't support IDE devices, which means that local boot, ephemeral disks and DVD Drives must

[Yahoo-eng-team] [Bug 1342274] Re: auth_token middleware in keystoneclient is deprecated

2014-07-15 Thread Sergey Lukjanov
** Also affects: sahara Importance: Undecided Status: New ** Changed in: sahara Importance: Undecided = Medium ** Changed in: sahara Assignee: (unassigned) = Sergey Lukjanov (slukjanov) ** Changed in: sahara Milestone: None = juno-2 ** Changed in: sahara Status:

[Yahoo-eng-team] [Bug 1342274] Re: auth_token middleware in keystoneclient is deprecated

2014-07-15 Thread Dolph Mathews
Added keystoneclient so we can have it emit a deprecation warning on startup. ** Also affects: python-keystoneclient Importance: Undecided Status: New ** Changed in: python-keystoneclient Assignee: (unassigned) = Dolph Mathews (dolph) ** Changed in: python-keystoneclient

[Yahoo-eng-team] [Bug 1342380] [NEW] intermittent libvirtError Device or resource busy

2014-07-15 Thread melanie witt
Public bug reported: Example error from nova-compute log: libvirtError: Failed to terminate process 5962 with SIGKILL: Device or resource busy I saw this fail a check build job. It seems to fail the job only if the error doesn't occur during _shutdown_instance (in which case it's ignored by

[Yahoo-eng-team] [Bug 1342274] Re: auth_token middleware in keystoneclient is deprecated

2014-07-15 Thread Devananda van der Veen
** Also affects: ironic Importance: Undecided Status: New ** Changed in: ironic Assignee: (unassigned) = Devananda van der Veen (devananda) ** Changed in: ironic Status: New = In Progress -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1342464] [NEW] PEP 8 H305 test unpassable on both Python 2.6 2.7

2014-07-15 Thread Corey Wright
Public bug reported: https://review.openstack.org/105950 introduced (or, more precisely, removed from flake8's ignore list) H305 which enforces grouping if Python module imports by type: stdlib, third-party, or project-specific. The problem is that some modules are third-party in Python 2.6, but

[Yahoo-eng-team] [Bug 1342498] [NEW] test_live_migration_* tests fail with fakelibvirt

2014-07-15 Thread Corey Wright
Public bug reported: With the recent merging of https://review.openstack.org/73428, test_live_migration_(changes_listen_addresses|raises_exception) requires fakelibvirt to have the migrateToURI2() method (if libvirt, at least v0.9.2, is not installed) so that it can be mocked out by those tests,

[Yahoo-eng-team] [Bug 1342507] [NEW] healing migration doesn't work for ryu CI

2014-07-15 Thread YAMAMOTO Takashi
Public bug reported: ryu CI started failing after healing migration change (https://review.openstack.org/#/c/96438/) http://180.37.183.32/ryuci/38/96438/41/check/check-tempest-dsvm- ryuplugin/e457d80/logs/devstacklog.txt.gz 2014-07-15 11:27:55.722 | Traceback (most recent call last): 2014-07-15