zerovm / zpm

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

Deduce auth version from environment variables #173

Closed larsbutler closed 10 years ago

larsbutler commented 10 years ago

ZPM should be able to deduce the auth version (the -V command line option) from the environment variables which are set. Specifying -V 2.0 when testing ZPM with a local zerocloud deployment is kind of annoying.

If both v1 and v2 auth vars are set, we'll have to figure out what should be the default. It would be interesting to see what python-swiftclient does in this case.