]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Consistently use Keystone auth from environment
authorTomas Sedovic <tomas@sedovic.cz>
Mon, 26 Mar 2012 13:50:46 +0000 (15:50 +0200)
committerTomas Sedovic <tomas@sedovic.cz>
Mon, 26 Mar 2012 15:44:24 +0000 (17:44 +0200)
commit072cc84d4996d8219a0f1df99492134d462e0e5c
tree5382cf3ab90018b5b68d98e78e9a1668dbe53753
parent91ee085a0dd65ae408d29bb494d0208530435203
Consistently use Keystone auth from environment

Fixes #33

All mentions of non-keystone auth environment variables were removed. Acessing
the proper Keystone ENV was localized into parse_options.

We can now consistently use the `options` object instead of writing
`options.username or getenv['OS_USERNAME']` all over the place.
bin/heat
heat/client.py