release os-win 2.0.0

Change-Id: I14ef9f709e7d32ef8b7861eb8b2aa470415e102f
This commit is contained in:
Claudiu Belu 2017-04-04 05:09:36 -07:00
parent b34d40dbf4
commit 7a9b5073df

View File

@ -4,3 +4,21 @@ launchpad: os-win
release-model: cycle-with-intermediary
team: winstackers
type: library
releases:
- version: 2.0.0
projects:
- repo: openstack/os-win
hash: 033bba1c52ebd7971ebea846670a86e2fc3cdcc2
highlights: |
This release removes a configuration option (force_volume_utils_v1),
and the ISCSIInitiatorCLIUtils, which were deprecated since Mitaka.
os_win.utilsfactory.get_iscsi_initiator_utils will return
ISCSITargetUtils instead.
IOThread has been removed, as it was not used since Mitaka.
LiveMigrationUtils will no longer create a planned VM when
live_migrate_vm is called. Callers are expected to create one, if
necessary (e.g.: if ISCSI volume attached). This behaviour has been
enforced in nova since Newton.
NetworkUtils now has the set_vswitch_port_profile_id method, which is
required for new Windows Server 2016 Network Controller.
Adds utils required for nova-assisted volume snapshots.