Re: [Openstack] keystone + dash + diablo user flows

2011-09-26 Thread Luis Gervaso
I think the exchange unscoped to scoped is not working for me, I think the issue may come from GET : *http://192.168.1.48:5001/v2.0/tenants* ---START TEST--- POST : *http://192.168.1.48:5001/v2.0/tokens* {auth:{passwordCredentials:{username:admin,password:secrete}}} RES : {access: {token:

Re: [Openstack] keystone + dash + diablo user flows

2011-09-26 Thread Anthony Young
Hey Luis, I ran into the same issue last week when I was implementing this for dashboard. I filed a bug on launchpad here: https://bugs.launchpad.net/keystone/+bug/857671 The issue is that for admin users, all tenants get returned on GET /tenants, including tenants for which the admin is not a

Re: [Openstack] keystone + dash + diablo user flows

2011-09-21 Thread Jay Pipes
Yep, it's already set up through Gerrit and the openstack GitHub organization :) Sorry, was copy-paste fail on my part! https://github.com/openstack/openstack-integration-tests Cheers! jay On Wed, Sep 21, 2011 at 3:15 PM, Joseph Heck he...@me.com wrote: Can we clone this into the Openstack

Re: [Openstack] keystone + dash + diablo user flows

2011-09-21 Thread Joseph Heck
Can we clone this into the Openstack repo so that it's clear: a) there is a central set of openstack integration and functional tests b) that it is THE place to add in common, cross-cutting tests I don't really care which setup we use as the OpenStack project - Soren's is fine, just needs to be

Re: [Openstack] keystone + dash + diablo user flows

2011-09-21 Thread Dolph Mathews
I believe this review satisfies the remaining requirements that keystone was lacking: https://review.openstack.org/#change,516 See the new functional test in keystone/test/functional/test_auth.py: test_user_auth_with_role_on_tenant(), which illustrates the flow you outlined. At the moment,