[Yahoo-eng-team] [Bug 1368036] [NEW] Missing metadata definition for graceful shutdown

2014-09-11 Thread Travis Tripp
Public bug reported: The following Nova patch adds support for graceful shutdown of a guest VM and allows setting timeout properties on images. The properties should be updated in the Metadata Definitions catalog. Please note that the related spec does not seem to match the code in terms of the

[Yahoo-eng-team] [Bug 1368037] [NEW] tempest-dsvm-postgres-full fail with 'Error. Unable to associate floating ip'

2014-09-11 Thread Nilesh Bhosale
Public bug reported: Jenkins job failed with 'Error. Unable to associate floating ip'. Logs can be found here: http://logs.openstack.org/67/120067/2/check/check-tempest-dsvm-postgres-full/1a45f89/console.html Log snippet: 2014-09-10 18:55:16.527 | 2014-09-10 18:30:55,125 24275 INFO

[Yahoo-eng-team] [Bug 1368040] Re: random.choice in /cinder/volume/utils.py may has potential security issue

2014-09-11 Thread Zhang Yun
The same method used in /nova/virt/disk/api.py: 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' '0123456789./') salt = 16 * ' ' return ''.join([random.choice(salt_set) for c in salt]) -- This line has described issue def _set_passwd(username, admin_passwd, passwd_data, shadow_data): ** Also

[Yahoo-eng-team] [Bug 1368046] [NEW] empty username/userid results in unhelpful error

2014-09-11 Thread Kevin Benton
Public bug reported: If the username/userid is provided in the body but it is blank, an sqlalchemy error is triggered from querying on an empty ID. 2014-09-10 20:00:24.996 1497 TRACE keystone.common.wsgi Traceback (most recent call last): 2014-09-10 20:00:24.996 1497 TRACE keystone.common.wsgi

[Yahoo-eng-team] [Bug 1368055] [NEW] NoneType not iterable with None in bulk body

2014-09-11 Thread Kevin Benton
Public bug reported: 2014-09-11 01:38:57.752 22667 ERROR neutron.api.v2.base [req-91733c92-6d15-4fd1-97b6-edcd704280d3 None] Request body: {u'subnets': None} 2014-09-11 01:38:57.752 22667 ERROR neutron.api.v2.resource [req-91733c92-6d15-4fd1-97b6-edcd704280d3 None] create failed 2014-09-11

[Yahoo-eng-team] [Bug 1368035] [NEW] 'os-interface' resource name is wrong for Nova V2.1

2014-09-11 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: 'os-interface' resource name needs to be fixed in V3 code base to work for V2.1 API. V2 and V3 diff for this resource name is below- V2 - '/servers/os-interface' V3 - '/servers/os-attach-interfaces' V3 resource name needs to be changed to work that for

[Yahoo-eng-team] [Bug 1368035] Re: 'os-interface' resource name is wrong for Nova V2.1

2014-09-11 Thread Ghanshyam Mann
It is Nova not tempest. :) ** Project changed: tempest = 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/1368035 Title: 'os-interface' resource name is wrong for

[Yahoo-eng-team] [Bug 1338850] Re: ServerRescueTestJSON failed by BuildErrorException

2014-09-11 Thread Ghanshyam Mann
Rescue was done without issue but something wrong happened while unrescuing the instance- 2014-07-07 18:45:03,852 21616 INFO [tempest.common.waiters] State transition RESCUE/unrescuing == ERROR/unrescuing after 19 second wait From below logs and as described above it looks like 'qemu'

[Yahoo-eng-team] [Bug 1367757] Re: nuage_net_partition_router_mapping model does not match migration

2014-09-11 Thread Ann Kamyshnikova
This bug seems to be invalid. Checked on master on MySQL and PostgreSQL http://paste.openstack.org/show/11/ Primary is already created from (`net_partition_id`,`router_id`). ** Changed in: neutron Status: New = Invalid -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1368087] [NEW] implement provider network extension for ml2 nexus

2014-09-11 Thread Rabi Mishra
Public bug reported: Current implementation of ml2 nexus plugin does not have support for 'provider network' extension. This is supported in the monolithic plugin. Hence migration of existing deployments is not possible without this being implemented. ** Affects: neutron Importance:

[Yahoo-eng-team] [Bug 1368097] [NEW] UnicodeDecodeError using ldap backend

2014-09-11 Thread Alvaro Lopez
Public bug reported: Using the LDAP backend if any attribute contains accents, the ldap2py function in keystone/common/ldap/core.py fails with a UnicodeDecodeError. This function was introduced by commit cbf805161b84f13f459a19bfd46220c4f298b264. That commit encodes and decodes to and from utf8

[Yahoo-eng-team] [Bug 1368128] [NEW] glance rbd store get_size uses wrong pool

2014-09-11 Thread Zoltan Arnold Nagy
Public bug reported: the rbd store's get_size() method ignores the pool of the actual parameter and instead uses the glance pool, which breaks cross-pool image access (one such example would be when we'd reference an rbd ephemeral disk snapshot which is in the ephemeral disk pool) ** Affects:

[Yahoo-eng-team] [Bug 1364876] Re: Specifying both rpc_workers and api_workers make stoping neutron-server fail

2014-09-11 Thread mouadino
Hi, Can you be more specific as to what did you set for rpc_workers and api_workers configuration values ? FWIW The type of the bug is a race condition, so you must do it more than once to see the problem happen, as I explained in the bug description, you can also check the logs and whenever you

[Yahoo-eng-team] [Bug 1366649] Re: Typo in keystone/common/base64utils.py

2014-09-11 Thread OpenStack Infra
** Changed in: keystone Status: Invalid = In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1366649 Title: Typo in keystone/common/base64utils.py Status in OpenStack

[Yahoo-eng-team] [Bug 1368138] [NEW] unclear error message on rebuild instance

2014-09-11 Thread Jim Yeh
Public bug reported: Current error message is Error: Unable to rebuild instance. when a flavor's disk is not enough for the new image. A clear message Error: Flavor's disk is too small for requested image. (HTTP 400) (Request-ID: req-8441b0da-a572-421c-b798-283fea9aff9e) should be provided. **

[Yahoo-eng-team] [Bug 1366649] Re: Typo in keystone/common/base64utils.py

2014-09-11 Thread Razumovsky Peter
** 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. https://bugs.launchpad.net/bugs/1366649 Title: Typo in keystone/common/base64utils.py Status in OpenStack

[Yahoo-eng-team] [Bug 1368152] [NEW] l3 agent dies after MessagingTimeout error

2014-09-11 Thread Giulio Fidente
Public bug reported: l3 agent dies after MessagingTimeout error, attached is the trace. I am not sure about the root cause of the MessagingTimeout either but that seems a different problem ** Affects: neutron Importance: Undecided Status: New -- You received this bug

[Yahoo-eng-team] [Bug 1368172] [NEW] floating_ips.list() broken in v1.1 client

2014-09-11 Thread Nejc Saje
Public bug reported: When using v1_1 client, floating_ips.list() returns an empty list, while v2 client returns the correct list of floating ips. ** Affects: nova Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1368176] [NEW] Scheduler hints broken in V2.1 API

2014-09-11 Thread Phil Day
Public bug reported: The v2.1 scheduler_hints plugin is broken, as it tries to extract the hints from the request_body rather than the server_dict https://github.com/openstack/nova/blob/master/nova/api/openstack/compute/plugins/v3/scheduler_hints.py#L42-L45 The hints value in the request body

[Yahoo-eng-team] [Bug 1285530] Re: exception message should use gettextutils

2014-09-11 Thread Dmitry Divius Tantsur
** No longer affects: ironic -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1285530 Title: exception message should use gettextutils Status in Cinder: Incomplete Status in OpenStack

[Yahoo-eng-team] [Bug 1301279] Re: Changing node's properties in Ironic after node is deployed will count as available resources in Nova

2014-09-11 Thread Dmitry Divius Tantsur
** Summary changed: - Changing nodes properties after it's deployed will count as available resources in Nova + Changing node's properties in Ironic after node is deployed will count as available resources in Nova ** Also affects: nova Importance: Undecided Status: New ** Tags

[Yahoo-eng-team] [Bug 1293743] Re: Make importing of local dependencies consistent

2014-09-11 Thread Sean Dague
I am adding this to the OpenStack CI project because what I think this is about is common infrastructure for optional dependencies. Which I think we're discussing now. This will become more important for functional testing down the road. ** Changed in: nova Status: New = Confirmed **

[Yahoo-eng-team] [Bug 1326639] Re: nova driver fails to setup initial state correctly

2014-09-11 Thread Dmitry Divius Tantsur
Hi Michael, any updates on this bug? I'm moving it Nova since driver is now there. ** Summary changed: - nova driver fails to setup initial state correctly + Ironic nova driver fails to setup initial state correctly ** Also affects: nova Importance: Undecided Status: New ** Tags

[Yahoo-eng-team] [Bug 1325905] Re: Cleaning on failed spawn in driver may override original exception

2014-09-11 Thread Dmitry Divius Tantsur
Oh and this should be fixed in Nova now! ** Summary changed: - Cleaning on failed spawn in driver may override original exception + Cleaning on failed spawn in Ironic driver may override original exception ** Also affects: nova Importance: Undecided Status: New ** Tags added: ironic

[Yahoo-eng-team] [Bug 1313779] Re: ResourceTracker auditing the wrong amount of free resources for Ironic

2014-09-11 Thread Dmitry Divius Tantsur
** Summary changed: - ResourceTracker auditing the wrong amout of free resources + ResourceTracker auditing the wrong amount of free resources for Ironic ** Also affects: nova Importance: Undecided Status: New ** Tags added: ironic -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1307900] Re: Limit formatting routes when adding resources like nova api

2014-09-11 Thread Sean Dague
This is actually a reproduce with the cinder client ** Also affects: cinder Importance: Undecided Status: New ** Changed in: nova Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack

[Yahoo-eng-team] [Bug 1307900] Re: Limit formatting routes when adding resources like nova api

2014-09-11 Thread Sean Dague
** Changed in: cinder Status: New = Invalid -- 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/1307900 Title: Limit formatting routes when adding resources like nova

[Yahoo-eng-team] [Bug 1310131] Re: Some non-supported actions in Ironic nova driver do not return errors to the user

2014-09-11 Thread Dmitry Divius Tantsur
** Summary changed: - Some non-supported with ironic nova driver do not return errors to the user + Some non-supported actions in Ironic nova driver do not return errors to the user ** Also affects: nova Importance: Undecided Status: New ** Tags added: ironic -- You received this

[Yahoo-eng-team] [Bug 1304481] Re: Nova operates network failed by Maximum attempts reached error when Cloud under heavy workload

2014-09-11 Thread Sean Dague
** Changed in: nova Status: New = 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/1304481 Title: Nova operates network failed by Maximum attempts reached error when

[Yahoo-eng-team] [Bug 1368201] [NEW] resize with PCI devices doesn't work

2014-09-11 Thread Baodong (Robert) Li
Public bug reported: In icehouse, if an active instance without PCI passthrough devices is resized with PCI passthrough devices being added in the new flavor, the instance will be reported as ACTIVE after resizing, but becomes inaccessible. Worse, the whole compute service seems to be hosed, and

[Yahoo-eng-team] [Bug 1311401] Re: nova.virt.ironic tries to remove vif_port_id unnecessarily

2014-09-11 Thread Dmitry Divius Tantsur
** Also affects: nova Importance: Undecided Status: New ** Tags added: ironic ** Changed in: ironic Status: Triaged = 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 1328939] Re: Setting instance default_ephemeral_device in Ironic driver should be more intelligent

2014-09-11 Thread Dmitry Divius Tantsur
** Summary changed: - Setting instance default_ephemeral_device should be more intelligent + Setting instance default_ephemeral_device in Ironic driver should be more intelligent ** Also affects: nova Importance: Undecided Status: New ** Tags added: ironic -- You received this bug

[Yahoo-eng-team] [Bug 1303625] Re: tempest-dsvm-neutron-heat-slow fails with StackBuildErrorException (security group already exists))

2014-09-11 Thread Attila Fazekas
*** This bug is a duplicate of bug 1194579 *** https://bugs.launchpad.net/bugs/1194579

[Yahoo-eng-team] [Bug 1336937] Re: Ironic nova driver does not set disk_available_least

2014-09-11 Thread Dmitry Divius Tantsur
** Summary changed: - Nova driver does not set disk_available_least + Ironic nova driver does not set disk_available_least ** Also affects: nova Importance: Undecided Status: New ** Tags added: ironic ** Changed in: ironic Status: Triaged = Invalid -- You received this bug

[Yahoo-eng-team] [Bug 1355820] Re: Ironic virt driver should define a minimum ironicclient version

2014-09-11 Thread Dmitry Divius Tantsur
** Summary changed: - Virt driver should define a minimum ironicclient version + Ironic virt driver should define a minimum ironicclient version ** Also affects: nova Importance: Undecided Status: New ** Tags added: ironic ** Changed in: ironic Status: Triaged = Invalid --

[Yahoo-eng-team] [Bug 1367500] Re: IPv6 network doesn't create namespace, dhcp port

2014-09-11 Thread Sergey Shnaidman
Yeah, seems like it was an issue in my devstack installation. With fresh install it's not reproducible. ** Changed in: neutron Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1368202] [NEW] Nova console VMRCConsole will break with ESX driver

2014-09-11 Thread Gary Kotton
Public bug reported: VMware ESX driver was deprecated in J.This console class will break. ** Affects: nova Importance: High Assignee: Gary Kotton (garyk) Status: In Progress ** Changed in: nova Importance: Undecided = High ** Changed in: nova Assignee: (unassigned) =

[Yahoo-eng-team] [Bug 1368172] Re: floating_ips.list() broken in v1.1 client

2014-09-11 Thread Nejc Saje
** Changed in: nova Status: New = Invalid -- 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/1368172 Title: floating_ips.list() broken in v1.1 client Status in

[Yahoo-eng-team] [Bug 1368074] Re: [Security-NIST]nova/virt/disk/api.py does not fit the NIST

2014-09-11 Thread Thierry Carrez
This feels like an interesting security strengthening, but I'm not sure there currently is an exploitable vulnerability here, so no need for a security advisory ? ** Changed in: ossa Status: New = Incomplete ** Also affects: nova Importance: Undecided Status: New -- You

[Yahoo-eng-team] [Bug 1368073] Re: [Security-NIST]SimpleDH in nova/virt/xenapi/agent.py does not fit the NIST

2014-09-11 Thread Thierry Carrez
This feels like an interesting security strengthening, but I'm not sure there currently is an exploitable vulnerability here, so no need for a security advisory ? ** Changed in: ossa Status: New = Incomplete ** Also affects: nova Importance: Undecided Status: New -- You

[Yahoo-eng-team] [Bug 1368076] Re: [Security-NIST]nova/virt/xenapi/agent.py does not fit the NIST about random

2014-09-11 Thread Thierry Carrez
This feels like an interesting security strengthening, but I'm not sure there currently is an exploitable vulnerability here, so no need for a security advisory ? ** Changed in: ossa Status: New = Incomplete ** Also affects: nova Importance: Undecided Status: New -- You

[Yahoo-eng-team] [Bug 1368234] [NEW] faulty way of checking if mock wasn't called

2014-09-11 Thread Jacek Świderski
Public bug reported: Some UT use mock.assert_has_calls([]) as a way to check if mock wasn't called - this doesn't work because assert_has_calls only checks if passed calls are present in mock_calls and hence it is always true regardless of whether mock was called or not. This can lead to falsely

[Yahoo-eng-team] [Bug 1368251] [NEW] migrate_to_ml2 accessing boolean as int fails on postgresql

2014-09-11 Thread Bernhard M. Wiedemann
Public bug reported: The allocated variable used in migrate_to_ml2 was defined to be a boolean type and in postgresql this type is enforced, while in mysql this just maps to tinyint and accepts both numbers and bools. Thus the migrate_to_ml2 script breaks on postgresql ** Affects: neutron

[Yahoo-eng-team] [Bug 1368260] [NEW] add pci_requests to the instance object

2014-09-11 Thread Baodong (Robert) Li
Public bug reported: With the refactoring work moving PCI requests from system_metadata to instance_extra, PCI requests are no longer accessible from the instance object. Refer to https://review.openstack.org/#/c/118391/. One of the issues is that the scheduler while consuming PCI requests (see

[Yahoo-eng-team] [Bug 1368274] [NEW] tests failed when running tox without `--concurrency 1`

2014-09-11 Thread Oleksii Chuprykov
Public bug reported: Passage of the tests depends on the order of their execution so we can't run tests in parallel. Sample error output: == FAIL:

[Yahoo-eng-team] [Bug 1226089] Re: glance image-create creates image of size zero instead of failing

2014-09-11 Thread Brian Rosmaita
Agree that this was fixed by fix for https://bugs.launchpad.net/glance/+bug/1257273 , which has been released. ** Changed in: glance Status: New = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance.

[Yahoo-eng-team] [Bug 1368281] [NEW] Scalability issue using neutron-linuxbridge-agent

2014-09-11 Thread mouadino
Public bug reported: Hi all, In a cluster of 20 nodes that is configured to use neutron-linuxbridge- agent and as part of our load test which included running a lot of instances at once (e.g 100, 200 ... 500), we noticed the more you increase the number of instances to launch the more the

[Yahoo-eng-team] [Bug 1362528] Re: cirros starts with file system in read only mode

2014-09-11 Thread Sean Dague
Honestly, I'm not really sure how what's here is actionable. ** Changed in: nova Status: New = 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/1362528 Title: cirros

[Yahoo-eng-team] [Bug 1361230] Re: ad248f6 jsonutils sync breaks if simplejson 2.2.0 (under python 2.6)

2014-09-11 Thread Matt Riedemann
Also needs to be fixed in ceilometer: https://github.com/openstack/ceilometer/commit/341bad76c7a19d3a01a9ee97fd21c66f909e036a I checked cinder, glance, heat, neutron and trove and they hadn't synced the original change over so they are OK. ** Also affects: ceilometer Importance: Undecided

[Yahoo-eng-team] [Bug 1337798] Re: VMware: snapshot operation copies a live image

2014-09-11 Thread Sean Dague
Discussion seems to imply this is invalid ** Changed in: nova Status: New = Invalid -- 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/1337798 Title: VMware:

[Yahoo-eng-team] [Bug 1368293] [NEW] Sahara tests not mocked properly

2014-09-11 Thread Matthias Runge
Public bug reported: When running tests in 2014.2. Milestone-3: OK (SKIP=8) Destroying test database for alias 'default'... Running openstack_dashboard tests nosetests openstack_dashboard --nocapture --nologcapture --cover-package=openstack_dashboard --cover-inclusive --all-modules

[Yahoo-eng-team] [Bug 1319710] Re: Live-migration failed with OpenStack Icehouse and Ubuntu 12.04

2014-09-11 Thread Sean Dague
*** This bug is a duplicate of bug 1303536 *** https://bugs.launchpad.net/bugs/1303536 ** This bug has been marked a duplicate of bug 1303536 Live migration fails. XML error: CPU feature `wdt' specified more than once -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1322599] Re: nova baremetal-node-create fails with HTTP 500

2014-09-11 Thread Sean Dague
** Changed in: nova Status: New = Invalid -- 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/1322599 Title: nova baremetal-node-create fails with HTTP 500 Status in

[Yahoo-eng-team] [Bug 1326411] Re: Improved Security Group and Rule Creation

2014-09-11 Thread Sean Dague
not a nova feature ** Changed in: nova Status: New = Invalid -- 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/1326411 Title: Improved Security Group and Rule

[Yahoo-eng-team] [Bug 1324751] Re: Can't delete baremetal instance when the baremetal vm is deleted in advance

2014-09-11 Thread Sean Dague
if you delete out from under nova, all bets are off. ** Changed in: nova Status: New = 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/1324751 Title:

[Yahoo-eng-team] [Bug 1324356] Re: allow instance based flat_injected config

2014-09-11 Thread Sean Dague
** Changed in: nova Status: New = Won't Fix ** Changed in: nova Importance: Undecided = Wishlist -- 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/1324356 Title:

[Yahoo-eng-team] [Bug 1368259] [NEW] unable to delete volume after attach with mount point fails on instance

2014-09-11 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: Description of problem: Openstack on rhel 7.0 VM box rhos 5.0 version . After creating instance , we try to attach volume to it . The volume created by tempest code : def test_attach_detach_volume_to_instance(self): # Volume is attached and

[Yahoo-eng-team] [Bug 1368259] Re: unable to delete volume after attach with mount point fails on instance

2014-09-11 Thread Stefano Maffulli
** Project changed: openstack-community = 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/1368259 Title: unable to delete volume after attach with mount point fails

[Yahoo-eng-team] [Bug 1365750] Re: Ironic jobs failing in tripleo CI due to extra specs error

2014-09-11 Thread Dmitry Divius Tantsur
Should be fixed in nova now ** Also affects: nova Importance: Undecided Status: New ** Tags added: ironic ** Changed in: ironic Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack

[Yahoo-eng-team] [Bug 1329261] Re: vmware: VCdriver creates same hypervisor_hostname for different vcenters with same Cluster name

2014-09-11 Thread Tracy Jones
sorry - bugs that affect only a particular hypervisor cannot be critical. I'll add this to the vmwareapi-team and mark critical. ** Changed in: nova Importance: Critical = High ** Also affects: openstack-vmwareapi-team Importance: Undecided Status: New ** Changed in:

[Yahoo-eng-team] [Bug 1368338] [NEW] Rewrite table filtering to use GET-requests for filtering data

2014-09-11 Thread Timur Sufiev
Public bug reported: Currently table filtering is built on POST requests, which is both conceptually wrong, and makes it impossible to filter data in a table the user is redirected into. (originally filed as a blueprint https://blueprints.launchpad.net/horizon/+spec/table-filtering-via-get

[Yahoo-eng-team] [Bug 1368344] [NEW] Failure in test_server_actions

2014-09-11 Thread Vish Ishaya
Public bug reported: 2014-09-09 23:07:28.235 | tempest.api.compute.servers.test_server_actions.ServerActionsTestJSON.test_resize_server_confirm_from_stopped[gate,smoke] 2014-09-09 23:07:28.235 |

[Yahoo-eng-team] [Bug 1334272] Re: Server fails to become active because: Failed to add interface: Dump was interrupted and may be inconsistent

2014-09-11 Thread Vish Ishaya
*** This bug is a duplicate of bug 1368344 *** https://bugs.launchpad.net/bugs/1368344 ** This bug is no longer a duplicate of bug 1334142 A server creation fails due to adding interface failure ** This bug has been marked a duplicate of bug 1368344 Failure in test_server_actions --

[Yahoo-eng-team] [Bug 1334247] Re: tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern

2014-09-11 Thread Vish Ishaya
*** This bug is a duplicate of bug 1368344 *** https://bugs.launchpad.net/bugs/1368344 ** This bug is no longer a duplicate of bug 1334142 A server creation fails due to adding interface failure ** This bug has been marked a duplicate of bug 1368344 Failure in test_server_actions --

[Yahoo-eng-team] [Bug 1108994] Re: v1 headers are encoded as UTF-8

2014-09-11 Thread Mark Washenberger
** 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. https://bugs.launchpad.net/bugs/1108994 Title: v1 headers are encoded as UTF-8 Status in OpenStack Image Registry

[Yahoo-eng-team] [Bug 1368344] Re: Failure in test_server_actions

2014-09-11 Thread Vish Ishaya
*** This bug is a duplicate of bug 1334142 *** https://bugs.launchpad.net/bugs/1334142 so the fix for https://bugs.launchpad.net/bugs/1334142 is correct, it just needs to be backported to stable/icehouse ** This bug has been marked a duplicate of bug 1334142 A server creation fails due to

[Yahoo-eng-team] [Bug 1334247] Re: tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern

2014-09-11 Thread Vish Ishaya
*** This bug is a duplicate of bug 1334142 *** https://bugs.launchpad.net/bugs/1334142 ** This bug is no longer a duplicate of bug 1368344 Failure in test_server_actions ** This bug has been marked a duplicate of bug 1334142 A server creation fails due to adding interface failure --

[Yahoo-eng-team] [Bug 1042363] Re: glance backend images can appear to be too long

2014-09-11 Thread Mark Washenberger
** Changed in: glance Status: Incomplete = Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1042363 Title: glance backend images can appear to be too long Status in

[Yahoo-eng-team] [Bug 1265131] Re: Image to be uploaded or URL link only should be given ?

2014-09-11 Thread Mark Washenberger
** Changed in: glance Status: Incomplete = 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/1265131 Title: Image to be uploaded or URL link only should be given ? Status in

[Yahoo-eng-team] [Bug 1334272] Re: Server fails to become active because: Failed to add interface: Dump was interrupted and may be inconsistent

2014-09-11 Thread Vish Ishaya
*** This bug is a duplicate of bug 1334142 *** https://bugs.launchpad.net/bugs/1334142 ** This bug is no longer a duplicate of bug 1368344 Failure in test_server_actions ** This bug has been marked a duplicate of bug 1334142 A server creation fails due to adding interface failure --

[Yahoo-eng-team] [Bug 1255047] Re: create an interface should check parameter interfaceAttachment in request

2014-09-11 Thread Sean Dague
not really a bug ** Changed in: nova Status: New = Invalid ** Changed in: nova Importance: Undecided = Wishlist -- 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 1199892] Re: Glance in Grizzly is incompatible with SQLAlchemy 0.8

2014-09-11 Thread Mark Washenberger
** Changed in: glance Status: New = Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1199892 Title: Glance in Grizzly is incompatible with SQLAlchemy 0.8 Status in

[Yahoo-eng-team] [Bug 1229051] Re: eventlet hub is a poll instead of epoll

2014-09-11 Thread Mark Washenberger
** Changed in: glance Status: New = Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1229051 Title: eventlet hub is a poll instead of epoll Status in OpenStack Image

[Yahoo-eng-team] [Bug 1099451] Re: Image fails to upload via dashboard, works via command-line client

2014-09-11 Thread Mark Washenberger
*** This bug is a duplicate of bug 1057322 *** https://bugs.launchpad.net/bugs/1057322 ** This bug has been marked a duplicate of bug 1057322 Image fails to upload to swift: TypeError: object of type 'CooperativeReader' has no len( -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1247194] Re: Jenkins fails due to test_register_http_image error

2014-09-11 Thread Mark Washenberger
** Changed in: glance Status: New = 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/1247194 Title: Jenkins fails due to test_register_http_image error Status in OpenStack

[Yahoo-eng-team] [Bug 1368361] [NEW] Horizon fails to start if 'exceptions' entry missing from HORIZON_CONFIG

2014-09-11 Thread Gary W. Smith
Public bug reported: Steps to reproduce: 1. Copy openstack_dashboard/local/local_settings.py.example to local_settings.py 2. Comment out the 'exceptions' entry of HORIZON_CONFIG (lines 65-67) 3. Start horizon. It throws a stack trace ending with: File

[Yahoo-eng-team] [Bug 1248842] Re: 400 bad request when token is too large

2014-09-11 Thread Mark Washenberger
*** This bug is a duplicate of bug 1190149 *** https://bugs.launchpad.net/bugs/1190149 ** This bug has been marked a duplicate of bug 1190149 Token auth fails when token is larger than 8k -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1229104] Re: glance unittest might try access the system policy.json file

2014-09-11 Thread Mark Washenberger
** Changed in: glance Status: New = Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1229104 Title: glance unittest might try access the system policy.json file Status in

[Yahoo-eng-team] [Bug 1222721] Re: Scrubber lock_path does not default to temp dir

2014-09-11 Thread Mark Washenberger
It appears this was fixed in dde2cbafd33b69024e36c741402c8c130ab761e8 with the adoption of IPC posix locks when lock_path is not set. ** Changed in: glance Status: New = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1275070] Re: Multiple unit tests around serialization failing

2014-09-11 Thread Mark Washenberger
** Changed in: glance Status: New = 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/1275070 Title: Multiple unit tests around serialization failing Status in OpenStack

[Yahoo-eng-team] [Bug 1279591] Re: tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON / ListImageFiltersTestXML

2014-09-11 Thread Mark Washenberger
Looks like a nova images issue, not glance. ** No longer affects: glance -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1279591 Title:

[Yahoo-eng-team] [Bug 1164148] Re: The configuration information in oslo.config.cfg.CONF is treated as a global variable in glance programs

2014-09-11 Thread Mark Washenberger
I don't see us fixing this any time soon, unfortunately. FWIW we figured out some workarounds for the functional testing. ** Changed in: glance Status: Confirmed = Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1348416] Re: Popen with shell=True

2014-09-11 Thread Mark Washenberger
There is also a nasty shell=True in glance.tests.utils.execute, which is probably even worse! Our test_migrations code was copied from nova I believe, and a brief glance at nova master indicates a similar use of shell=True in test_migrations.py. So I'm adding Nova as well. ** Changed in: glance

[Yahoo-eng-team] [Bug 1201266] Re: 'is_public' filter should be handled when nova calls glance via V2

2014-09-11 Thread Mark Washenberger
Not a glance bug. ** No longer affects: glance -- 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/1201266 Title: 'is_public' filter should be handled when nova calls

[Yahoo-eng-team] [Bug 1173269] Re: db migration 022 question

2014-09-11 Thread Mark Washenberger
*** This bug is a duplicate of bug 1160114 *** https://bugs.launchpad.net/bugs/1160114 ** This bug has been marked a duplicate of bug 1160114 test_postgresql_opportunistically fails on RHEL -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1175530] Re: cinder-manage ignores --sql_connection parameter

2014-09-11 Thread Mark Washenberger
*** This bug is a duplicate of bug 1176817 *** https://bugs.launchpad.net/bugs/1176817 ** This bug has been marked a duplicate of bug 1176817 Give priority to CLI args -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1368372] [NEW] nova client help test for rescue

2014-09-11 Thread Tim Bell
Public bug reported: The nova client help text for rescue is very terse. Improving this would not only help the command but also the doc since it is autogenerated. rescue Rescue a server. A basic explanation of what rescue is would be very helpful. Some of the other commands

[Yahoo-eng-team] [Bug 1368378] [NEW] Cannot run nova shelve-offload command

2014-09-11 Thread Danny Choi
Public bug reported: OpenStack version: Icehouse Setup: 3-node, namely Controller, Compute and Network Issue: cannot run nova shelve-offload server command Steps to reproduce: 1. Create an instance. 2. Verify instance is running/active: nova list 3. Run command: nova shelve server 4. Verify

[Yahoo-eng-team] [Bug 1337473] Re: horizon gets the default quota for floating ips for new projects from the what the current user has

2014-09-11 Thread Sean Dague
not clear why this was a nova bug ** Also affects: horizon Importance: Undecided Status: New ** Changed in: nova Status: New = 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 1314905] Re: nova-baremetal loses track of instance-node relationship on REBUILD error

2014-09-11 Thread Sean Dague
baremetal deprecated ** Changed in: nova Status: New = 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/1314905 Title: nova-baremetal loses track of

[Yahoo-eng-team] [Bug 1366911] Re: Nova does not ensure a valid token is available if snapshot process exceeds token lifetime

2014-09-11 Thread Nikolay Starodubtsev
** No longer affects: glance ** Changed in: nova Assignee: Nikolay Starodubtsev (starodubcevna) = (unassigned) -- 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/1366911

[Yahoo-eng-team] [Bug 1368391] [NEW] sqlalchemy-migrate 0.9.2 is breaking nova unit tests

2014-09-11 Thread Joe Gordon
Public bug reported: sqlalchemy-migrate 0.9.2 is breaking nova unit tests OperationalError: (OperationalError) cannot commit - no transaction is active u'COMMIT;' () http://logs.openstack.org/39/117839/18/gate/gate-nova-python27/8a7aa8c/ ** Affects: nova Importance: Critical

[Yahoo-eng-team] [Bug 1230076] Re: glance.tests.unit.test_store_base.TestStoreBase.test_exception_to_unicode fails

2014-09-11 Thread Mark Washenberger
** Changed in: glance Status: Confirmed = Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1230076 Title:

[Yahoo-eng-team] [Bug 1368391] Re: sqlalchemy-migrate 0.9.2 is breaking nova unit tests

2014-09-11 Thread Matt Riedemann
** Also affects: sqlalchemy-migrate 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/1368391 Title: sqlalchemy-migrate 0.9.2

[Yahoo-eng-team] [Bug 1368395] [NEW] SassRule RuleAncestry (BlockSelectorHeader (Selector: '.nav_accordion', ), ), 3 Failure

2014-09-11 Thread Joshua Harlow
Public bug reported: Another sass rule error/failure (unsure what these mean). [Thu Sep 11 05:33:56.380761 2014] [:error] [pid 23189:tid 140304170833664] File /usr/local/lib/python2.7/dist-packages/scss/__init__.py, line 1398, in lambda [Thu Sep 11 05:33:56.380781 2014] [:error] [pid

[Yahoo-eng-team] [Bug 1315049] Re: 'Provider' object has no attribute 'revoke_api'

2014-09-11 Thread Dolph Mathews
*** This bug is a duplicate of bug 1294994 *** https://bugs.launchpad.net/bugs/1294994 ** This bug has been marked a duplicate of bug 1294994 Managers instantiated multiple times -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1361134] Re: run nova evacuate command, 'can't be encoded'error

2014-09-11 Thread Mark Washenberger
** Also affects: python-glanceclient Importance: Undecided Status: New ** No longer affects: glance -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1361134 Title: run nova

[Yahoo-eng-team] [Bug 1367941] Re: Able to aquire the semaphore used in lockutils.synchronized_with_prefix twice at the same time

2014-09-11 Thread Ben Nemec
** Also affects: oslo.concurrency Importance: Undecided Status: New ** Changed in: oslo.concurrency Status: New = Triaged ** Changed in: oslo.concurrency Importance: Undecided = Medium -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1346829] Re: support disable_terminate for instance

2014-09-11 Thread melanie witt
This functionality is already provided by the lock admin action: http://developer.openstack.org/api-ref-compute-v2-ext.html#ext-action and can also work for a user because of this patch Allow user and admin lock of an instance: https://review.openstack.org/#/c/38196/ ** Changed in: nova

[Yahoo-eng-team] [Bug 1346829] Re: support disable_terminate for instance

2014-09-11 Thread melanie witt
This functionality is already provided by the 'nova lock' command: http://docs.openstack.org/user- guide/content/novaclient_commands.html#novaclient_subcommand_lock ** Changed in: python-novaclient Status: New = Invalid -- You received this bug notification because you are a member of

  1   2   >