CHANGES
=======

* Update .gitreview for new namespace
* Update requirements to match stable/juno global requirements
* Fix tests on stable/juno
* Do not skip swift tests
* Use REQUIREMENTS_MODE switch and remove pip install
* Remove need for lockutils-wrapper
* Fix unexpected keyword argument for Cmd
* Switch to oslo.concurrency
* Ability to specify ca certs and ssl validation flags
* Fix LOG formatting and defer until emit
* Ability to specify docker host
* Fix failure to launch in network without gateway
* Initial security group implementation using NoopFirewallDriver
* Port the docker driver to docker-py and remove custom client code
* Docker virt driver fails with ml2 linuxbridge driver
* Work toward Python 3.4 support and testing
* Remove modules from openstack-common.conf
* Add oslo.config to requirements
* Update to oslo serialization and utils
* Implement get_available_nodes
* Use oslo.utils
* Fix lockpath for tests
* Fix wrong param name passed to make request
* Update nova docker README for Glance
* Support timeout on power_off (and stop_container)
* Use oslo.i18n
* maint:Remove outdated docstring in docker/driver
* Unified Docker client versioning
* Use unicode(), not str()
* Use _ping request to verify host not ps
* Fix urlencoding of Docker API requests
* Bump hacking version to 0.9.2
* Ensure the bridge is correct and use high range MACs
* Restablish networking upon container reboot
* Tempest test configuration for CI check job
* Fix list_containers() when there are no containers
* Fix unicode handling for image names
* Simplify the way fo getting memory usage
* Enable F841 and clean up
* Split plug_vifs into plug_vifs and attach_vifs
* Load and save images in glance directly
* Remove HOST_IP setting as it is no longer needed
* Only setting the tempest and tempest_full flags
* Update README for refactored glance integration
* Add tempest gate configuration environment variables
* Update README with more specific install/config instructions
* Update babel version and add six module
* Fix the registry port and ip settings
* Plumbing for setting own docker registry
* Implement soft_delete and restore
* Report correct vcpus and memory in instance info
* Add pause and unpause to the driver
* Implement cleanup method in driver
* Adds plug_vifs to power_on to restore networking
* removed documentation URL from README file
* Update test_vifs to ignore ovs errors on del-port
* fixed several pep8 issues
* Add reference to #nova-docker in README.rst
* use stable release of docker registry
* Support setting command-line from Glance
* debug level logs should not be translated
* Fixup docker ci
* Support get_host_uptime in docker driver
* bugfix and cleanup of devstack contrib scripts
* registry no longer uses run.sh command
* Make the vif_driver configurable
* Fix docker registry cleanup
* Replace samalba/docker-registry by the official registry
* Add devstack integration
* Rename oslo.sphinx to oslosphinx
* Implement unplug_vifs method
* Add Open vSwitch vif driver
* Use openstack assigned mac_address on interfaces
* Implement DockerGenericVIFDriver
* Implement plug_vifs and add support for multiple interfaces
* set NetworkDisabled=True to remove eth0 interface
* Correct ip netns to use container_id instead of nspid
* Add mock/mox to test-requirements
* Retrieve missing container command after pulling from index
* Add *.swo to .gitignore and remove leading . from swp
* Use docker api in order to find container pid
* Fix import path issue in unit tests
* Lowercase all image names for Docker driver
* import namespace fixes and PBR naming fixed
* Stub get_meminfo to prevent reading /proc/meminfo
* Discover the docker registry port only once
* Handle inspect containers failures
* Fix imports in test_driver
* Install nova (master/git) in testing environment
* Remove depreciation / removal warning
* Remove oslo-incubator code
* Remove unused tests/base.py
* Add tests/__init__.py from Nova to fix eventlet import
* Update driver code imports in the driver itself
* Update driver code imports in unit tests
* Update imports for oslo-incubator code
* Import oslo-incubator code used by unit tests
* Get pep8 passing
* Import nova driver, rootwrap config, and tests from nova
* Initialize nova-docker repo
