[Yahoo-eng-team] [Bug 1318442] Re: Missing Operation in the Identity CLI

2014-05-12 Thread Fernando Ribeiro
** Project changed: keystone = python-keystoneclient -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1318442 Title: Missing Operation in the Identity CLI Status in Python client

[Yahoo-eng-team] [Bug 1318438] Re: Missing Defaults in the Identity Python Client

2014-05-12 Thread Fernando Ribeiro
** Project changed: keystone = python-keystoneclient -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1318438 Title: Missing Defaults in the Identity Python Client Status in Python

[Yahoo-eng-team] [Bug 1315798] Re: Can't list endpoints for a token in Identity Python Client

2014-05-12 Thread Fernando Ribeiro
** Project changed: keystone = python-keystoneclient -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1315798 Title: Can't list endpoints for a token in Identity Python Client Status in

[Yahoo-eng-team] [Bug 1313400] Re: Missing Operation in the Identity CLI

2014-05-12 Thread Fernando Ribeiro
** Project changed: keystone = python-keystoneclient -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1313400 Title: Missing Operation in the Identity CLI Status in Python client

[Yahoo-eng-team] [Bug 1313264] Re: Missing Operation in the Identity CLI and Python Client

2014-05-12 Thread Fernando Ribeiro
** Project changed: keystone = python-keystoneclient -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1313264 Title: Missing Operation in the Identity CLI and Python Client Status in

[Yahoo-eng-team] [Bug 1313259] Re: Missing Operation in the Identity Python Client

2014-05-12 Thread Fernando Ribeiro
** Project changed: keystone = python-keystoneclient -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1313259 Title: Missing Operation in the Identity Python Client Status in Python

[Yahoo-eng-team] [Bug 1313263] Re: Missing Operation in the Identity CLI and Python Client

2014-05-12 Thread Fernando Ribeiro
** Project changed: keystone = python-keystoneclient -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1313263 Title: Missing Operation in the Identity CLI and Python Client Status in

[Yahoo-eng-team] [Bug 1313258] Re: Missing Operation in the Identity Python Client

2014-05-12 Thread Fernando Ribeiro
** Project changed: keystone = python-keystoneclient -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone. https://bugs.launchpad.net/bugs/1313258 Title: Missing Operation in the Identity Python Client Status in Python

[Yahoo-eng-team] [Bug 1318436] [NEW] Missing Defaults in Method in the Identity Python Client

2014-05-11 Thread Fernando Ribeiro
Importance: Undecided Assignee: Fernando Ribeiro (fribeiro) Status: In Progress ** Changed in: keystone Assignee: (unassigned) = Fernando Ribeiro (fribeiro) ** Changed in: keystone Status: New = In Progress -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 1318438] [NEW] Missing Default in Method in Identity Python Client

2014-05-11 Thread Fernando Ribeiro
Assignee: Fernando Ribeiro (fribeiro) Status: In Progress ** Changed in: keystone Assignee: (unassigned) = Fernando Ribeiro (fribeiro) ** Changed in: keystone Status: New = In Progress -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 1318442] [NEW] Missing Operation in the Identity CLI

2014-05-11 Thread Fernando Ribeiro
Public bug reported: The CLI doesn't support deleting tokens, unlike the API. ** Affects: keystone Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to Keystone.

[Yahoo-eng-team] [Bug 1313400] Re: Missing Operation in the Identity CLI

2014-05-04 Thread Fernando Ribeiro
** Changed in: keystone Status: Invalid = 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/1313400 Title: Missing Operation in the Identity CLI Status in OpenStack Identity

[Yahoo-eng-team] [Bug 1315798] [NEW] Can't retrieve endpoints for token in Identity Python Client

2014-05-03 Thread Fernando Ribeiro
Public bug reported: The client fails because it is looking for a non-existing token key in the response from Keystone: def endpoints(self, token): return self._get(/tokens/%s/endpoints % base.getid(token), token) It needs to be changed to look for the endpoints key instead and parse its

[Yahoo-eng-team] [Bug 1313400] Re: Missing Operation in the Identity CLI

2014-04-28 Thread Fernando Ribeiro
Yes - thanks. ** 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/1313400 Title: Missing Operation in the Identity CLI Status

[Yahoo-eng-team] [Bug 1313258] [NEW] Missing Operation in the Identity Python Client

2014-04-27 Thread Fernando Ribeiro
Public bug reported: The client currently doesn't support getting tenants by name, unlike the API [1]. [1] http://docs.openstack.org/api/openstack-identity- service/2.0/content/GET_getTenantByName_v2.0_tenants_Tenant_Operations.html ** Affects: keystone Importance: Undecided

[Yahoo-eng-team] [Bug 1313259] [NEW] Missing Operation in the Identity Python Client

2014-04-27 Thread Fernando Ribeiro
Public bug reported: The client currently doesn't support getting users by name, unlike the API [1]. [1] http://docs.openstack.org/api/openstack-identity- service/2.0/content/GET_getUserByName_v2.0_users__User_Operations.html ** Affects: keystone Importance: Undecided Status: New

[Yahoo-eng-team] [Bug 1313263] [NEW] Missing Operation in the Identity CLI and Python Client

2014-04-27 Thread Fernando Ribeiro
Public bug reported: The CLI and the client don't support validating tokens, unlike the API [1]. [1] http://docs.openstack.org/api/openstack-identity- service/2.0/content/GET_validateToken_v2.0_tokens__tokenId__Token_Operations.html ** Affects: keystone Importance: Undecided

[Yahoo-eng-team] [Bug 1313264] [NEW] Missing Operation in the Identity CLI and Python Client

2014-04-27 Thread Fernando Ribeiro
Public bug reported: The CLI and the client don't support checking tokens, unlike the API [1]. [1] http://docs.openstack.org/api/openstack-identity- service/2.0/content/HEAD_checkToken_v2.0_tokens__tokenId__Token_Operations.html ** Affects: keystone Importance: Undecided Status:

[Yahoo-eng-team] [Bug 1313258] Re: Missing Operation in the Identity Python Client

2014-04-27 Thread Fernando Ribeiro
Actually the client can get a tenant by name using the find method of the TenantManager - sorry. ** 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.

[Yahoo-eng-team] [Bug 1313259] Re: Missing Operation in the Identity Python Client

2014-04-27 Thread Fernando Ribeiro
Actually the client can get an user by name using the find method of the UserManager - sorry. ** 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.

[Yahoo-eng-team] [Bug 1313400] [NEW] Missing Operation in the Identity CLI

2014-04-27 Thread Fernando Ribeiro
Public bug reported: The CLI doesn't support listing endpoints for a token, unlike the API [1]. [1] http://docs.openstack.org/api/openstack-identity- service/2.0/content/GET_listEndpointsForToken_v2.0_tokens__tokenId__endpoints_Token_Operations.html ** Affects: keystone Importance: