CHANGES
=======

* Updated from global requirements
* Update link to documentation and bug tracker
* Drop py34 target in tox.ini
* Updated from global requirements
* Add convenience environment to re-record tests
* Add integration tests for regions
* Add integration tests for clouds client
* Add tests for our cells integration
* Add Betamax for testing
* Add Python API Reference documentation
* Add basic shell documentation for cratonclient
* Add user documentation for the Python API
* Enable coverage report in console output
* Add testing plan to specifications
* Ensure consistent vars shell behavior across resources
* Adds remaining shell tests for variables
* DRY out Variables shell tests
* Add variables support for remaining resources
* CLI and client support for get/set/delete of resource vars
* Include parent_id by default in devices
* Adds --vars filter to cell-list command
* Add vars filtering to region-list
* Clean up shell submodule unit tests
* Make column ordering of devices-* consistent
* Make column ordering consistent and predictable
* Add devices-list to support /v1/devices
* Updated from global requirements
* Relax requirement of region-id for hosts and cells
* Add filter params to host-list command
* Updated from global requirements
* Update regions commands to use pluggable formatters
* Update projects commands to use pluggable formatters
* Update clouds commands to use pluggable formatters
* Update cells commands to use pluggable formatters
* Update hosts commands to use pluggable formatters
* Add --format to the client shell
* Reorganize shell based integration tests
* Adds basic Cloud resource CRUD to CLI
* Updated from global requirements
* Add support to the client for autopagination
* Add parent_id to host fields
* Fix help messages for resource-listing commands
* Fix last updated field name for resources
* Adds Project CLI commands
* Remove link to modindex
* Fixes --help and command help for cratonclient
* Remove access_secret_id from cratonclient
* Updated from global requirements
* Add Constraints support
* Add specification directory, template, and indices
* Updated from global requirements
* Add functions for authenticating to Craton
* Adds region-list shell command
* Remove buggy technical debt code
* Remove the Inventory object from the Client
* Updated from global requirements
* Updated from global requirements
* Add documentation for using Craton Python API
* Improve help text for base arguments
* Add unit tests for region-* shell commands
* Use new idiom in cells_shell tests
* Refactor shell unittests and add hosts shell tests
* Install requirements.txt in tox venvs as well
* Add unit tests for cratonclient.shell.v1.cells_shell
* Move v1 resource tests to their own directory
* Relocate our shell testing to where it belongs
* Add integration tests
* Enable less code in cratonclient resources
* Add tests for our Region and RegionManager classes
* Fix existing and add new inventory tests
* Add new tests for the cratonclient.crud module
* Adding region update capabilities to python and CLI clients
* Adding region deletion functionality to clients
* Filter endpoints in service catalog by type
* Adds console script and fix command line parsing
* Avoid storing project_id on class instances
* Switch to using keystoneauth by default
* Adding region-show capabilities to clients
* Adding cell client functionality
* Adding host-delete functionality
* Adding host-update and host-show capabilities to client
* Updating host API to utilize the inventory API
* Adding support for creating a region
* Adding support for creating a host
* Adding Inventory class
* Cleanup tox.ini: Remove obsolete constraints
* Added optional arguments to host-list command and unit tests
* Created shell support for hosts_list and sub command parsing
* Add help to shell (#2)
* updating conf to include READTHEDOCS env
* updating conf to include READTHEDOCS env
* Add missing oslo.utils dependency
* Fix up code-base to pass hacking
* Adding travis.yml file for CI
* Add Apache header to all files
* Remove unnecessary file
* Added basic main shell architecture and initial unit test
* Added basic main shell architecture and initial unit test
* Follow PEP-0257
* Add hosts to the v1 client
* Add basic client work + regions support
* Initial Cookiecutter Commit
