[Yahoo-eng-team] [Bug 1213106] Re: TypeError: an integer is required

2013-10-03 Thread Dolph Mathews
Re-opening based on the above; I didn't test this behind apache. ** Changed in: keystone Status: Invalid = New ** Changed in: keystone Importance: Undecided = High -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1226374] Re: misused assertTrue in unit tests

2013-10-09 Thread Dolph Mathews
** Changed in: python-keystoneclient Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1226374 Title: misused assertTrue in unit tests Status

[Yahoo-eng-team] [Bug 1237061] Re: identity-api doc: OAUTH1 API for roles are wrong

2013-10-09 Thread Dolph Mathews
Github's markdown rendering appears to be insufficient. Copied straight from the markdown: ### Get authorized access token: `GET /users/{user_id}/OS- OAUTH1/access_tokens/{access_token_id}` ### List roles of an access token: `GET /users/{user_id}/OS- OAUTH1/access_tokens/{access_token_id}/roles`

[Yahoo-eng-team] [Bug 1075541] Re: quantum command fails with Unauthorized 401 when keystone token_format is PKI

2013-10-10 Thread Dolph Mathews
AFAICT, this doesn't sound like it was ever a bug in neutron ** Changed in: neutron Status: Incomplete = Invalid ** Changed in: python-keystoneclient Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1238547] Re: differentiate between missing and non-enabled users

2013-10-11 Thread Dolph Mathews
This is by design, to avoid unnecessarily leaking security-related details. However, if debug is enabled, then error message should be specific about what caused the 401 -- but it should still be a 401. ** Changed in: keystone Status: In Progress = Won't Fix -- You received this bug

[Yahoo-eng-team] [Bug 1191145] Re: Endpoint creation accepts name attribute, but does not store it

2013-10-13 Thread Dolph Mathews
** Changed in: keystone Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1191145 Title: Endpoint creation accepts name attribute, but does not

[Yahoo-eng-team] [Bug 1241198] Re: Keystone tests determine rootdir relative to pwd

2013-10-17 Thread Dolph Mathews
Cool, thanks! ** 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/1241198 Title: Keystone tests determine rootdir relative to

[Yahoo-eng-team] [Bug 1194540] Re: It should be possible to remove Swift Accounts after their tenants have been deleted

2013-10-24 Thread Dolph Mathews
As of havana, keystone emits notifications on project (tenant) deletion for exactly this use case :) BP: https://blueprints.launchpad.net/keystone/+spec/notifications Docs: http://docs.openstack.org/developer/keystone/event_notifications.html ** Changed in: keystone Status: New = Invalid

[Yahoo-eng-team] [Bug 1091413] Re: Keystone-doc for endpoints are wrong. Doesn't match code

2013-11-20 Thread Dolph Mathews
** Changed in: keystone Status: Triaged = Fix Released ** Changed in: keystone Assignee: (unassigned) = Dolph Mathews (dolph) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs

[Yahoo-eng-team] [Bug 1246941] Re: Trust Auth is broken when Content Type is XML

2013-11-20 Thread Dolph Mathews
Need details of the specific failure to consider this a bug. I suspect you're seeing a failure in the test framework rather than in the API layer, though. ** Changed in: keystone Status: In Progress = Invalid -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1248792] Re: RFE: cross project view

2013-11-20 Thread Dolph Mathews
I think the piece you need on the keystone side is already available, but not currently exposed in keystoneclient. GET /v3/role_assignments Can be used to get a list of projects the user has any sort of authorization to access. Bug 1246310 is tracking the addition of this call to the python

[Yahoo-eng-team] [Bug 1182481] Re: Keystone causing high mySQL usage

2013-11-20 Thread Dolph Mathews
This was fixed in 2879d42d by migration 24, which adds an index to `token.expires` ** Changed in: keystone Importance: Medium = High ** Changed in: keystone Status: Confirmed = Invalid ** Changed in: keystone Assignee: Adam Young (ayoung) = (unassigned) -- You received this bug

[Yahoo-eng-team] [Bug 1252934] Re: abcds_lzk

2013-11-20 Thread Dolph Mathews
Please close test bugs after creating them, thanks! ** Changed in: keystone 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/1252934 Title: abcds_lzk

[Yahoo-eng-team] [Bug 1253482] Re: Keystone default port in linux local ephemeral port range. Devstack should shift range.

2013-11-20 Thread Dolph Mathews
Missed the documentation requirement in the last paragraph. 100% agree! ** Changed in: keystone Status: Won't Fix = Triaged -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1253482

[Yahoo-eng-team] [Bug 1243336] Re: Rescope in V3 for invalid/expired token should return unauthorized (returns 404 currently)

2013-11-22 Thread Dolph Mathews
This has been previously discussed, and 404 is the preferred status code for an invalid subject token, which must be distinguished from an invalid X-Auth-Token. An invalid/revoked/expired X-Subject-Token CANNOT be considered similar to providing incorrect username or password -- the requestor is

[Yahoo-eng-team] [Bug 1254405] Re: tempest.api.object_storage.test_container_acl.ObjectTestACLs.test_write_object_with_rights[gate, smoke] failed

2013-11-24 Thread Dolph Mathews
keystone isn't capable of returning 503's itself... it also looks like this is a failed request to swift. ** Also affects: swift Importance: Undecided Status: New ** Changed in: keystone Status: New = Invalid -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1254737] Re: ImportError: cannot import name AddConstraint

2013-11-25 Thread Dolph Mathews
Unfortunately, we currently only support 0.7.x and are currently working on supporting =0.8.x in icehouse: https://github.com/openstack/requirements/blob/a0acd133f3a005c81e555eadde9ad0a7f0236c0e /global-requirements.txt#L94 If you have pip available, you might be able to upgrade with: pip

[Yahoo-eng-team] [Bug 1197554] Re: V2 tokens now returns meta data as part of response which is not part of v2 identity spec

2013-11-26 Thread Dolph Mathews
Unfortunately, this slipped through the havana release without seeing a fix, so it's now considered stable API and can't be removed. I can't find it at the moment, but there is an effort being tracked in either a bug or bp to start testing against additional attributes from leaking into API

[Yahoo-eng-team] [Bug 1247142] Re: Live LDAP tests fail when trying to create user with an arbitrary attribute

2013-11-29 Thread Dolph Mathews
The above fix has not been released yet. ** Changed in: keystone Status: Fix Released = Fix Committed -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1247142 Title: Live LDAP

[Yahoo-eng-team] [Bug 1149987] Re: TypeErrors caught by keystone.common.wsgi.Application could return better error messages

2013-12-02 Thread Dolph Mathews
Reverting the above patch as it caused subsequent issues when combined with patchset 16 of https://review.openstack.org/#/c/50491/ After discussing the issue further, this bug report patch doesn't address the underlying issue which is that we're raising 400's based on typeerrors in the first

[Yahoo-eng-team] [Bug 1255585] Re: Incorrect parameters are being considered in case it is a prefix of an existent

2013-12-04 Thread Dolph Mathews
This is, as you noted, out of scope for keystoneclient to fix.. unless we were going to switch from argparse which is unlikely. This shortcut behavior is by design in argparse; related discussion here: http://bugs.python.org/issue14910 ** Changed in: keystone Status: New = Invalid **

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

2013-12-06 Thread Dolph Mathews
Public bug reported: The 'valid' index on the token table in the SQL driver doesn't appear to be used. The 'expires' index is used, and the 'expires + valid' index is used, but we never query on valid alone. ** Affects: keystone Importance: Low Status: New -- You received this

[Yahoo-eng-team] [Bug 1259011] Re: Certificates cannot be retrieved from the V3 API

2013-12-09 Thread Dolph Mathews
Isn't this exposed on v3 but not documented... again? ** Also affects: openstack-api-site Importance: Undecided Status: New ** Changed in: keystone Importance: Undecided = Wishlist ** Changed in: python-keystoneclient Importance: Undecided = Wishlist -- You received this bug

[Yahoo-eng-team] [Bug 1241030] Re: test_static_translated_string_is_Message fails when building in Sid

2013-12-09 Thread Dolph Mathews
Sorry for the delayed response, but I believe this specific issue has been fixed as part of one of the related bugs (correct me if I'm mistaken): https://bugs.launchpad.net/keystone/+bug/1221808 https://bugs.launchpad.net/keystone/+bug/1215192 Ongoing work is still being tracked in the

[Yahoo-eng-team] [Bug 1065614] Re: Document APIs for PKI tokens

2013-12-10 Thread Dolph Mathews
** Project changed: keystone = openstack-api-site -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1065614 Title: Document APIs for PKI tokens Status in OpenStack API documentation

[Yahoo-eng-team] [Bug 1240170] Re: The absence of 'X-Subject-Token' header for token validation/revocation should result in 400 (bad request)

2013-12-10 Thread Dolph Mathews
** Changed in: keystone Status: New = Invalid ** Tags removed: grizzly-backport-potential havana-backport-potential -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1240170 Title:

[Yahoo-eng-team] [Bug 1208286] Re: V3 Identity API: expired tokens are not documented as invalid

2013-12-10 Thread Dolph Mathews
** No longer affects: keystone -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1208286 Title: V3 Identity API: expired tokens are not documented as invalid Status in OpenStack API

[Yahoo-eng-team] [Bug 1255321] Re: v3 token requests result in 500 error when run in apache

2013-12-10 Thread Dolph Mathews
Was going to mark this as invalid, but the above configuration should definitely be documented. ** Changed in: keystone Status: Incomplete = Invalid ** Changed in: keystone Status: Invalid = Confirmed ** Changed in: keystone Importance: Undecided = Medium -- You received this

[Yahoo-eng-team] [Bug 1260015] [NEW] PKI token contains the string ERROR

2013-12-11 Thread Dolph Mathews
Public bug reported: The new gate check against unexpected ERRORs appearing in logs actually caught the string ERROR in a PKI token in the second jenkins run of the first patchset in: https://review.openstack.org/#/c/61419/ If you search the log output, you'll find the string ERROR buried in

[Yahoo-eng-team] [Bug 1257648] Re: keystone multi processes can not work

2013-12-13 Thread Dolph Mathews
Keystone does not yet support multiple workers. There's a patch from late in the havana cycle to introduce it, however. ** Changed in: keystone Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1239956] Re: Remove obsolete code of urlparse importing

2013-12-13 Thread Dolph Mathews
Yep! It looks like the move to six resolved this. ** Changed in: keystone 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/1239956 Title: Remove obsolete

[Yahoo-eng-team] [Bug 1259440] Re: Cannot get info of a trust use admin_token

2013-12-13 Thread Dolph Mathews
The admin_token does not represent a user and carries no explicit authorization that can be delegated. It's just a magical hack for bootstrapping keystone and should be removed from the wsgi pipeline after that. ** Changed in: keystone Status: Confirmed = Invalid -- You received this bug

[Yahoo-eng-team] [Bug 1259425] Re: service-create allows 2 services with the same name

2013-12-16 Thread Dolph Mathews
If the migration can't be applied, then it should exit cleanly without making changes (an inconsistent state is a terrible place to be!). I think the migration should wait for manual intervention to correct unexpected data (duplicate service names). Adding devstack to this bug because it sounds

[Yahoo-eng-team] [Bug 1261572] Re: Keystoneclient import fails in python3

2013-12-19 Thread Dolph Mathews
** Changed in: keystone 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/1261572 Title: Keystoneclient import fails in python3 Status in OpenStack Identity

[Yahoo-eng-team] [Bug 1269160] Re: Keystone v3 documentation is lacking w.r.t. Domain Token authentication

2014-01-14 Thread Dolph Mathews
** Changed in: keystone Importance: Undecided = Medium ** Changed in: keystone Status: New = Confirmed ** Project changed: keystone = openstack-api-site ** Tags added: identity-api ** Summary changed: - Keystone v3 documentation is lacking w.r.t. Domain Token authentication +

[Yahoo-eng-team] [Bug 1264314] Re: warning: bypassing authentication using a token endpoint(authentication credentials are being ignored)

2014-01-16 Thread Dolph Mathews
The warning line is just that - a warning. You must have a token and endpoint in your environment (there are deprecated environment variables names that are still supported that could be in use). However, in the case of token-get, using a token endpoint is actually the cause of 'NoneType' object

[Yahoo-eng-team] [Bug 1266892] Re: Keystone v3 doesn't handle incorrect user ID on request to list its roles

2014-01-22 Thread Dolph Mathews
As of icehouse, this is now by design. We're working to increase the separation between the assignments and identity backends, and as a result, have opted to not validate entities from the identity backend (users, groups) in the assignment backend, and vice versa. This issue described here is an

[Yahoo-eng-team] [Bug 1255518] Re: name '_' is not defined, under nosetests.

2014-01-22 Thread Dolph Mathews
** Changed in: keystone Status: Fix Released = In Progress ** Changed in: keystone Assignee: David Stanek (dstanek) = Ilya Pekelny (i159) ** Changed in: keystone Milestone: icehouse-2 = None -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1267544] Re: List of endpoints in v2 token response is inconsistent between JSON and XML

2014-01-22 Thread Dolph Mathews
The XML here appears to be as specified by https://github.com/openstack /identity-api/blob/master/openstack-identity- api/v2.0/src/docbkx/xsd/token.xsd ** Changed in: keystone Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team,

[Yahoo-eng-team] [Bug 1267215] Re: policy.v3cloudsample.json contains unparsable items

2014-01-22 Thread Dolph Mathews
As of keystone stable/havana 2013.2.2 (commit 0d83e7eee20a50a75863a9d3c75aee7030518229), this doesn't appear to be an issue. I attempted to reproduce with: $ python -c import json; print json.dumps(json.loads(open('etc/policy.v3cloudsample.json').read()), indent=2) But got pretty-printed JSON as

[Yahoo-eng-team] [Bug 1272496] [NEW] policy entries missing for region CRUD

2014-01-24 Thread Dolph Mathews
Public bug reported: policy.json and policy.v3cloudsample.json are both missing entries for the new /v3/regions operations. ** Affects: keystone Importance: Medium Assignee: Dolph Mathews (dolph) Status: New -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 1272501] [NEW] create region returns 200 OK instead of 201 Created

2014-01-24 Thread Dolph Mathews
/v3/regions/{region_id} ** Affects: keystone Importance: Medium Assignee: Dolph Mathews (dolph) Status: 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

[Yahoo-eng-team] [Bug 1272158] Re: endpoint creation failed with special char

2014-01-24 Thread Dolph Mathews
I'm not sure what you're expecting here? You intentionally put garbage data into keystone's configuration and it's appropriately reporting an error against that data. You can bypass the authentication process by using keystone.conf [DEFAULT] admin_token instead of trying to use credentials and

[Yahoo-eng-team] [Bug 1271288] Re: keystone catalog internalURL exposes internal architectural details to tenants

2014-01-24 Thread Dolph Mathews
The internal URL isn't intended to be secret or privileged. It's intended to be a public endpoint on an internal (unmetered) network interface. ** Changed in: keystone Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1267215] Re: policy.v3cloudsample.json contains unparsable items

2014-01-27 Thread Dolph Mathews
** Changed in: keystone/havana Status: Invalid = New ** Changed in: keystone/havana Importance: Undecided = Low -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1267215 Title:

[Yahoo-eng-team] [Bug 1266921] Re: Log entry when a regular user does keystone user-list is not helpfu

2014-01-27 Thread Dolph Mathews
Given that this only applies to the v2.0 API and the solution would be a non-trivial effort at this point, marking as Won't Fix. Happy to re-open if anyone has a simple solution. ** Changed in: keystone Status: In Progress = Won't Fix -- You received this bug notification because you are

[Yahoo-eng-team] [Bug 1257617] Re: Nova is unable to authenticate via keystone

2014-01-27 Thread Dolph Mathews
** Also affects: devstack Importance: Undecided Status: New ** No longer affects: keystone -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1257617 Title: Nova is unable to

[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 1273831] Re: Keystone v2.0 documentation shows unsupported versionId, versionList fields

2014-01-29 Thread Dolph Mathews
OpenStack has never actually supported these attributes - I suggest that the examples in documentation be updated to remove them. AFAIK, they don't even appear in the v2 WADL/XSD specification anywhere (?). ** Also affects: openstack-api-site Importance: Undecided Status: New **

[Yahoo-eng-team] [Bug 1273831] Re: Keystone v2.0 documentation shows unsupported versionId, versionList, versionInfo fields

2014-01-29 Thread Dolph Mathews
Mathews (dolph) ** Changed in: openstack-api-site Assignee: (unassigned) = Dolph Mathews (dolph) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1273831 Title: Keystone v2.0

[Yahoo-eng-team] [Bug 1274638] Re: REST API translation not working on authentication failure

2014-01-30 Thread Dolph Mathews
The difference in messages is very much by design. Authentication can fail for any number of reasons, and those reasons are suppressed outside of debug mode. ** Changed in: keystone Status: In Progress = Won't Fix ** Changed in: keystone Status: Won't Fix = Confirmed ** Changed

[Yahoo-eng-team] [Bug 1257301] Re: Bump hacking to 0.8

2014-01-30 Thread Dolph Mathews
** Changed in: python-keystoneclient Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1257301 Title: Bump hacking to 0.8 Status in OpenStack

[Yahoo-eng-team] [Bug 1218190] Re: Use assertEqual instead of assertEquals in unitttest

2014-01-30 Thread Dolph Mathews
** Changed in: python-keystoneclient Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1218190 Title: Use assertEqual instead of assertEquals

[Yahoo-eng-team] [Bug 1236648] Re: __metaclass__ is incompatible for python 3

2014-01-30 Thread Dolph Mathews
** Changed in: python-keystoneclient Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1236648 Title: __metaclass__ is incompatible for python 3

[Yahoo-eng-team] [Bug 1255876] Re: need to ignore swap files from getting into repository

2014-01-30 Thread Dolph Mathews
** Changed in: python-keystoneclient Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1255876 Title: need to ignore swap files from getting

[Yahoo-eng-team] [Bug 1268480] Re: assertTrue(isinstance()) in tests should be replace with assertIsInstance()

2014-02-03 Thread Dolph Mathews
** Changed in: python-keystoneclient Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1268480 Title: assertTrue(isinstance()) in tests should

[Yahoo-eng-team] [Bug 1276325] [NEW] Testing openstack-hudson; please ignore

2014-02-04 Thread Dolph Mathews
: Dolph Mathews (dolph) Status: 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/1276325 Title: Testing openstack-hudson; please ignore Status in OpenStack Identity

[Yahoo-eng-team] [Bug 1276325] Re: Test bug, please ignore

2014-02-04 Thread Dolph Mathews
Turns out openstack-hudson is broken due to https://bugs.launchpad.net /openstack-ci/+bug/1276180 ** Changed in: keystone Status: New = Invalid ** Summary changed: - Test bug, please ignore + Testing openstack-hudson; please ignore -- You received this bug notification because you are

[Yahoo-eng-team] [Bug 1203858] Re: v3 auth demanding token id

2014-02-05 Thread Dolph Mathews
Unassigning due to inactivity. ** Changed in: keystone Assignee: Adam Young (ayoung) = (unassigned) ** Changed in: keystone Status: Incomplete = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone.

[Yahoo-eng-team] [Bug 1276778] [NEW] test_lock_unlock_server: failed to reach ACTIVE status and task state None within the required time

2014-02-05 Thread Dolph Mathews
Public bug reported: Traceback (most recent call last): File tempest/api/compute/servers/test_server_actions.py, line 419, in test_lock_unlock_server self.servers_client.wait_for_server_status(self.server_id, 'ACTIVE') File tempest/services/compute/xml/servers_client.py, line 371, in

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

2014-02-05 Thread Dolph Mathews
** Changed in: keystone Status: Fix Released = Fix Committed -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1273862 Title: Keystone manage man page errors Status in OpenStack

[Yahoo-eng-team] [Bug 1252299] Re: keystone endpoint-create default region

2014-02-05 Thread Dolph Mathews
Fix Released indicates that the change has been released in a milestone, whereas Fix Committed simply indicates the patch has been merged to the relevant branch (master, in this case). ** Changed in: keystone Status: Fix Released = Fix Committed -- You received this bug notification

[Yahoo-eng-team] [Bug 1206345] Re: V3 Api does not provide a means of getting certificates

2014-02-06 Thread Dolph Mathews
** Also affects: python-keystoneclient Importance: Undecided Status: New ** Changed in: python-keystoneclient Status: New = Triaged ** Changed in: python-keystoneclient Importance: Undecided = Wishlist ** Changed in: keystone Status: Confirmed = Invalid -- You

[Yahoo-eng-team] [Bug 1277507] Re: ImportError: No module named passlib.hash

2014-02-07 Thread Dolph Mathews
So, this has nothing to do with passlib... passlib just happens to be the first-to-be-imported of many pypi packages that are not installed due to: From a successful job: http://logs.openstack.org/36/62036/7/gate/gate- tempest-dsvm-full/3549a1d/console.html 2014-02-07 03:20:01.340 | 2014-02-07

[Yahoo-eng-team] [Bug 1275744] Re: v3/projects /{project_id}/users/{user_id}/roles will not work for inherited roles

2014-02-07 Thread Dolph Mathews
Correct- it's v3-only. ** Changed in: keystone Status: Incomplete = 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/1275744 Title: v3/projects

[Yahoo-eng-team] [Bug 1218094] Re: Multi domain code not searching domains for LDAP read only users

2014-02-07 Thread Dolph Mathews
https://blueprints.launchpad.net/keystone/+spec/revert-multiple-ldap- servers ** Changed in: keystone Status: In Progress = Won't Fix ** Changed in: keystone Milestone: next = None -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1277753] Re: notify-project-endpoint-deletion-endpoint-filter

2014-02-07 Thread Dolph Mathews
No need to file this as a bug until it's valid against the current codebase. ** Changed in: keystone 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/1277753

[Yahoo-eng-team] [Bug 1277724] Re: All new installed services disappeared on the next day.

2014-02-07 Thread Dolph Mathews
If there's something reproducible as a bug here, please comment. ** Changed in: keystone 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/1277724 Title: All

[Yahoo-eng-team] [Bug 1260723] Re: Invalid OpenStack Nova credentials.

2014-02-10 Thread Dolph Mathews
** Project changed: keystone = devstack -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1260723 Title: Invalid OpenStack Nova credentials. Status in devstack - openstack dev

[Yahoo-eng-team] [Bug 1278920] Re: Bad performance when editing project members

2014-02-11 Thread Dolph Mathews
On the keystone side, this is specifically addressed by https://blueprints.launchpad.net/keystone/+spec/list-limiting On the horizon side, horizon should issue queries to keystone with as many filters as reasonably possible to avoid hitting the truncation behavior implemented above. ** Changed

[Yahoo-eng-team] [Bug 1279100] Re: keystone failed to start No module named passlib.hash

2014-02-11 Thread Dolph Mathews
*** This bug is a duplicate of bug 1277507 *** https://bugs.launchpad.net/bugs/1277507 ** This bug has been marked a duplicate of bug 1277507 ImportError: No module named passlib.hash; HTTP error 403 while getting ipaddr from googledrive.com -- You received this bug notification because

[Yahoo-eng-team] [Bug 1279591] [NEW] tempest.api.compute.images.test_list_image_filters.ListImageFiltersTestJSON

2014-02-12 Thread Dolph Mathews
Public bug reported: It seems that something is happening out of order here - there's a GET for a resource which raises a traceback, and then there's a PUT to the same resource? 2014-02-12 22:11:29.795 | FAIL: setUpClass

[Yahoo-eng-team] [Bug 1279592] [NEW] Cannot 'rebuild' while instance is in task_state rebuilding

2014-02-12 Thread Dolph Mathews
Public bug reported: traceback-1: {{{ Traceback (most recent call last): File tempest/services/compute/xml/servers_client.py, line 481, in rebuild str(Document(rebuild)), self.headers) File tempest/common/rest_client.py, line 184, in post return self.request('POST', url, headers,

[Yahoo-eng-team] [Bug 1229324] Re: extraneous vim editor configuration comments

2014-02-13 Thread Dolph Mathews
Added hacking, as I'm already seeing regressions for this that should be automatically gated. ** Also affects: hacking Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1252454] Re: keystone was referencing nova's unit tests README

2014-02-17 Thread Dolph Mathews
Thanks Victor! This was probably fixed when HACKING was rewritten to mostly point to http://docs.openstack.org/developer/hacking/ ** Changed in: keystone Status: Confirmed = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1347891] Re: mis-use of XML canonicalization in keystone tests

2014-08-15 Thread Dolph Mathews
** Also affects: keystone/icehouse Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1347891 Title: mis-use of XML canonicalization in keystone

[Yahoo-eng-team] [Bug 1361378] [NEW] MySQL server has gone away again

2014-08-25 Thread Dolph Mathews
Public bug reported: This is a regression of an old issue, which I thought was resolved by the SELECT 1; hack, but perhaps recently reintroduced with oslo.db? [Mon Aug 25 14:30:54.403538 2014] [:error] [pid 25778:tid 139886259214080] 25778 ERROR keystone.common.wsgi [-] (OperationalError)

[Yahoo-eng-team] [Bug 1364463] Re: Incorrect key in endpoint dictionary

2014-09-03 Thread Dolph Mathews
** Also affects: python-keystoneclient Importance: Undecided Status: New ** Changed in: python-keystoneclient Assignee: (unassigned) = Sergey Kraynev (skraynev) ** Changed in: python-keystoneclient Status: New = In Progress -- You received this bug notification because

[Yahoo-eng-team] [Bug 1365061] [NEW] Warn against sorting requirements

2014-09-03 Thread Dolph Mathews
Public bug reported: Contrary to bug 1285478, requirements files should not be sorted alphabetically. Given that requirements files can contain comments, I'd suggest a header in all requirements files along the lines of: # The order of packages is significant, because pip processes them in the

[Yahoo-eng-team] [Bug 1285478] Re: Enforce alphabetical ordering in requirements file

2014-09-03 Thread Dolph Mathews
See bug 1365061 instead. ** Changed in: blazar Status: Triaged = Invalid ** Changed in: glance Status: In Progress = Invalid ** Changed in: keystone Status: In Progress = Invalid ** Changed in: trove Status: In Progress = Invalid ** Changed in: python-cinderclient

[Yahoo-eng-team] [Bug 1365061] Re: Warn against sorting requirements

2014-09-03 Thread Dolph Mathews
** Also affects: python-keystoneclient Importance: Undecided Status: New ** Also affects: keystonemiddleware Importance: Undecided Status: New ** Changed in: keystone Assignee: (unassigned) = Dolph Mathews (dolph) ** Changed in: python-keystoneclient Assignee

[Yahoo-eng-team] [Bug 1365061] Re: Warn against sorting requirements

2014-09-03 Thread Dolph Mathews
** Also affects: neutron Importance: Undecided Status: New ** Also affects: horizon Importance: Undecided Status: New ** Also affects: swift Importance: Undecided Status: New ** Changed in: horizon Status: New = Fix Committed ** No longer affects: horizon

[Yahoo-eng-team] [Bug 1329737] Re: Valid tokens may remain after token's user was deleted

2014-09-03 Thread Dolph Mathews
This has been addressed on the Keystone side with the above BP. ** Changed in: keystone Status: Triaged = Invalid ** Changed in: keystone Milestone: juno-3 = None -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to

[Yahoo-eng-team] [Bug 1365169] [NEW] Endpoint grouping extension does handle deletion callbacks

2014-09-03 Thread Dolph Mathews
Public bug reported: If a project or endpoint group is deleted, the endpoint grouping extension should respond by deleting associated data. Instead, stale data remains in the backend. ** Affects: keystone Importance: Medium Assignee: Bob Thyne (bob-thyne) Status: In Progress

[Yahoo-eng-team] [Bug 1252341] Re: Horizon crashes when removing logged user from project

2014-09-04 Thread Dolph Mathews
** Changed in: keystone Status: Confirmed = 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/1252341 Title: Horizon crashes when removing logged user from project

[Yahoo-eng-team] [Bug 1361125] Re: keystone install failed, meet error 'got an unexpected keyword argument 'namedtuple_as_object''

2014-09-04 Thread Dolph Mathews
I stand corrected. Keystone has the fix above in master as of 94efafd6 https://review.openstack.org/#/c/114863/ ** Changed in: keystone Status: Incomplete = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone.

[Yahoo-eng-team] [Bug 1361337] Re: keystone.tests.test_serializer.XmlSerializerTestCase.test_collection_member random fails; lxml hashseed?

2014-09-04 Thread Dolph Mathews
*** This bug is a duplicate of bug 1347891 *** https://bugs.launchpad.net/bugs/1347891 ** This bug has been marked a duplicate of bug 1347891 mis-use of XML canonicalization in keystone tests -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1361307] Re: Certificate apis need to be ported to V3

2014-09-04 Thread Dolph Mathews
PKI is optional, hence it's an extension. Albeit, they are basically only used for PKI, so a PKI namespace would have been preferable. ** Changed in: keystone Status: New = Invalid ** Tags added: pki -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1362245] Re: Update Endpoint Filter APIs

2014-09-04 Thread Dolph Mathews
** Changed in: keystone Importance: Undecided = Low ** Changed in: keystone Status: New = Triaged ** Also affects: openstack-api-site Importance: Undecided Status: New ** Tags added: low-hanging-fruit -- You received this bug notification because you are a member of Yahoo!

[Yahoo-eng-team] [Bug 1347862] Re: keystone will not auth users if there is a bad endpoint

2014-09-04 Thread Dolph Mathews
*** This bug is a duplicate of bug 1230279 *** https://bugs.launchpad.net/bugs/1230279 ** This bug has been marked a duplicate of bug 1230279 malformed endpoint URLs are destroying the API -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is

[Yahoo-eng-team] [Bug 1365458] Re: Keystone auth needs a way to propogate some error message based on some kind of configuration

2014-09-04 Thread Dolph Mathews
** Project changed: keystone = horizon -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1365458 Title: Keystone auth needs a way to propogate some error message

[Yahoo-eng-team] [Bug 1360362] Re: Prevent deletion of currently scoped tenant

2014-09-04 Thread Dolph Mathews
We'd also have to not allow the current user to delete themselves, nor the user to remove their last role assignment from the current scope, etc. I'm all in favor of UX, but I also prefer the power to shoot myself in the foot if I so choose. If we fixed this, I guarantee we'd get a subsequent bug

[Yahoo-eng-team] [Bug 1320140] Re: Federation documentation is not clear about mapping.rules.local.user.name

2014-09-08 Thread Dolph Mathews
*** This bug is a duplicate of bug 1312221 *** https://bugs.launchpad.net/bugs/1312221 ** This bug has been marked a duplicate of bug 1312221 Add user objects to mapping rules examples in OS-FEDERATION docs -- You received this bug notification because you are a member of Yahoo!

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

2014-09-08 Thread Dolph Mathews
This isn't a useful bug report, especially given that there's no useful information here about the actual typo you're referring to. Happy to see typos fixed without a bug report. ** Changed in: keystone Importance: Undecided = Low ** Changed in: keystone Status: In Progress = Invalid

[Yahoo-eng-team] [Bug 1363319] Re: Typo in config help for token and revocation events caching

2014-09-09 Thread Dolph Mathews
This was already fixed somewhere without being tracked correctly. ** 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/1363319

[Yahoo-eng-team] [Bug 1331882] Re: trustor_user_id not available in v2 trust token

2014-09-10 Thread Dolph Mathews
** Also affects: ossn Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1331882 Title: trustor_user_id not available in v2 trust token Status

[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 1357652] Re: Keystone fails to start: CRITICAL log logging_excepthook No module named utils

2014-09-21 Thread Dolph Mathews
** Changed in: python-keystoneclient Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1357652 Title: Keystone fails to start: CRITICAL log

[Yahoo-eng-team] [Bug 1328067] Re: Token with placeholder ID issued

2014-09-21 Thread Dolph Mathews
** Changed in: python-keystoneclient Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1328067 Title: Token with placeholder ID issued Status

[Yahoo-eng-team] [Bug 1004114] Re: Password logging

2014-09-21 Thread Dolph Mathews
** Changed in: python-keystoneclient Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1004114 Title: Password logging Status in OpenStack

  1   2   3   4   5   6   >