CHANGES
=======

0.19
----

* Bump to v0.19
* Fix grammar
* Fix pep8
* Fix typos
* Improve error message for ephemeral devices
* Fix almost empty line
* Fix typo
* Fix container_migrate tests in py3
* Update travis
* Check for container operation in iamge_upload
* More pep8 fixes
* Fix pep8 and py27 errors
* Add H404 to tox.ini
* Ignore H405
* Re-add container_migration tests
* Update doc strings
* Update docstring in tests
* Check for container operation in iamge_upload
* Fix typo
* Cache travis pip installation
* Bump travis to test on 3.4
* WTF. Case got changed on the bool
* Fix tests to run on python3
* Don't write pyc files when running tox
* Fix a bug in the envlist for tox
* Fix relative import to be a full path import
* Re-add LXC hv_types
* Use LXD as hypervisor type
* Use socket.gethostname()
* Remove container_utils and ontainer_client
* Refactor utils used by LXD functions
* Refactor snapstop LXD functions
* Refactor migration LXD functions
* Refactor container LXD functions
* Remove container_client and container_utils
* Fix strings
* Use hostname fqdn
* Fix arch on non-x86_64 arches
* Fix pep8 and py27 errors
* More typo fixes
* Fix typos
* Improve debug output
* Split out fetch image
* Add doc strings
* Remove more dead code
* Add image_upload to session
* Refactor container_wait
* Consolidate create_alias
* Add image_ref to the fake instance
* Use alias_defined
* Add docstring for tests
* Refactor image_defined
* Fix fall out from renames
* Rename test_container_image.py and container_image.py
* Remove dead code
* Fix pep8
* Wait for image to upload
* Transition from nova-compute-lxd to nova-lxd
* Update readme
* Update requirements
* Fix alias creation
* Split out LXDContainerDirectories
* Update devstack config
* Update default profile
* Update test_vif_api
* Update test_driver_api
* Update test_container_utils
* Update test_container_ops
* Update test_container_migration
* Update test_container_image
* Update test_container_config
* Update entry point
* Update driver
* Update container_snapshot
* Update container_ops
* Update container_migrate
* nclxd -> nova_lxd transition
* Update container_client
* Remove contrib directory
* Update todo list
* Update coverage
* Update package defaults
* nclxd becomes nova_lxd
* Pass the full operation url
* Fix typo
* Switch devstack installation to devstack-plugin
* PEP8
* implemented plug_vifs() and unplug_vifs() driver methods, fixed missing import of nova.exception
* Fix pep8
* Remove cpu limits
* Fix pep8 errors
* Fix container migration and resize
* Update spec
* Use snapshot id when creating images
* Revert "Refactor network creation"
* Revert "Fix pep8"
* Fix pep8
* Refactor network creation
* Bump to 0.18
* Bump to 0.18
* Fix container rescue/unrescue with lvm
* Update get_container_dir
* Transition to use instance.name
* Handle container initialization failure
* Re-add timeout
* Fix unit tests
* Add container migration unit tests
* Fix vif creation
* Fix unit tests
* Spelling fixes
* Fixup for rename of README.rst to README.md
* Fix pep8
* Fix setup.cfg
* Add unit tests
* Fix contianer destroy tests
* Stop the container stop before destroying
* Specify the correct host
* Remove wait_for_state
* Fix exceptions and LOG info
* Ensure vifs are unplugged during cleanup
* Updates to README
* More pep8 fixes
* Fix image_properties handling
* fix pep8
* Update image property
* Fix pep8
* Add negative test
* Fix failing unit test
* Generate LXD manifest from image_meta
* Always use unix socket
* fix pep8
* Remove python3.4 checks
* LXD test image fixes
* Remove LXDTestContainerUtils
* Fix LXDTestNetworkDriver
* Fix LXDContainerOps
* Update travis config
* Fix LXDTestDriver
* Fix LXDTestDriverNoops tests
* Fix flake8 errors
* Add travis
* Update readme
* Ensure image upload activities are guarded against concurrency
* Drop update for glance image metadata
* Use unix socket if hosts matches up
* Remove unused variables
* Fix test_container_config
* Create a fake instance
* Split out mock functions
* Version bump
* Use os-testr
* Adjust image properties
* Update setup.cfg

0.17
----

* Container check
* small fixes
* Fix typo
* Remove host check
* Update tests for container_config
* Add cold migration support
* Destroy check
* Refactor container creation and operations
* Capture back traces
* Spawn a container into a seperate thread
* Refactor container rescue/unrescue
* fix snapshot name
* fix another typo
* wire up container snapshot
* dont sent task_state directly
* operation-show -> operation-info
* Fix container_stop
* Rescue
* fix typo
* Query snapshot status
* Update rescue continer - part 1
* Update continer - part 1
* Pep8 fixes
* Fix typos
* fix bad merge
* Update attach interface
* Fix typos
* remove debug info
* Simplify vif plugging
* Improve debugging messages
* Dont upload image if exists
* Just do a single init
* Update snapshot support
* Fix various typos
* Ensure that we are on the right host
* Fix debug info
* Re-add suspend/resume
* Fix unknown power_state
* Fix container pause/unpause
* Reset container migration
* Dont stop container before deleting it
* Update requirements
* Check status_code for power_state
* Reset migration
* Optimize image creation and startup
* Optimize image creation usage
* Re-add bridge support
* Refactor network creation
* Release 0.16
* Add new features:
* Refactor init_host
* Fix up instance.uuid migration
* Revert "Rename instance.name to instance.uuid."
* Rename instance.name to instance.uuid
* Fix pep8 and flake8 tests
* Update test-requirements
* Update requirements
* devstack: Fix the README some more
* Fix devstack integration
* Cover more cases for cpu stats
* Add failing snapshot test
* Add failing wait tests
* Drop container_utils tests
* Cover container_update fail
* Cover container_init fail
* Simplify test_rescue_defined
* Cover the 404 case of container_defined
* Add bridge type vif tests
* Add OVS unplug tests
* Add LXDTestOVSDriver
* Add uuid to MockInstance
* Add test_node_is_available
* Add test_get_available_nodes
* Add test_get_host_uptime
* Don't use iteritems
* Fix firewall calls
* Add test_firewall_calls
* Don't handle PyLXDException in container_ops
* Fix test_detach_interface
* Add test_attach_interface
* Fix PEP8 issues
* Fix raise
* Add get_available_resource tests
* Refactor simple cases
* Add power_off tests
* Move rescue tests to driver suite
* Add pause test
* Add simple / noop method tests
* Add test_snapshot
* Don't catch all exceptions
* Add detach interface tests
* Fix NotImplementedError raises
* Add more NotImplemented names
* Add test_get_host_ip_addr
* Add more NotImplemented tests
* Move console test to driver suite
* Add reboot tests
* Add cleanup test
* This line was never reached
* Fix typo
* Add destroy tests
* Move test_spawn_ to driver suite
* Add not implemented suite
* Add test_estimate_instance_overhead
* Add test_instance_exists
* Move test_get_info to driver suite
* Move list_instances test to driver suite
* Move init tests to driver suite
* Add LXDDriver config test
* Use fake virtapi
* Drop network_info from tests
* Adapt tests to new paths
* Check for host before creating profile
* Add container_info
* Add container_config
* Removed unused variable
* Update root_dir
* wire up get_host_cpu_stats
* Dropped reset_network
* Deprecate inject_file and inject_network_info
* Drop the redundant 'lxd' prefix in config options
* Fix py3 compatibility
* Move container_ops to oslo_utils, too
* Fix PEP8 issues
* More fixes
* More fileutils fixes
* Switch to fileutils
* Update requirements
* Add attach/detach interface
* Rename container_info to container_state
* Fix container_defined
* Add test_init_host_new_profile
* Fix PEP8
* Add test_get_console_output
* Add test_get_info
* Add test_container_unrescue
* Add rescue tests
* Fix oslo_utils import
* Fix log message
* Simplify container_running
* Fix fallback events type
* Add test_start_instance
* Add test_create_instance
* Add failing create_instance tests
* Add test_spawn_new
* Fix invocation of InstanceExists and raises
* Add first container_ops tests
* Create default profile if it doesnt exist
* Fix bad merge
* tag 0.13
* Update requirements
* Add security groups support
* Add security groups support
* Update requirements
* Refactor image tests to mock CONF, not utils
* Refactor config tests to mock CONF, not utils
* Add test_fetch_image_new
* Add test_fetch_image_new_alias_failed
* Add test_fetch_image_new_upload_failed
* pylxd.API.image_defined never raises 404
* Fix LXDContainerImage.fetch_image
* Add test_fetch_image_new_defined
* Add tests for existing image
* Move MockInstance to nclxd.tests
* Add test_configure_container_configdrive tests
* Add test_configure_container_rescuedisk
* Add test_configure_network_devices
* Add test_configure_container_config
* Add first container_config tests
* Fix .coveragerc
* Update requirements
* Re-add missing import
* Add requirement of pylxd since its in pypi
* Fixes for python3
* Use absolute imports
* Reorder imports
* Fix typo in fix_container_configdrive name
* Fix PEP8 errors
* Fix container utils tests
* Fix run_tests.sh path for --debug
* tag 0.12
* Fix container cleanup
* image synching
* Add snapshot support
* More updates
* remove cruft
* cleanup
* rescue/unrescue part 2
* rescue part 1
* rough in rescue/unrescue
* Fix container config
* Configure container devices
* Rename function
* Fix add-config for container configuration
* Remove profile
* create default profile
* More cleanups
* remove cruft
* Add configdrive support
* refactor container config
* Split out profile and container configuration
* Refactor container-configuration
* Prep for rescue/unrescue
* Add suspend/resume/pause/unpause
* Add power on and power off
* Add more unit tests
* Add container reboot
* final code refactor
* Revert "nclxd ng"
* Revert "Add get-available-nodes"
* Revert "Remove cleanup_host"
* Revert "Add .idea directory"
* Revert "Wire up list_instances and list_instances_uuid."
* Revert "wire up hosts"
* wire up hosts
* Wire up list_instances and list_instances_uuid
* Add .idea directory
* Remove cleanup_host
* Add get-available-nodes
* nclxd ng
* Correct test cases
* Remove unused file
* Add firewall support
* Fix up typos
* Liberty fixes
* Fix typo
* devstack fixes
* Update devstack support
* Add Scott's image conversion script
* Open for liberty
* fix git repository
* Add todo list

stable/kilo
-----------

* Various bug fixes
* Updates for LXD 0.7
* Removed debug info
* Update filters
* Create the container at one shot
* More fixes from lxd testing
* Fixes from lxd testing
* More fixes from lxd testing
* Miscalenous vivid fixes for 0.5
* fix destroy
* Vivid overlay
* Add lxd load testing fixes
* remove firewall
* Add fixups from load testing
* Work backwards for known units
* Correct the dict
* Correct hard disk calculation
* converter remove verbose flag in tar creation
* converter fix tar parameter quoting
* converter remove extra tar parameter
* Add support for security groups
* Re-do lxd-image-converter
* Update to version 0.5
* Add utiltity to convert tarballs
* pep8 clean ups
* Removed unused import
* Adjust changes for nclxd
* 0.3 updates
* Update
* Sync with 0.4
* Re-do image creation
* Use pylxd instead
* Switch to using pylxd
* 0.2 changes
* Debug
* use instance img_href
* Create alias
* Get fingerprint of the image
* typo fix
* Fetch image from glance
* Update clients
* Start of surgery
* Re-do how we do container list
* Loose logging
* Loose logging
* Use oslo.log
* Speed up fixes
* Fix console and other stuff
* Clean up
* Add version
* Remove debug
* Add debug
* Fix lxc-usernet
* Fix typo
* Fix template
* fix typo
* Fix formatting
* fix typo
* default user
* Config fix ups
* Revert "Add default user"
* More fixes
* Fix typo
* Add default user
* Configure lxd a bit harder
* Fix lxd
* LXD changes
* Fix LXC configuration file of console and logfile
* Fix typo
* Fix unix sockets
* Use unix socket
* Add filters
* Add missing file
* Add missing btrfs
* More typos
* KeyError
* Specify the correct directory
* Makre sure we are using ints
* Fix containre stats
* Add statistics for container
* Remove ppa and fix up networking a bit more
* Fix console log
* Stop the container before destorying it
* Force Stop
* More whoopsies
* Whoops
* Fix typos
* More config changes
* Fix container console
* Add missing images
* More updates
* Fix typo
* Fix network again
* Fix typo
* Fix white space
* More networking changes
* More fixes
* Updates
* More fixes
* Startover with tests
* Fix requirements
* Update deps
* Update requirements
* More test fixes
* Add missing tools directory
* Add more unit tests
* Add run_tests.sh
* Improve tests
* Fix pep8
* Add missing tox.ini
* M00re fixes
* more fixes
* More fixes
* Fix container reboot
* Copyright headers and cleanup
* Add missing files
* More fixes
* Start adding tests
* Update filters
* Misc fixes
* Add missing files
* Add missing files
* Frist commit
