CHANGES
=======

* Add validations for container operations
* test: make enforce_type=True in CONF.set_override
* Remove bay reference from zun/objects/container.py
* Add empty post_test_hook script
* Catch more specific exception in compute manager
* Enable code coverage report in console output
* Consolidate multiple controllers into one
* Fix the quickstart guide
* Cleanup tox.ini, enable constraints
* Fix an issue on check_container_id
* Updated from global requirements
* Raise 409 exception while deleting running container
* Put frequently called code into decorator
* Add validation to container memory value
* Load wsgi apps with paste.deploy
* devstack: run zun-compute in docker group
* devstack: add zun client to devstack
* Upper constraints is supported for all jobs in tox.ini
* Fix i18n marker error in docker driver
* Updated from global requirements
* Use memory mode for sqlite in db test
* Restrict container name in REST API layer
* Make container creation aysnc
* Fix some issues in container docker APIs
* Updated from global requirements
* Updated from global requirements
* Add Container controller
* Deal with the comments in compute patch
* Remove conductor from devstack setting
* Implement Zun compute
* Updated from global requirements
* Updated from global requirements
* Add container object
* Add db model for container
* Updated from global requirements
* Enable python-zunclient in devstack
* Updated from global requirements
* Updated from global requirements
* Updated from global requirements
* Updated from global requirements
* Updated from global requirements
* Updated from global requirements
* Add Higgins Service Controller
* Fix error in quickstart
* Deal with TODO comment in zun.common.config.py
* Use 'is_int_like' and 'is_uuid_like' from oslo_utils
* Add compute to devstack
* Fix order of arguments in assertEqual
* Don't need alliases of rpc backend for messaging
* Replace safe_utils.getcallargs with inspect.getcallargs
* Make enforce_type with True by default
* Updated from global requirements
* Updated from global requirements
* Don't include openstack/commmon in flake8 exclude list
* Initial work for zun tempest plugin
* Fix zun compute import error
* Updated from global requirements
* Implement root controller
* Add missing parts for Zun test
* Update Higgins compute agent with Zun
* Updated from global requirements
* update higgins with zun
* Fix import error in models.py
* Add admin context for service-group
* Added Higgins compute service and API
* devstack: over write ENABLED_SERVICES
* devstack: Migrate higgins database
* Fix import error in higgins/opts.py
* Updated from global requirements
* Add service group to enable state report
* Change service name to lower case in devstack lib
* Correct wrong URL in devstack plugin
* Updated from global requirements
* Fix typo in devstack lib
* Add db migrations
* Updated from global requirements
* devstack: Add gate_hook for devstack gate job
* Devstack: Add devstack plugin for higgins
* Updated from global requirements
* Add a config to tune the number of api workers
* Add steps to setup devstack environment
* Add higgins-db-manage command
* Add gen-config tool
* Updated from global requirements
* Make infra ready for unit/pep8/doc testing
* Add database support for Higgins
* Add options to generated config sample
* Updated from global requirements
* Add initial developer quickstart guide
* Add parsable error middleware
* Add Hacking Rule to Higgins
* Added Higgins conductor service and API
* Add RPC server code for Higgins
* Updated from global requirements
* Fix missed requirements
* Add higgins-api command
* Add config files
* Refactor ContextHook
* Cleanup RequestContext
* Cleanup keystone client
* Added hooks in api/config.py
* Added keystone auth support and needed exceptions
* Cleanup unnecessary pecan files
* Remove "ignore" line for flake8
* Add a missing blank line
* Add Base Controller
* Adding support for reno
* Added common utilities
* Add some missed requirements
* Add i18n support
* Create Pecan project for Higgins
* Fixed common comments in initial commit
* Initial commit
* Added .gitreview
