forked from gophercloud/utils
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clientconfig: Deprioritize Environment Variables (gophercloud#70)
* clientconfig: Deprioritize Environment Variables This commit will make clientconfig only use an environment variable if an authentication setting was not previously set. This is to fix issues where an application consuming clientconfig has already determined that environment variables are not required. This behavior matches Python-based applications since specifying an authentication setting on the command-line will take priority of an environment variable. * clientconfig: Deprioritize Region
- Loading branch information
Showing
1 changed file
with
105 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters