Comment 0 for bug 853933

Revision history for this message
Jay Pipes (jaypipes) wrote : --auth-token option should be remove from bin/glance

The --auth-token option to bin/glance really should be removed, as it is very confusing and frankly, the client should not deal with tokens. It should only deal with user and key, with the client code storing the current auth token in an environ variable or a private temp file. It was a temporary hack to enable testing before the pluggable-auth blueprint was completed, but should be removed now.