Re: [openstack-dev] [keystone] Help consuming trusts

2013-08-19 Thread Steven Hardy
On Mon, Aug 19, 2013 at 09:15:24AM -0500, Dolph Mathews wrote: > On Mon, Aug 19, 2013 at 6:06 AM, Steven Hardy wrote: > > > On Sun, Aug 18, 2013 at 07:02:04PM +0200, Matthieu Huin wrote: > > > Hi Steve, > > > > > > It might be a bit late for this, but here's a script I wrote when > > experimentin

Re: [openstack-dev] [keystone] Help consuming trusts

2013-08-19 Thread Dolph Mathews
On Mon, Aug 19, 2013 at 6:06 AM, Steven Hardy wrote: > On Sun, Aug 18, 2013 at 07:02:04PM +0200, Matthieu Huin wrote: > > Hi Steve, > > > > It might be a bit late for this, but here's a script I wrote when > experimenting with trusts: > https://github.com/mhuin/keystone_trust/blob/master/tests/sw

Re: [openstack-dev] [keystone] Help consuming trusts

2013-08-19 Thread Steven Hardy
On Sun, Aug 18, 2013 at 07:02:04PM +0200, Matthieu Huin wrote: > Hi Steve, > > It might be a bit late for this, but here's a script I wrote when > experimenting with trusts: > https://github.com/mhuin/keystone_trust/blob/master/tests/swift_example.sh > > I hope it'll help you. Thanks for this!

Re: [openstack-dev] [keystone] Help consuming trusts

2013-08-18 Thread Matthieu Huin
ven Hardy" | À: openstack-dev@lists.openstack.org | Envoyé: Vendredi 16 Août 2013 17:35:36 | Objet: [openstack-dev] [keystone] Help consuming trusts | | Hi, | | I'm looking for help, ideally some code or curl examples, figuring out why | I can't consume trusts in the manner specified in

Re: [openstack-dev] [keystone] Help consuming trusts

2013-08-17 Thread Steven Hardy
On Fri, Aug 16, 2013 at 11:42:52AM -0400, Steve Martinelli wrote: > > Hi Steven, > > You can look at the unit tests being run. > https://github.com/openstack/keystone/blob/master/keystone/tests/test_v3_auth.py#L1782 > > It looks like you need to provide the trustee uname/password and the trust >

Re: [openstack-dev] [keystone] Help consuming trusts

2013-08-16 Thread Steve Martinelli
@lists.openstack.org, Date: 08/16/2013 11:38 AM Subject: [openstack-dev] [keystone] Help consuming trusts Hi, I'm looking for help, ideally some code or curl examples, figuring out why I can't consume trusts in the manner specified in the documentation: https://github.com/open

[openstack-dev] [keystone] Help consuming trusts

2013-08-16 Thread Steven Hardy
Hi, I'm looking for help, ideally some code or curl examples, figuring out why I can't consume trusts in the manner specified in the documentation: https://github.com/openstack/identity-api/blob/master/openstack-identity-api/v3/src/markdown/identity-api-v3-os-trust-ext.md I've been working on ge