[Yahoo-eng-team] [Bug 1518997] [NEW] No unit test for duplicate project creation.

2015-11-23 Thread Ajaya Agrawal
Public bug reported: There is no unit test which tests for exception while creating a duplicate project. ** Affects: keystone Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenSta

[Yahoo-eng-team] [Bug 1479838] [NEW] 500 error when using fernet tokens and not providing a token in the request.

2015-07-30 Thread Ajaya Agrawal
Public bug reported: Change keystone.conf to use Fernet tokens and issue any api call. curl http://localhost:5000/v3/users/xyz This is because the token is not checked for null value in the Fernet token provider code. The fix should be straight forward though. I will create a patch for this. *

[Yahoo-eng-team] [Bug 1461835] Re: devstack fails due to error:'lockfile' is not in global-requirements.txt" 2014.2.3

2015-06-23 Thread Ajaya Agrawal
Fetch the icehouse/juno branch of devstack instead of master. ** Changed in: devstack Status: New => 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/1461835 Title: devsta

[Yahoo-eng-team] [Bug 1441075] [NEW] Unable to update image location using v2 api.

2015-04-07 Thread Ajaya Agrawal
Public bug reported: I am using vanilla glance with commit-id 6dc5477a12b9b904332ac6fe7932abbc7a0275a7 Operations I did using glance client library and results of those operations: glance.images.create(name='i2') -->passed successfully glance.images.update('827f09fe-6173-4ab8-9331-4aba0333654e',

[Yahoo-eng-team] [Bug 1434578] [NEW] Inefficient db call while doing a image_get with image_id.

2015-03-20 Thread Ajaya Agrawal
Public bug reported: I am running MySql as backend and I can see two queries being done when I try to get an image. In first query the tables images, image_locations and image_properties are joined and in another query tags related to that image are fetched from the db. These two can be combined

[Yahoo-eng-team] [Bug 1434501] [NEW] Incorrect error message while listing members for a public image.

2015-03-20 Thread Ajaya Agrawal
Public bug reported: request: for i in glance.image_members.list('dc782b57-2e28-4339-a9ec-c1967848c4ec'): print i response: 403 Forbidden 403 Forbidden Not allowed to list members for image dc782b57-2e28-4339-a9ec-c1967848c4ec. (HTTP 403) The response should be: 403 Fo

[Yahoo-eng-team] [Bug 1402628] [NEW] Keystone does a select * from assignment table even if a filter is provided in the URL.

2014-12-15 Thread Ajaya Agrawal
Public bug reported: As it stands the function list_role_assignments in the sql backend does not take any filter. So there is scope of optimization here. ** Affects: keystone Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo!

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

2014-11-13 Thread Ajaya Agrawal
Public bug reported: The exact request is: curl -i -X POST -H 'User-Agent: python-glanceclient' -H 'Content-Type: application/json' -H 'Accept-Encoding: gzip, deflate' -H 'Accept: */*' -H 'X-Auth-Token: {SHA1}2d5b305e1ea690482d697a6971130f1efd04fbc2' -d '{}' http://127.0.0.1:9292/v2/images ** Af

[Yahoo-eng-team] [Bug 1366062] [NEW] ldappool is not present in requirements.txt

2014-09-05 Thread Ajaya Agrawal
Public bug reported: ldappool package is imported in keystone/common/ldap/core.py ** Affects: keystone Importance: Undecided Assignee: Ajaya Agrawal (ajayaa) Status: In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1355715] [NEW] Adding a role "member" gives duplicate entry error whereas assigning role "member" to an user gives role not found error.

2014-08-12 Thread Ajaya Agrawal
Public bug reported: The above problem occurs if a role "Member" is present already. logs: openstack role add member DEBUG: keystoneclient.session REQ: curl -i --insecure -X POST http://127.0.0.1:35357/v2.0/OS-KSADM/roles -H "User-Agent: python-keystoneclient" -H "Content-Type: application/jso

[Yahoo-eng-team] [Bug 1328052] Re: Using the v3cloudsample policy file, project admins can't administer users

2014-06-09 Thread Ajaya Agrawal
I don't think you should report this as a bug. V3cloudsample policy file is just for a reference. You could easily modify it to meet your needs. For e.g. you could do: "project_admin_required": "role:admin and project_id:%(target.user.default_project_id)s " "identity:create_user": "rule:cloud_adm