[Yahoo-eng-team] [Bug 1608980] Re: Remove MANIFEST.in as it is not explicitly needed by PBR

2017-02-16 Thread Nikhil Komawar
** Also affects: glance Importance: Undecided Status: New ** Changed in: glance Importance: Undecided => Low ** Changed in: glance Status: New => In Progress ** Changed in: glance Milestone: None => pike-1 -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 1616938] Re: XenAPI: failed to create image from volume backed instance with glance v2

2016-09-24 Thread Nikhil Komawar
I think the xen driver needs a code to check the container and disk formats supported at that glance installation. A check using the schema call will do the trick https://github.com/openstack/glance/blob/7c7dd626896d732d75c6b802a33b9462aee885fd/glance/api/v2/images.py#L980

[Yahoo-eng-team] [Bug 1624973] Re: Not possible to allow non "admin" user to change owner on image

2016-09-19 Thread Nikhil Komawar
I think the use case is reasonable. I would prefer a spec-lite for this change, it's a feature more than a bug. You can file one here: https://github.com/openstack/glance-specs/blob/master/specs/ocata/approved/glance/lite-specs.rst ** Changed in: glance Status: New => Opinion ** Changed

[Yahoo-eng-team] [Bug 1226250] Re: periodic checking is needed to stabilize DB state

2016-09-13 Thread Nikhil Komawar
I have moved it to Opinion. As per the discussion on the spec https://review.openstack.org/#/c/242682/ , we've come to an agreement that such clean up doesn't belong in Glance. You are welcome to open a new lite-spec with link to this bug to get wider input. ** Changed in: glance Status:

[Yahoo-eng-team] [Bug 1620363] [NEW] report nginx or non-eventlet based strategies for deploying glance

2016-09-05 Thread Nikhil Komawar
Public bug reported: Recently, more than a few people have asked about different ways a glance service can be deployed: * eventlet based * nginx based * other ways (like say using repose) It would be good to document this in our developer docs or specs and create a FAQ page in our

[Yahoo-eng-team] [Bug 1599123] Re: Glance API doesn't work in IPv6 only environment

2016-09-02 Thread Nikhil Komawar
Have you tried this trick https://github.com/openstack/glance/blob/11cfe49b8f88f68d83028b5920891bb16792da72/glance/cmd/__init__.py#L23-L49 ? I think that'd work for you and we may have to update the documentation using this bug as an example to update the docs! ** Changed in: glance

[Yahoo-eng-team] [Bug 1611154] Re: Glance v2 gives 403 instead of 409 on Conflict

2016-09-02 Thread Nikhil Komawar
@Lyle: are you using the schemas to validate your request? I see how a 409 is more convenient. I'm on the fence for this -- my opinion is that 403 is the right call from glance's perspective as you are trying to update the reserved attribute and have some knowledge of the image (using the id).

[Yahoo-eng-team] [Bug 1618260] Re: Image signature base64 don't wrap lines

2016-09-02 Thread Nikhil Komawar
I doubt if we need doc change for this as the commit itself made the doc change. ** Changed in: glance Status: New => Opinion ** Changed in: glance Importance: Undecided => Wishlist ** Changed in: glance Importance: Wishlist => Low -- You received this bug notification because

[Yahoo-eng-team] [Bug 1612742] [NEW] incorrect references of s3 in migration scripts

2016-08-12 Thread Nikhil Komawar
Public bug reported: We have removed s3 references in patch https://review.openstack.org/#/c/348507/ However there are a few incorrect references of s3 in the below mentioned migration scripts. We have a project policy to not modify the migration scripts unless a significant impact exists.

[Yahoo-eng-team] [Bug 1609571] Re: version negotiation api middleware is NOT up to date to include v2.3 as CURRENT version

2016-08-08 Thread Nikhil Komawar
Backports proposed here: https://review.openstack.org/#/q/I4018af408fa45f3ac0ad6e9c8229428a9f87089f,n,z ** Also affects: glance/liberty Importance: Undecided Status: New ** Also affects: glance/mitaka Importance: Critical Assignee: Nikhil Komawar (nikhil-komawar) Status

[Yahoo-eng-team] [Bug 1609571] [NEW] version negotiation api middleware is NOT up to date to include v2.3 as CURRENT version

2016-08-03 Thread Nikhil Komawar
/glance/api/middleware/version_negotiation.py#L80-L84 ** Affects: glance Importance: Critical Assignee: Nikhil Komawar (nikhil-komawar) Status: Triaged ** Changed in: glance Importance: Undecided => Medium ** Changed in: glance Status: New => Triaged ** C

[Yahoo-eng-team] [Bug 1214176] Re: Fix copyright headers to be compliant with Foundation policies

2016-07-26 Thread Nikhil Komawar
** Also affects: glance Importance: Undecided Status: New ** Changed in: glance Importance: Undecided => Low ** Changed in: glance Status: New => Triaged ** Changed in: glance Assignee: (unassigned) => Dinesh Bhor (dinesh-bhor) -- You received this bug notification

[Yahoo-eng-team] [Bug 1589264] [NEW] developer-api-ref for v2 shows incorrect response style for a GET on images/image_id

2016-06-05 Thread Nikhil Komawar
Public bug reported: Matt Riedmann reported on IRC that the developer api reference for a show call on an image http://developer.openstack.org/api-ref- image-v2.html#showImage-v2 shows incorrect response. Specifically, the expected outcome has a flat structure to the response and the

[Yahoo-eng-team] [Bug 1536226] Re: Not all .po files compiled

2016-05-28 Thread Nikhil Komawar
** Also affects: glance Importance: Undecided Status: New ** Changed in: glance Status: New => In Progress ** Changed in: glance Importance: Undecided => High ** Changed in: glance Assignee: (unassigned) => Sven Anderson (ansiwen) -- You received this bug notification

[Yahoo-eng-team] [Bug 1584350] [NEW] etc/glance-registry.conf sample file has redundant store section

2016-05-21 Thread Nikhil Komawar
Public bug reported: Currently, the oslo config generator takes glance_store configs in consideration while generating sample configs for the registry. Registry doesn't really need these configs. It would be better to get them removed. ** Affects: glance Importance: Undecided

[Yahoo-eng-team] [Bug 1521236] Re: Missing list of stores in glance-api.conf

2016-02-12 Thread nikhil komawar
** Changed in: glance Status: In Progress => Invalid ** Changed in: glance-store 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/1521236 Title:

[Yahoo-eng-team] [Bug 1502850] Re: Location add does not catch BadStoreUri

2015-12-03 Thread nikhil komawar
** Changed in: glance Importance: Undecided => Medium ** Also affects: glance/liberty Importance: Undecided Status: New ** Also affects: glance/kilo Importance: Undecided Status: New ** Changed in: glance/kilo Importance: Undecided => Medium ** Changed in:

[Yahoo-eng-team] [Bug 1297451] Re: Image uploads to the filesystem driver are not fully atomic

2015-11-05 Thread nikhil komawar
** Project changed: glance => glance-store ** Changed in: glance-store Importance: Undecided => Wishlist ** Tags added: lite-spec -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1297451

[Yahoo-eng-team] [Bug 1511061] Re: Images in inconsistent state when calls to registry fail during image deletion

2015-10-28 Thread nikhil komawar
1. I agree, the image deletion operation should be atomic. 2. Image data left behind means there is a potential risk of filling up storage quota and resulting into a DoS; be mindful that it's a denial of service but NOT a exploit as it is dependent on the operators' failure scenarios of g-api <->

[Yahoo-eng-team] [Bug 1505356] Re: Can't upload images in Python 3.4

2015-10-13 Thread nikhil komawar
You can close this bug as it's not related to py34 (99% sure). The invalid literal and the decoding errors usually happen during hickups in the connection while trying to upload data. Here's the conversation I had with Hemanth who sees them a lot in his cloud. --- 10:44:48 nikhil rosmaita:

[Yahoo-eng-team] [Bug 1505134] Re: error message not clear when image-delete is called on deactivated image

2015-10-12 Thread nikhil komawar
I think we can backport it to Kilo and don;t see any reason why not. THoughts? ** Also affects: glance/kilo Importance: Undecided Status: New ** Tags added: liberty-rc-potential -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1505218] Re: Image schema doesn't contain 'deactivated' status

2015-10-12 Thread nikhil komawar
** Also affects: glance/kilo Importance: Undecided Status: New ** Also affects: glance/liberty Importance: Undecided Status: New ** No longer affects: glance/liberty ** Tags added: liberty-rc-potential -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1476770] Re: _translate_from_glance fails with "AttributeError: id" in grenade

2015-10-07 Thread nikhil komawar
** Changed in: python-glanceclient Status: Fix Released => New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1476770 Title: _translate_from_glance fails with "AttributeError: id"

[Yahoo-eng-team] [Bug 1501672] Re: v2 image download returns 403 when 'get_image_locations' policy set

2015-10-07 Thread nikhil komawar
** Also affects: glance/kilo Importance: Undecided Status: New ** Changed in: glance/kilo Status: New => In Progress ** Changed in: glance/kilo Importance: Undecided => High -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1500361] Re: Generated config files are completely wrong

2015-10-01 Thread nikhil komawar
RC2 is yet to be out, so I updated the status to Fix Committed from FIx Released. This will be released when RC2 is out; that is either tomorrow (Friday Oct 2) or next week. ** Changed in: glance Status: Fix Released => Fix Committed -- You received this bug notification because you are

[Yahoo-eng-team] [Bug 1453047] Re: ValueError: Tables "artifact_blob_locations, artifact_blobs, artifact_dependencies, artifact_properties, artifact_tags, artifacts, image_locations, image_members, im

2015-09-18 Thread nikhil komawar
This has become non-relevant so, lowering priority and removing milestone target. The status has been moved to opinion until we get back to it next time. If no more updates exists it will be won't fix then. ** Changed in: glance Importance: High => Wishlist ** Changed in: glance

[Yahoo-eng-team] [Bug 1482301] Re: 'X-Openstack-Request-ID' lenght limited only by header size

2015-08-06 Thread nikhil komawar
** Also affects: glance/kilo Importance: Undecided Status: New ** Also affects: glance/juno 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 1418061] Re: Images: 256 character limit isn't accurate for create image

2015-06-19 Thread nikhil komawar
** Changed in: glance Status: New = Fix Committed ** Changed in: glance Status: Fix Committed = Opinion -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1418061 Title:

[Yahoo-eng-team] [Bug 1402632] Re: issue with glance python client in Icehouse

2015-06-05 Thread nikhil komawar
https://review.openstack.org/#/c/171180/ ** Project changed: glance = python-glanceclient ** Changed in: python-glanceclient Status: Invalid = Fix Committed ** Changed in: python-glanceclient Importance: Undecided = Low ** Changed in: python-glanceclient Milestone: None = 0.19.0

[Yahoo-eng-team] [Bug 1202785] Re: Authentication is not checked before sending potentially large request bodies

2015-06-01 Thread nikhil komawar
** Changed in: glance Status: Triaged = Confirmed ** Changed in: glance Status: Confirmed = Won't Fix ** Changed in: glance Importance: High = Undecided -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance.

[Yahoo-eng-team] [Bug 1414532] Re: asserts used in cache.py

2015-05-29 Thread nikhil komawar
** Also affects: glance/juno Importance: Undecided Status: New ** Changed in: glance/juno Status: New = Fix Committed ** Changed in: glance/juno Importance: Undecided = Low ** Changed in: glance/juno Assignee: (unassigned) = Ian Cordasco (icordasc) -- You received

[Yahoo-eng-team] [Bug 1422699] Re: glance api doesn't abort start up on Store configuration errors

2015-05-11 Thread nikhil komawar
** Changed in: glance-store Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1422699 Title: glance api doesn't abort start up on Store

[Yahoo-eng-team] [Bug 1449639] Re: RBD: On image creation error, image is not deleted

2015-05-11 Thread nikhil komawar
** Changed in: glance-store Status: In Progress = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1449639 Title: RBD: On image creation error, image is not deleted

[Yahoo-eng-team] [Bug 1452447] [NEW] is_public is not v2 reserved prop but domain marks it otherwise

2015-05-06 Thread nikhil komawar
Public bug reported: https://review.openstack.org/#/c/154704/ modifies is_public to be non- reserved. However, the list -- _reserved_properties = ['owner', 'is_public', 'locations', does not have it removed. https://github.com/openstack/glance/blob/master/glance/domain/__init__.py#L56 **

[Yahoo-eng-team] [Bug 1447327] [NEW] Glance v1 should now be in SUPPORTED status

2015-04-22 Thread nikhil komawar
Public bug reported: As per title ** Affects: glance Importance: Critical Assignee: Fei Long Wang (flwang) Status: In Progress ** Tags: kilo-rc-potential ** Tags added: kilo-rc-potential ** Changed in: glance Importance: Undecided = Critical ** Changed in: glance

[Yahoo-eng-team] [Bug 1446286] Re: Exporting a deactivated image returns a generic task failure message

2015-04-20 Thread nikhil komawar
How can this be a bug if export is not even a implemented task yet? ** 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/1446286 Title:

[Yahoo-eng-team] [Bug 1446326] [NEW] 403 response from Nova when making a DELETE call for an image in pending_delete

2015-04-20 Thread nikhil komawar
Public bug reported: Context and information: -- Currently, 404 is seen by the user when image-delete call is made via the Glance API or through the Images API of Nova for an Image in deleted status. However, if an Image is in pending_delete and a user with

[Yahoo-eng-team] [Bug 1221274] Re: allow sorting with more than one field

2015-03-31 Thread nikhil komawar
Glance change was merge in kilo-3 Glance client change is in tag 0.17.0 ** Changed in: glance Status: In Progress = Fix Committed ** Also affects: python-glanceclient Importance: Undecided Status: New ** Changed in: python-glanceclient Status: New = Fix Released **

[Yahoo-eng-team] [Bug 1420707] Re: Update help for glance member-update v2 api

2015-03-04 Thread nikhil komawar
** Changed in: glance Importance: Undecided = Wishlist ** Also affects: python-glanceclient Importance: Undecided Status: New ** Changed in: python-glanceclient Assignee: (unassigned) = Yamini Sardana (yamini-sardana) ** Changed in: python-glanceclient Importance: Undecided

[Yahoo-eng-team] [Bug 1398838] Re: Errors should not print json

2015-03-04 Thread nikhil komawar
** Changed in: python-glanceclient Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1398838 Title: Errors should not print json Status in

[Yahoo-eng-team] [Bug 1425617] Re: Glance's swift driver unable to delete image data stored as SLO

2015-02-25 Thread nikhil komawar
** Also affects: glance-store Importance: Undecided Status: New ** No longer affects: glance ** Changed in: glance-store Status: New = Triaged ** Changed in: glance-store Importance: Undecided = Medium ** Changed in: glance-store Assignee: (unassigned) = Hemanth

[Yahoo-eng-team] [Bug 1379798] Re: Glance returns HTTPInternalServerError 500 in case of image server is down

2015-02-25 Thread nikhil komawar
** Changed in: glance-store Status: In Progress = Fix Released ** Changed in: glance Milestone: None = kilo-3 -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1379798 Title:

[Yahoo-eng-team] [Bug 1316137] Re: glance --location images handling is hiding HTTP errors and uses incorrect HTTP codes...

2015-02-23 Thread nikhil komawar
** Changed in: glance-store Importance: Undecided = Medium ** Changed in: glance-store Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Glance. https://bugs.launchpad.net/bugs/1316137

[Yahoo-eng-team] [Bug 1412802] Re: copy-from broken for large files and swift

2015-02-12 Thread nikhil komawar
** Also affects: glance-store Importance: Undecided Status: New ** Changed in: glance-store Status: New = In Progress ** Changed in: glance-store Assignee: (unassigned) = Stuart McLaren (stuart-mclaren) ** Changed in: glance-store Milestone: None = v0.1.11 ** Changed

[Yahoo-eng-team] [Bug 1401778] Re: 500 error returned while uploading image using multi filesystem store and 'filesystem_store_metadata_file' option enabled

2015-02-05 Thread nikhil komawar
** Changed in: glance Importance: Undecided = High ** Changed in: glance-store Importance: Undecided = High ** Changed in: glance-store Status: In Progress = Fix Committed ** Changed in: glance Status: Fix Released = Triaged ** Changed in: glance Milestone: kilo-2 =

[Yahoo-eng-team] [Bug 1402354] Re: Broken Pipe in vsphere store due to inactive session

2015-01-31 Thread nikhil komawar
** Also affects: glance-store Importance: Undecided Status: New ** Changed in: glance-store Status: New = In Progress ** Changed in: glance-store Importance: Undecided = High ** Changed in: glance-store Assignee: (unassigned) = Sabari Murugesan (smurugesan) ** Changed

[Yahoo-eng-team] [Bug 1413852] Re: VMware store: Attribute error while retrying image upload

2015-01-23 Thread nikhil komawar
** Changed in: glance Importance: Undecided = Medium ** Also affects: glance-store Importance: Undecided Status: New ** Changed in: glance-store Assignee: (unassigned) = Sabari Murugesan (smurugesan) ** Changed in: glance-store Status: New = In Progress ** Changed in:

[Yahoo-eng-team] [Bug 1383973] Re: image data cannot be removed when deleting a saving status image

2015-01-22 Thread nikhil komawar
*** This bug is a duplicate of bug 1398830 *** https://bugs.launchpad.net/bugs/1398830 ** This bug is no longer a duplicate of bug 1188532 image download process won't terminate after deleting image from dashboard ** This bug has been marked a duplicate of bug 1398830 Glance image leak

[Yahoo-eng-team] [Bug 1410494] [NEW] sqlalchemy-migrate0.9.1 and 0.9.5 causes glance test failures

2015-01-13 Thread nikhil komawar
Public bug reported: The error is seen as OperationalError: (OperationalError) cannot start a transaction within a transaction u'/*\n * This is necessary because SQLite does not support\n * RENAME INDEX or ALTER TABLE CHANGE COLUMN.\n */\nBEGIN TRANSACTION;' () More info at:

[Yahoo-eng-team] [Bug 1377012] Re: Can't delete an image in deleted status

2014-12-04 Thread nikhil komawar
Unfortunately, we cannot re-delete Image via the API by design. Another approach for this real issue might be to use the scrubber to keep track of such leftover data and retry deletes. Please provide your suggestions here: https://review.openstack.org/#/c/125156/ ** Changed in: glance

[Yahoo-eng-team] [Bug 1395069] [NEW] Prevent upload data bits to a non-queued image

2014-11-21 Thread nikhil komawar
Public bug reported: Currently, it's possible to upload data to an image which is not in queued state; and while attempting to update it status to active the 409 conflict is raised. [1, 2, 3] We'd prevent this as it could potentially mean bandwidth usage for the user. [1]

[Yahoo-eng-team] [Bug 1395069] Re: Prevent upload data bits to a non-queued image

2014-11-21 Thread nikhil komawar
** Changed in: glance Status: Confirmed = Invalid ** Changed in: glance Importance: Medium = Undecided ** Changed in: glance Assignee: nikhil komawar (nikhil-komawar) = (unassigned) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1392270] Re: POST /v2/images succeds without any POST data

2014-11-19 Thread nikhil komawar
This is by design: http://docs.openstack.org/api/openstack-image- service/2.0/content/upload-image-file.html ** 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.

[Yahoo-eng-team] [Bug 1362766] Re: ConnectionFailed: Connection to neutron failed: 'HTTPSConnectionPool' object has no attribute 'insecure'

2014-11-05 Thread nikhil komawar
https://review.openstack.org/#/c/110574/9 ** Also affects: glance Importance: Undecided Status: New ** Also affects: python-glanceclient Importance: Undecided Status: New ** No longer affects: glance ** Changed in: python-glanceclient Status: New = In Progress **

[Yahoo-eng-team] [Bug 1316234] Re: Image delete calls slow due to synchronous wait on backend store delete

2014-09-30 Thread nikhil komawar
** Changed in: glance Status: In Progress = 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/1316234 Title: Image delete calls slow due to synchronous wait on backend

[Yahoo-eng-team] [Bug 1364570] [NEW] missing registry api tests for glance tasks

2014-09-02 Thread nikhil komawar
Public bug reported: Although, https://github.com/openstack/glance/blob/master/glance/db/registry/api.py#L262 has code for db/registry there are missing tests in https://github.com/openstack/glance/blob/master/glance/tests/functional/db/test_registry.py ** Affects: glance Importance:

[Yahoo-eng-team] [Bug 1358904] [NEW] Warning for image_locations.id being empty while running tests

2014-08-19 Thread nikhil komawar
Public bug reported: sqlalchemy/sql/default_comparator.py:35: SAWarning: The IN-predicate on image_locations.id was invoked with an empty sequence. This results in a contradiction, which nonetheless can be expensive to evaluate. Consider alternative strategies for improved performance.

[Yahoo-eng-team] [Bug 1356573] [NEW] test_task_schema_api fails with _StringException on OSX

2014-08-13 Thread nikhil komawar
Public bug reported: == FAIL: glance.tests.integration.v2.test_tasks_api.TestTasksApi.test_task_schema_api -- Traceback (most recent call last):

[Yahoo-eng-team] [Bug 1346463] [NEW] Glance registry needs notifications config after using oslo.messaging

2014-07-21 Thread nikhil komawar
Public bug reported: A good example of this use case is https://review.openstack.org/#/c/107594 where the notifications need to be added to the sample config file provided in Glance so that, the patch would work with devstack. However, g-reg does not send any notifications so, we need to either

[Yahoo-eng-team] [Bug 1342811] [NEW] Bump up the min version of keystonemiddleware

2014-07-16 Thread nikhil komawar
Public bug reported: As per the question on this change :- https://review.openstack.org/#/c/102352/4/requirements.txt we could potentially have a invalid version installed in the environment. The answer to that question lead us to make the change in the global requirements:-

[Yahoo-eng-team] [Bug 1339879] Re: gate tests fail due to intermittent failures

2014-07-10 Thread nikhil komawar
Thanks Clark, for the feedback. Seems like nova/glance bug, removing it from infra bug list. ** No longer affects: openstack-ci -- 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 1336488] [NEW] Incorrect example url in glance.store.swift

2014-07-01 Thread nikhil komawar
Public bug reported: Following the change the way we store glance location as per https://review.openstack.org/#/c/98722 we need to modify the example url in SingleTenantStore and MultiTenantStore to indicate all appropriate urls as per the situtation..

[Yahoo-eng-team] [Bug 1316234] [NEW] Image delete calls slow due to synchronous wait on backend store delete

2014-05-05 Thread nikhil komawar
Public bug reported: Issue:- --- Currently, the image delete calls can be very slow if the image being delete is large (consisting of multiple chunks esp. in case of swift) or if the backend store has slow response time. Solution:- - Make image delete call asynchronous

[Yahoo-eng-team] [Bug 1316233] [NEW] image data not deleted while deleting image in v2 api

2014-05-05 Thread nikhil komawar
Public bug reported: This is reopen for the bug 1039897 ( https://bugs.launchpad.net/glance/+bug/1039897 ). Description as per the old bugs description. Seems the code has been changed since that got merged in and needs a fix again. ** Affects: glance Importance: Undecided Status:

[Yahoo-eng-team] [Bug 1294775] [NEW] Image needs to be created before uploading the data bits

2014-03-19 Thread nikhil komawar
Public bug reported: Currently, we need to have a Image object (or record) to be able to set it's data bits. We need an alternative mechanism for Image creation in cases where failure in uploading data bits should fail Image creation. Example use case: - Say an import task fails while uploading

[Yahoo-eng-team] [Bug 1287951] [NEW] incorrect response for DELETE /v2/tasks/{task_id}

2014-03-04 Thread nikhil komawar
Public bug reported: A call to DELETE /v2/tasks/{task_id} for an existing task_id returns a 404 (which is obviously incorrect because a GET on the same URL returns a task detail response). The response should be 405 (Method Not Allowed). From the spec: The method specified in the Request-Line is

[Yahoo-eng-team] [Bug 1285257] [NEW] glance-cache-pruner does not account incomplete dir when checking for cache size to prune

2014-02-26 Thread nikhil komawar
Public bug reported: Proxy on behalf of Sulochan Acharya ( sulochan.acha...@rackspace.co.uk ):- Taking in to account incomplete dir when the pruner is run will create a case where if we delete old images taking the new incomplete image in account, and the new incomplete image fails, then we

[Yahoo-eng-team] [Bug 1284975] [NEW] methods succeed and fail in Task class reference non-existent var

2014-02-25 Thread nikhil komawar
Public bug reported: https://github.com/openstack/glance/blob/master/glance/domain/__init__.py line 376 -- result is referenced however, does not exist in the class definition and https://github.com/openstack/glance/blob/master/glance/domain/__init__.py line 382 -- message is referenced

[Yahoo-eng-team] [Bug 1275062] Re: image location is logged when authentication to store fails

2014-02-10 Thread nikhil komawar
Thanks for pointing that out ttx, however we do not have this issue in stable/grizzly. Please find the code for grizzly here: https://github.com/openstack/glance/blob/stable/grizzly/glance/store/__init__.py#L393 ** Changed in: glance/grizzly Status: New = Invalid -- You received this

[Yahoo-eng-team] [Bug 1258691] Re: don't ignore H306 while running tests

2014-01-02 Thread nikhil komawar
This has been resolved by https://review.openstack.org/#/c/62321/ . However, that MP did not link to the bug. ** Changed in: glance Status: Confirmed = Fix Released ** Changed in: glance Status: Fix Released = Fix Committed -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1258691] [NEW] don't ignore H306 while running tests

2013-12-06 Thread nikhil komawar
Public bug reported: we should ensure that the imports are in alphabetical order and remove H306 ignore flag from tox.ini ** Affects: glance Importance: Undecided Assignee: nikhil komawar (nikhil-komawar) Status: New ** Changed in: glance Assignee: (unassigned) = nikhil

[Yahoo-eng-team] [Bug 1257949] [NEW] fix task.owner to be nullable=False in models.py

2013-12-04 Thread nikhil komawar
Public bug reported: We currently, do not allow NULL owner for tasks and models.py lets it be NULL however, the tasks table ensures that it does not set NULL owner. So, we do not need migration - just need fix in the code patch for this. ** Affects: glance Importance: Undecided