On Sun, Mar 11, 2012 at 2:35 PM, Kevin Jackson <kevin at linuxservices.co.uk> wrote: > Thanks Adam for clarifying the position of the ENVVARS: SERVICE_ENDPOINT and > SERVICE_TOKEN. > There are a couple of issues I have with this though: > > 1) It's not clear that these are strictly over-riding envvars. Actually, the environment variables (if set) are used for the default value of the command-line options, so the command-line option do in fact override the environment variables. https://github.com/openstack/python-keystoneclient/blob/master/keystoneclient/shell.py#L97 dt -- Dean Troyer dtroyer at gmail.com