Tomaz,
You're fixes worked for the SAIO installation. For my installation with
keystone it is giving me an "invalid credentials with the provider" error.
When I performed a wireshark analysis the box is returning that I have to
be authenticated before I make that request. I also don't see where
I've pushed some changes and fixes to trunk and in trunk you can now use
Swift diver as follows:
https://gist.github.com/Kami/8ec3d7349bdc7d516fc6
I've tested it with Swift All In One installation and everything appears to
be working fine (it would be great if others can confirm this as well).
S
That's how I connect to the Rackspace CloudFiles using the OpenStack Swift
driver:
https://gist.github.com/Kami/7836f5f31ad58835f291
Note: This example requires a small code change / bug fix which is not in
trunk yet, but it's not an issue which is causing your problem. Your
problem is an issue w
So I didn't change the URL for the SAIO install but it still doesn't work
though I do get a slightly different error this time around. Using this for
driver_os
driver_os = cls_os('test:tester', 'testing',
ex_force_auth_url='http://172.16.99.131:8080',
ex_for
Markos,
Thanks for the quick reply! I actually have tried that. I've used both,
ex_force_auth_url='http://172.16.103.90:35357' and
ex_force_auth_url='http://172.16.103.90:35357/auth/v2.0/tokens
Both generate the same error for me.
Shade
On Tue, May 20, 2014 at 10:47 AM,
Hi Shade,
check the examples on
http://libcloud.readthedocs.org/en/latest/compute/drivers/openstack.html,
you might need to strip "/v2.0" on OS_AUTH_URL or include the full URL
export OS_AUTH_URL=http://172.16.103.90:35357
or
export
OS_AUTH_URL=http://172.16.103.90:35357/v2.0/tokens
ch
Hey,
I am trying to use libcloud to work with various cloud providers object
storage backend. I have been successfully able to get it working with
Amazon but I've installed two different installations of openstack and it
does not appear to work. My first installation I followed the SAIO guide,
h