[Yahoo-eng-team] [Bug 1273975] [NEW] when "v2/images" API with "changes-since" option is requested, Glance API Server returns 500 code

2014-01-28 Thread Noboru Arai
Public bug reported: environment: Openstack by deployed devstack reproduce: 1. request "v2/images" with "chnages-since" to Glance API Server. 2. return 500 error code expect result: return list filtered out by "changes-since" option cause: in "_make_conditions_from_filters" m

[Yahoo-eng-team] [Bug 1273943] [NEW] Tox failing on py27dj14 environment

2014-01-28 Thread Kirill Izotov
Public bug reported: Full test log: http://paste.openstack.org/show/62066/ It seems like django.test.assertContain is unable to parse template html. Further inspection revealed that there is a difference in parsing between start tag and end tag and even more, difference between parsing tags with

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

2014-01-28 Thread John Griffith
Turns out this does appear to be a side effect of commit: e2e0ed80799c1ba04b37278996a171fc74b6f9eb does seem to be the root of the problem. It appears that the initialize is in some cases doing a delete of the targets. ** Also affects: cinder Importance: Undecided Status: New ** Cha

[Yahoo-eng-team] [Bug 1273894] [NEW] GlusterFS: Do not time out long-running volume snapshot operations

2014-01-28 Thread Eric Harney
Public bug reported: Currently, when Cinder sends a snapshot create or delete job to Nova for the GlusterFS driver, it has a fixed timeout window, and if the job takes longer than that, the snapshot operation is failed. (The assumption is that Nova has somehow failed.) This is problematic becaus

[Yahoo-eng-team] [Bug 1273882] [NEW] os-collect-config unable to restart neutron-l3-agent

2014-01-28 Thread Gregory Haynes
Public bug reported: The command 'os-collect-config --force --one' fails with: + service neutron-l3-agent restart neutron-l3-agent stop/waiting start: Job failed to start [2014-01-28 23:17:33,155] (os-refresh-config) [ERROR] during post-configure phase. [Command '['dib-run-parts', '/opt/stack/o

[Yahoo-eng-team] [Bug 1273874] [NEW] modal missing close and cancel button

2014-01-28 Thread Cindy Lu
Public bug reported: Not sure if it's just me or what but some of the modal popup forms are missing the 'X' and 'Cancel' buttons. This regression can been seen on Admin > Flavor > Edit Flavor and Project > Instances > Launch Instance. Modals with workflow tabs. Please see attached image. ** Aff

[Yahoo-eng-team] [Bug 1273867] [NEW] Keystone API v3 lists disabled endpoints and services in catalog

2014-01-28 Thread Adam Young
Public bug reported: When endpoint or service has "enabled" attribute set to "False", it is still listed in catalog (`keystone catalog` command and/or in catalog part of token. Create testing service (simplifies output later): > localhost:5000 > POST /v3/services > '{"service":{"name":"My svc","t

[Yahoo-eng-team] [Bug 1273862] [NEW] Keystone manage man page errors

2014-01-28 Thread Adam Young
Public bug reported: patch for keystone-manage man page source Description of problem: Grammar errors in keystone-manage.rst Line 27 reads: with through the keystone REST api, such data import/export and schema Should read: with the keystone REST API, such as data import/export and schema *

[Yahoo-eng-team] [Bug 1273852] [NEW] PCI device object should be purely DB layer

2014-01-28 Thread jiang, yunhong
Public bug reported: Currently the PCI device object includes a lot of function like alloc/free/claim etc. However, the NovaObject should not be used this way, and it makes the PCI device object really different with other NovaObject implementation. We should keep the PCI device object as simple

[Yahoo-eng-team] [Bug 1273837] [NEW] Describe addresses in ec2 api broken with neutron

2014-01-28 Thread Vish Ishaya
Public bug reported: Describe addresses using the ec2 api is broken when using neutron. It attempts to retrieve the fixed ip directly which by id: https://github.com/openstack/nova/blob/bc10b3c2b222b5f5c6ee6ffb79c12a8d3e2931bf/nova/api/ec2/cloud.py#L1209 which is not supported by neutron: https

[Yahoo-eng-team] [Bug 1273831] [NEW] Keystone v2.0 documentation shows unsupported "versionId", "versionList" fields

2014-01-28 Thread Shri Javadekar
Public bug reported: The documentation of Openstack Keystone v2.0 [1] shows that when a user is authenticated, the return values will have a "versionId", "versionInfo", "versionStatus", etc. However, based on the discussion I had on the #openstack-dev irc channel, it turns out that Keystone does

[Yahoo-eng-team] [Bug 1225191] Re: add qpid-python to requirements.txt

2014-01-28 Thread Ben Nemec
** Also affects: nova 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/1225191 Title: add qpid-python to requirements.txt Stat

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

2014-01-28 Thread Alan Pevec
** Also affects: nova/grizzly Importance: Undecided Status: New ** Also affects: nova/havana Importance: Undecided Status: New ** Changed in: nova/grizzly Importance: Undecided => Critical ** Changed in: nova/havana Importance: Undecided => Critical ** Changed in: nova

[Yahoo-eng-team] [Bug 1273803] [NEW] The pci manager try to modify the pci device list

2014-01-28 Thread jiang, yunhong
Public bug reported: Currently the ObjectList is mostly immutable, i.e. although the items in the list is changable, but the list itself should not be add or remove. However the PCI manager use a ObjectList to track all the devices in the host and may add/remove, this is not correct. We should no

[Yahoo-eng-team] [Bug 1273774] [NEW] External interface shows as fake

2014-01-28 Thread Matthew D. Wood
Public bug reported: On the network topology router-mouse-over-balloon, the list of interfaces contains one labeled "fake" which is a placeholder for the external interface. This interface should be labeled with a much less confusing tag. "extern" or "gateway" seems much better. ** Affects: hori

[Yahoo-eng-team] [Bug 1267438] Re: create volume option is shown, even without cinder enabled

2014-01-28 Thread Julie Pichon
** Also affects: horizon/havana Importance: Undecided Status: New ** Changed in: horizon/havana Assignee: (unassigned) => Matthias Runge (mrunge) ** Changed in: horizon/havana Importance: Undecided => High ** Changed in: horizon/havana Status: New => In Progress ** Tags

[Yahoo-eng-team] [Bug 1273713] Re: keystoneclient is using wrong management url if identity v2 and v3 endpoint co-exists

2014-01-28 Thread Dolph Mathews
"identityv3" is not a recognized or supported service type. The correct approach to this is to use unversioned endpoints in the catalog, which python-keystoneclient doesn't fully support yet. ** Changed in: keystone Status: New => Invalid -- You received this bug notification because you

[Yahoo-eng-team] [Bug 1273731] [NEW] attaching a cinder volume to running instance silently fails

2014-01-28 Thread Jaroslav Henner
Public bug reported: when using compute_driver=vmwareapi.VMwareVCDriver volume_driver=cinder.volume.drivers.vmware.vmdk.VMwareVcVmdkDriver after creating a VM and cinder volume and attaching it: nova boot --image cirros-0.3.1-x86_64-disk.vmdk --flavor m1.tiny foo cinder create --display-name baz

[Yahoo-eng-team] [Bug 1273730] [NEW] MechanismDriverError hides original exception

2014-01-28 Thread Paul Ward
Public bug reported: In implementing a mechanism driver for ML2, I see that any exceptions raised by the mechanism driver are swallowed and all that's bubbled up to the user is the generic MechanismDriverError. This happens in MechanismManager_call_on_drivers() in https://github.com/openstack/neu

[Yahoo-eng-team] [Bug 1238536] Re: POST with empty body results in 411 Error

2014-01-28 Thread Andrea Frittoli
httplib2 is not setting content-length to 0 if the post body is empty (https://code.google.com/p/httplib2/issues/detail?id=143). Certain http servers won't be happy if the content length is not set. Tempest rest client should do that. ** Also affects: tempest Importance: Undecided Statu

[Yahoo-eng-team] [Bug 1273713] [NEW] keystoneclient is using wrong management url if identity v2 and v3 endpoint co-exists

2014-01-28 Thread Qiu Yu
Public bug reported: Steps to produce -- 1. configure service/endpoint for both identity v2 and v3 $ keystone service-list | grep identity | 7fe9f96d595b420684fb53b3b17b281e | keystone | identityv3 | Keystone Identity Service V3 | | b00c390065724cdfb66b4e954d295489 | keystone |identi

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

2014-01-28 Thread darkyat
Was meant to be fixed but still appears. https://bugs.launchpad.net/nova/+bug/1044237 ** This bug is no longer a duplicate of bug 1044237 Block Migration doesn't work: Nova searches for the Instance on the destination Compute host -- You received this bug notification because you are a memb

[Yahoo-eng-team] [Bug 1268622] Re: enable cold migration with target host

2014-01-28 Thread Jay Lau
A bp https://blueprints.launchpad.net/nova/+spec/code-migration-with- target was filed. ** 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). https://bu

[Yahoo-eng-team] [Bug 1273678] [NEW] NameError: name '_' is not defined in Keystone/exception.py

2014-01-28 Thread harshit Agarwal
Public bug reported: swift-init proxy restart Signal proxy-server pid: 3025 signal: 15 No proxy-server running Starting proxy-server...(/etc/swift/proxy-server.conf) Traceback (most recent call last): File "/usr/local/bin/swift-proxy-server", line 23, in sys.exit(run_wsgi(conf_file, 'prox

[Yahoo-eng-team] [Bug 1268614] Re: pep8 gating fails due to tools/config/check_uptodate.sh

2014-01-28 Thread Doug Hellmann
** No longer affects: oslo -- 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/1268614 Title: pep8 gating fails due to tools/config/check_uptodate.sh Status in OpenStack Tel

[Yahoo-eng-team] [Bug 1273647] [NEW] Remove leftovers of "# noqa" from imports added to import_exceptions

2014-01-28 Thread Tatiana Mazur
Public bug reported: There are some "# noqa" leftovers after the patch set: https://review.openstack.org/#/c/64854/ ** Affects: horizon Importance: Wishlist Assignee: Tatiana Mazur (tmazur) Status: New ** Changed in: horizon Assignee: (unassigned) => Tatiana Mazur (tmazur

[Yahoo-eng-team] [Bug 1053931] Re: Volume hangs in "creating" status even though scheduler raises "No valid host" exception

2014-01-28 Thread Huang Zhiteng
Dafna, I think this bug has been fixed. Let me explain a little bit more on the workflow of creating a volume: 1) User sends request to Cinder API service; 2) API creates a DB entry for the volume and marks its status to 'creating' (https://github.com/openstack/cinder/blob/stable/havana/cinder/vo

[Yahoo-eng-team] [Bug 1273622] [NEW] stevedore 0.14.1 brokes Havana stable gate tests

2014-01-28 Thread Yaguang Tang
Public bug reported: 2014-01-28 05:25:01.008 | Traceback (most recent call last): 2014-01-28 05:25:01.009 | File "nova/tests/test_hooks.py", line 112, in test_basic 2014-01-28 05:25:01.009 | self.assertEqual(42, self._hooked(1)) 2014-01-28 05:25:01.009 | File "nova/hooks.py", line 98, in

[Yahoo-eng-team] [Bug 1273608] [NEW] wizard broken in non modal view

2014-01-28 Thread Yves-Gwenael Bourhis
Public bug reported: When creating a network we get a wizard view since https://review.openstack.org/#/c/64644/ However even with JS activated, after a login timeout the view is in non modal mode. This non modal mode is also accessible directly via the URL http:///project/networks/create First