zerovm / zpm

ZeroVM Package Manager
Apache License 2.0
6 stars 11 forks source link

Support Swift v1 auth #77

Closed larsbutler closed 10 years ago

larsbutler commented 10 years ago

At the moment, v2 auth works. We should add support for v1.

See http://docs.openstack.org/api/openstack-object-storage/1.0/content/authentication-object-dev-guide.html.

pkit commented 10 years ago

Hmm... maybe it's a better idea to use the "official" python-swiftclient for Swift stuff? Or use our python-zwiftclient Both have support for all sorts of auth

larsbutler commented 10 years ago

@pkit Yes, I totally agree. See https://github.com/zerovm/zpm/issues/31.

I will have a look at python-zwiftclient.