Monty Taylor a8532f6c8d Fix a precedence problem with auth arguments
With the current code, OS_TENANT_NAME will take precednece over
--os-project-name beause OS_TENANT_NAME gets early-moved to
config['auth']['project_name'], then when the argparse value gets put
into config['project_name'] the auth fixing sees auth['project_name']
and thinks it should win.

Change-Id: I97084ea221eb963f14d98cf550a04bbd5c7d954c
2016-01-13 13:43:59 -05:00
..
2014-09-20 16:16:13 -07:00
2015-11-03 10:38:17 -05:00