[Bug 1082050] Re: Spelling errors reported on IRC

2012-12-04 Thread Joseph Heck
man page is generated in packaging - not part of the upstream keystone
repo

** Also affects: keystone (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: keystone
   Status: Triaged = Invalid

** Changed in: keystone
 Assignee: Adam Gandelman (gandelman-a) = (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to keystone in Ubuntu.
https://bugs.launchpad.net/bugs/1082050

Title:
  Spelling errors reported on IRC

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1082050/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1021708] Re: no CLI interface to find all of the tenants which a given user belongs to

2012-10-02 Thread Joseph Heck
also linking to python-keystoneclient project since it's CLI related

** Also affects: python-keystoneclient
   Importance: Undecided
   Status: New

** Changed in: python-keystoneclient
   Importance: Undecided = High

** Changed in: python-keystoneclient
   Status: New = Triaged

** Changed in: keystone
   Importance: High = Wishlist

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to keystone in Ubuntu.
https://bugs.launchpad.net/bugs/1021708

Title:
  no CLI interface to find all of the tenants which a given user belongs
  to

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1021708/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1006815] Re: Admin API /v2.0/tenants/{tenant_id}/users/{user_id}/roles doesn't validate token

2012-09-28 Thread Joseph Heck
russel - description is good, run with it.

** Description changed:

  Admin API /v2.0/tenants/{tenant_id}/users/{user_id}/roles doesn't
- validate token
+ validate the authentication token before returning a response.
  
- we can get the same result without a token in HTTP head.
+ i.e. we can get the same result without a token in HTTP head.
  
  Eg:
  without a token
  jason@ubuntu:~/project/keystone$ curl 
http://0.0.0.0:35357/v2.0/tenants/1f73672bf2184a909abc8fe67e7a537d/users/b84f6dbb6d7b4130a8a9e9298ec96164/roles
 | python -m json.tool
-   % Total% Received % Xferd  Average Speed   TimeTime Time  
Current
-  Dload  Upload   Total   SpentLeft  Speed
+   % Total% Received % Xferd  Average Speed   TimeTime Time  
Current
+  Dload  Upload   Total   SpentLeft  Speed
  10072  100720 0308  0 --:--:-- --:--:-- --:--:--   346
  {
- roles: [
- {
- id: 06906f69ffd44ad0b9fc86d1c3d1bcbd, 
- name: admin
- }
- ]
+ roles: [
+ {
+ id: 06906f69ffd44ad0b9fc86d1c3d1bcbd,
+ name: admin
+ }
+ ]
  }
  
  with token
  jason@ubuntu:~/project/keystone$ curl -H 
X-Auth-Token:ecab59a3f4e2468b9934c24f8660a809 
http://0.0.0.0:35357/v2.0/tenants/1f73672bf2184a909abc8fe67e7a537d/users/b84f6dbb6d7b4130a8a9e9298ec96164/roles
 | python -m json.tool
-   % Total% Received % Xferd  Average Speed   TimeTime Time  
Current
-  Dload  Upload   Total   SpentLeft  Speed
+   % Total% Received % Xferd  Average Speed   TimeTime Time  
Current
+  Dload  Upload   Total   SpentLeft  Speed
  10072  100720 0242  0 --:--:-- --:--:-- --:--:--   270
  {
- roles: [
- {
- id: 06906f69ffd44ad0b9fc86d1c3d1bcbd, 
- name: admin
- }
- ]
+ roles: [
+ {
+ id: 06906f69ffd44ad0b9fc86d1c3d1bcbd,
+ name: admin
+ }
+ ]
  }
- 
  
  What we expect:
  without a token
  jason@ubuntu:~/project/keystone$ curl  
http://0.0.0.0:35357/v2.0/tenants/1f73672bf2184a909abc8fe67e7a537d/users/b84f6dbb6d7b4130a8a9e9298ec96164/roles
 | python -m json.tool  % Total% Received % Xferd  Average Speed   Time
Time Time  Current
-  Dload  Upload   Total   SpentLeft  Speed
+  Dload  Upload   Total   SpentLeft  Speed
  100   116  100   1160 0848  0 --:--:-- --:--:-- --:--:--  1026
  {
- error: {
- code: 401, 
- message: The request you have made requires authentication., 
- title: Not Authorized
- }
+ error: {
+ code: 401,
+ message: The request you have made requires authentication.,
+ title: Not Authorized
+ }
  }
  
- 
  Attached is a diff of the changes.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to keystone in Ubuntu.
https://bugs.launchpad.net/bugs/1006815

Title:
  Admin API /v2.0/tenants/{tenant_id}/users/{user_id}/roles doesn't
  validate token

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1006815/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 988920] Re: Token authentication for a user in a disabled tenant does not raise Unauthorized error

2012-09-28 Thread Joseph Heck
Good description, ack.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to keystone in Ubuntu.
https://bugs.launchpad.net/bugs/988920

Title:
  Token authentication for a user in a disabled tenant does not raise
  Unauthorized error

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/988920/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1035428] Re: authenticate in ldap backend doesn't return a list of roles

2012-09-12 Thread Joseph Heck
** Changed in: keystone
Milestone: None = folsom-rc1

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to keystone in Ubuntu.
https://bugs.launchpad.net/bugs/1035428

Title:
  authenticate in ldap backend doesn't return a list of roles

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1035428/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1021708] Re: no CLI interface to find all of the tenants which a given user belongs to

2012-08-21 Thread Joseph Heck
Thanks Lamont,

In the V2 API, you're quite correct. We're aiming to have this resolved
with the V3 API - linking to blueprint

** Changed in: keystone
   Status: New = Triaged

** Changed in: keystone
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to keystone in Ubuntu.
https://bugs.launchpad.net/bugs/1021708

Title:
  no CLI interface to find all of the tenants which a given user belongs
  to

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1021708/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 963056] Re: Object references not validated (returning 500 instead of 404)

2012-06-04 Thread Joseph Heck
** Changed in: keystone
   Status: New = Fix Released

** Changed in: keystone
   Status: Fix Released = Confirmed

** Changed in: keystone
   Importance: Undecided = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to keystone in Ubuntu.
https://bugs.launchpad.net/bugs/963056

Title:
  Object references not validated (returning 500 instead of 404)

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/963056/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 998137] Re: Keystone user tenant membership not always removed

2012-05-15 Thread Joseph Heck
** Tags added: essex-backport-potential

** Changed in: keystone
Milestone: None = folsom-1

** Changed in: keystone
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to keystone in Ubuntu.
https://bugs.launchpad.net/bugs/998137

Title:
  Keystone user tenant membership not always removed

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/998137/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 907518] Re: swift proxy cannot start when configured to use keystone

2012-02-23 Thread Joseph Heck
** Changed in: keystone
Milestone: None = essex-4

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to keystone in Ubuntu.
https://bugs.launchpad.net/bugs/907518

Title:
  swift proxy cannot start when configured to use keystone

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/907518/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 907518] Re: swift proxy cannot start when configured to use keystone

2012-02-22 Thread Joseph Heck
Adam - is this relevant to keystone itself (i.e something that should be
changed in setup.py?) or specific to packaging? I'm marking as invalid
based on the notes above, as it appears to be packaging specific.

** Changed in: keystone
   Status: New = Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to keystone in Ubuntu.
https://bugs.launchpad.net/bugs/907518

Title:
  swift proxy cannot start when configured to use keystone

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/907518/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 660428] Re: nova-objectstore start errors after install

2011-06-23 Thread Joseph Heck
This bug surfaced again while testing the diablo-1 milestone against
Ubuntu maverick.

running /etc/init.d/nova-objectstore start right after the install
started the service without issue.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/660428

Title:
  nova-objectstore start errors after install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/660428/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs