[Openstack] download ec2 creds fails consistently in horizon

2013-03-14 Thread Wyllys Ingersoll
I have EC2 configured correctly as far as I can tell because I am able to view my containers using the S3 APIs and S3 tools such as CyberDuck or s3curl.pl, using ec2 credentials returned by the keystone command line tool. However, when I use the Horizon user settings interface and select "Downl

Re: [Openstack] download ec2 creds fails consistently in horizon

2013-03-14 Thread Wyllys Ingersoll
I figured it out - nova-cert was not installed and running. I need to add this to my setup when EC2 is enabled, I wasn't aware of the dependency. -Wyllys On Mar 14, 2013, at 10:35 AM, Wyllys Ingersoll wrote: > > I have EC2 configured correctly as far as I can tell because I am able to >

Re: [Openstack] download ec2 creds fails consistently in horizon

2013-03-15 Thread Jay Pipes
It's actually not nova-cert that you need. It is the Keystone EC2 credentials API extension that is the problem. It only works for users with admin role. I logged a bug on it and am working on a fix: https://bugs.launchpad.net/keystone/+bug/1136190 Best, -jay On 03/14/2013 10:57 AM, Wyllys Inge

Re: [Openstack] download ec2 creds fails consistently in horizon

2013-03-15 Thread Wyllys Ingersoll
I am able to login as a non-admin user and access the containers. In addition to missing nova-cert, I also had to change the keystoneauth settings in /etc/swift/proxy-server.conf to add "Member" to the operator_roles list, which I suppose is equivalent to making a "Member" user the equivalent

Re: [Openstack] download ec2 creds fails consistently in horizon

2013-03-15 Thread Jay Pipes
On 03/15/2013 01:12 PM, Wyllys Ingersoll wrote: > I am able to login as a non-admin user and access the containers. Your original post talked about the Download EC2 Credentials link not working. That's what I was referring to. Nothing to do with Swift containers. -jay > In addition to missing

Re: [Openstack] download ec2 creds fails consistently in horizon

2013-03-15 Thread Wyllys Ingersoll
Yup, you are correct, I confused 2 different issues. sorry for the confusion… On Mar 15, 2013, at 2:58 PM, Jay Pipes wrote: > On 03/15/2013 01:12 PM, Wyllys Ingersoll wrote: >> I am able to login as a non-admin user and access the containers. > > Your original post talked about the Downl