Re: [Openstack] [Heat] trusts_delegated_roles=member?

2014-09-08 Thread Kieran Spear
On 8 September 2014 19:33, Steven Hardy wrote: > On Mon, Sep 08, 2014 at 11:11:07AM +1000, Kieran Spear wrote: >> Hi, >> >> I'm looking at configuring our Heat deployment to use trusts as the >> deferred auth method. The requirement to grant each user the >

[Openstack] [Heat] trusts_delegated_roles=member?

2014-09-07 Thread Kieran Spear
Hi, I'm looking at configuring our Heat deployment to use trusts as the deferred auth method. The requirement to grant each user the heat_stack_owner role (or similar) makes things a bit awkward, since we allow users to grant each other membership within a project and don't want them to have to wo

Re: [Openstack] Heat: 2014.1.2-0 vs Keystone

2014-08-28 Thread Kieran Spear
hould be > backported to Icehouse. Glad to hear that. I thought I'd done a backport already, but here it is now: https://review.openstack.org/#/c/117445/ Cheers, Kieran > > Dave > > > -Original Message- > From: David Hill > Sent: 26-Aug-14 11:16 AM > To:

Re: [Openstack] Heat: 2014.1.2-0 vs Keystone

2014-08-25 Thread Kieran Spear
Hi David, If you're using the templated catalog, by default you won't be able to get a v3 token. You'll need to either: 1) Switch to the SQL catalog backend, or 2) Apply this fix to Keystone: https://bugs.launchpad.net/keystone/+bug/1313458 Cheers, Kieran On 26 August 2014 07:39, David Hill

Re: [Openstack] [Horizon] Error: horizon/js/horizon.js isn't accessible via COMPRESS_URL

2014-02-16 Thread Kieran Spear
Hi, STATIC_URL requires a RequestContext when rendering: http://stackoverflow.com/a/5478944 You can also use django.shortcuts.render. Cheers, Kieran On 16 February 2014 00:37, Andrii L wrote: > Hello, > > I would really appreciate if you help me understand the following exception: > > --- >