CHANGES
=======

1.6.2
-----

* Ignore infra CI env vars
* Use the correct auth_plugin for token authentication

1.6.1
-----

* Align to generic password auth-type

1.6.0
-----

* Clarify floating ip use for vendors
* Add per-service endpoint overrides

1.5.0
-----

* Remove requirements.txt from tox.ini
* Remove py26 and py33 from tox.ini
* Rename 'endpoint_type' to 'interface'
* Have service name default to None
* Remove region list from single cloud
* Fix set_default() when used before config init
* Specify the config file with environment variable
* Add support for configuring region lists with yaml
* Fix rendering issue in Readme
* Clean up vendor data
* Add support for indicating preference for IPv6
* Normalize project_name aliases

1.4.0
-----

* Add some accessor methods to CloudConfig
* Add missing tests
* Add test to check cert and key as a tuple
* Use one yaml file per vendor
* Raise warning when a vendor profile is missing
* Some cleanup in the README.rst
* Add support for OVH Public Cloud
* Add SSL documentation to README.rst
* Stringify project details
* Raise a warning with conflicting SSL params
* Change references of "clouds.yaml" for real file
* Raise a warning when using 'cloud' in config
* Add cloud vendor files config in doc

1.3.0
-----

* Provide a helper method to get requests ssl values
* Add more defaults to our defaults file
* Change naming in vendor doc to match vendors.py
* Add auro to list of known vendors
* Add list of image params needed to disable agents

1.2.0
-----

* Add set_one_cloud method
* Add tests for get_cloud_names
* Add flag to indicate handling of security groups
* Don't normalize too deeply

1.1.0
-----

* Add tests for cloud config comparison
* Add inequality method
* Add an equality method for CloudConfig
* Capture the filename used for config
* Normalize all keys down to _ instead of -
* Expose method for getting a list of cloud names
* Rename cloud to profile
* Don't pass None as the cloud name

1.0.0
-----

* Change overriding defaults to kwarg
* Add tests for OSC usage
* Use appdirs for platform-independent locations
* Add UnitedStack
* Expose function to get defaults dict
* Add default versions for trove and ironic
* Sort defaults list for less conflicts
* Only add fall through cloud as a fall through

0.8.2
-----

* Add flag to indicate where floating ips come from
* get_one_cloud should use auth merge
* Also accept .yml as a suffix
* Remove crufty lines from README
* Update vendor support to reflect v2 non-task

0.8.1
-----

* Add flag to trigger task interface for rackspace

0.8.0
-----

* Document vendor support information
* Reset cache default to 0
* add .venv to gitignore
* Move region_names out of auth dict
* Add runabove to vendors
* Add image information to vexxhost account
* Add vexxhost
* Add DreamCompute to vendors list
* Allow overriding envvars as the name of the cloud
* Put env vars into their own cloud config
* Add keystoneclient to test-requirements
* Actually put some content into our sphinx docs

0.7.0
-----

* Update .gitreview for git section rename
* Change dogpile cache defaults
* Add cover to .gitignore

0.6.0
-----

* Flesh out api version defaults
* Handle project_name/tenant_name in the auth dict
* Add two newlines to the ends of files
* Rename auth_plugin to auth_type

0.5.0
-----

* Add support for configuring dogpile.cache
* Fix coverage report
* Add more testing of vendor yaml loading
* More comprehensive unit tests for os-client-config
* Allow keystone validation bypass for noauth usage
* Add basic unit test for config

0.4.3
-----

* Prefer dest value when option is depricated
* Allow region_name to be None

0.4.2
-----

* Don't return the auth dict inside the loop
* Make sure we're deep-copying the auth dict

0.4.1
-----

* Remove runtime depend on pbr
* Provide Rackspace service_name override

0.4.0
-----

* Start keeping default versions for all services
* Support keystone auth plugins in a generic way
* Replace defaults_dict with scanning env vars
* Workflow documentation is now in infra-manual
* Corrections to readme
* Use yaml.safe_load instead of load
* Throw error if a non-existent cloud is requested

0.3.0
-----

* Fix a missed argument from a previous refactor
* Map CloudConfig attributes to CloudConfig.config
* Add support for argparse Namespace objects
* Add support for command line argument processing
* Handle lack of username for project_name defaults
* Handle the project/tenant nonesense more cleanly
* Add cache control settings
* Handle no vendor clouds config files
* Remove unused class method get_services
* Add clouds-public.yaml
* Prep for move to stackforge

0.2.0
-----

* Handle missing vendor key
* Make env vars lowest priority
* Handle null region
* Update the README file for more completeness

0.1.0
-----

* Get rid of extra complexity with service values
* Remove babel and add pyyaml
* Port in config reading from shade
* Initial Cookiecutter Commit
