CHANGES
=======

* Removes setup.cfg version
* Fixes unit tests
* SMBFS: properly handle empty connection info options
* Remove unnecessary mock
* Creates instances_path in driver init_host method
* Avoid starting serial console workers while deleting vm files
* hyper-v: Copies back files on failed migration
* Fix live-migration when using ovs-vif-driver
* Fix missing parameter lookup_vm when retrieving VM id
* Fix retry decorators
* Sets default git review branch
* Fixes compatibility with the WMI module
* Fixing _lookup_vm missing parameter Commit 7cc7b1a54bbaf4ea309928ddb243b5859c77b78e introduced lookup VMs as VSSD as default behaviour, but failed to add the parameter at one place causing the code to fail, this patch fixes that. This patch is a backport of the solution from the master branch of os-win (introduced there as commit e7e9b0a16d5859d9fb8260b8306a9c7d287b45e0). Created by: Tamas Pasztor <tomcsi@mdc.hu>
* Adds missing parameter
* Removes nova from requirements.txt
* Fixes 'VMMS Crash when querying MSVM_Processor'
* Adds lookup VM as VSSDs
* Cache the VirtualSystemManagementService object
* Avoid checking for Windows version 10 in vmutilsv2
* Adds services to fake_instance
* Updates requirements.txt
* Improve startup performance of nova-compute Hyper-V driver
* Update .gitreview for new namespace
* Hyper-V: Adds vNUMA implementation
* Decouple test_vmutils10.py
* Converting compute-hyperv to py3
* Removes dependecy from nova.virt.hyperv
* Add support for setting boot order in Hyper-V
* Added support for new block device format in vmops
* Adds RetryDecorator for _modify_virt_resource
* Added support for new block device format in Hyper-V
* Hyper-V: Fixed utilsfactory typo
* Adds Hyper-V imagecache cleanup
* Fix unrescue operation in case of already mounted configdrive
* Change ignore-errors to ignore_errors
* Hyper-V: Adds host maintenance implementation
* Syncs with nova
* Hyper-V: Fixes snapshoting inexistent VM issue
* Hyper-V: Adds Hyper-V UEFI Secure Boot
* Fixes Bug "destroy_vm fails with HyperVException"
* Hyper-V: Adds RDPConsoleOps unit tests
* Fixes unit tests on Windows
* Hyper-V: Adds HyperVDriver unit tests
* Hyper-V: refactors utilsfactory
* Hyper-V: deprecates support for Windows / Hyper-V Server 2008 R2
* Adds HostUtilsV2 class
* Simplifies test.py
* Fixes Hyper-V boot from volume fails when using ephemeral disk
* Hyper-V: Fix SMBFS volume attach race condition
* Syncronises code with the nova driver
* Hyper-V: Lock snapshot operation using instance uuid
* Hyper-V: Adds VolumeOps unit tests
* Hyper-V: sets supports_migrate_to_same_host capability
* Hyper-V: Adds MigrationOps unit tests
* Updates requirements.txt and test-requirements.txt
* Enable tox.ini unit tests configuration
* Sync requirements.txt with nova master
* Fixes unit test base
* Revert "Sync requirements.txt with openstack/nova"
* Sync requirements.txt with openstack/nova
* Hyper-V: Fixes method retrieving free SCSI controller slot on V1
* Hyper-V: Fix virtual hard disk detach
* Fixes "Hyper-V destroy vm fails on Windows Server 2008R2"
* Reattach the original configdrive during unrescue
* Fixes nova rescue / unrescue
* Hyper-V: Fix serial port issue on Windows Threshold
* Fixes minor unit tests inconsistentcies
* Sync project with nova repo
* Hyper-V: Removes old instance dirs after live migration
* Hyper-V: Fixes live migration configdrive copy operation
* Fixes unstopped console log worked after live migration
* Let the eventhandler manage serial console workers
* Hyper-V: Fix instance event handler
* Hyper-V: Fix missing WMI namespace issue on Windows 2008 R2
* Fix QoS issues caused by unsupported OS versions
* Unlocks console logs before migration
* Fix serial console handler cleanup
* Fix event handler NotFound error
* Fixes migrationops failed unit test
* Bump version to 2015.1.0.a2

2015.1.0a1
----------

* Bump version to 2015.1.0a1
* Sync nova Kilo requirements
* Hyper-V: Fixes cold migration / resize issue
* Add Hyper-V storage QoS support
* Hyper-V: restart serial console workers after instance power change
* Hyper-V: Nova serial console access support
* Adds Hyper-V vNic hot-plug implementation
* Adds RemoteFX support to the Hyper-V driver
* Adds Hyper-V OVS ViF driver
* Hyper-V: Implement nova rescue
* Hyper-V: checks for existent Notes in list_instance_notes
* Fixes fake_instance missing ec2_ids bug
* Hyper-V: Sets *DataRoot paths for instances
* Fix copy configdrive during live-migration on HyperV
* Hyper-V: Adds VMOps unit tests (part 2)
* Applies cookiecutter template
* Adds setup files and README
* Organizes imports
* Adds local fake_instance
* Adds local i18n
* Adds local unit tests base
* Fixes local imports
* Adds Nova Hyper-V Driver as is
* Initial commit
