summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3 from dtroyer/vendor-key0.2.0Monty Taylor2014-09-211-1/+5
|\ | | | | Handle missing vendor key
| * Handle missing vendor keyDean Troyer2014-09-211-1/+5
| | | | | | | | Continue on if the configured vendor config is not present
* | Merge pull request #1 from dtroyer/env-varsMonty Taylor2014-09-211-1/+3
|\ \ | | | | | | Make env vars lowest priority
| * | Make env vars lowest priorityDean Troyer2014-09-211-1/+3
| |/ | | | | | | | | | | | | | | | | | | | | When working with multiple tools the project CLIs only know about options and environment variables. When selecting a cloud config that includes a section from vendors.py environment vars overwrite that data if they are defined. The priority order should be: * command line args * cloud config selection * environment variables
* | Merge pull request #2 from dtroyer/null-regionMonty Taylor2014-09-211-1/+6
|\ \ | |/ |/| Handle null region
| * Handle null regionDean Troyer2014-09-211-1/+6
|/ | | | Not all clouds define/require region_name to be set
* Update the README file for more completenessMonty Taylor2014-09-212-3/+16
|
* Get rid of extra complexity with service values0.1.0Monty Taylor2014-09-212-11/+4
| | | | | We don't need to enumerate the service types - we can simply match at consumption time on patterns.
* Remove babel and add pyyamlMonty Taylor2014-09-214-17/+3
|
* Port in config reading from shadeMonty Taylor2014-09-218-14/+346
|
* Initial Cookiecutter Commit.Monty Taylor2014-09-2027-0/+614