z/VM Driver: Initial change set of z/VM driver

This is the first change that implements basic virt.driver methods
to allow nova-compute process start successfully.

A set of subsequent changes will implement spawn, snapshot, destroy
and instance power actions.

Change-Id: Ica6117c2c64f7518b78b7fb02487622250638e88
blueprint: add-zvm-driver-rocky
This commit is contained in:
Huang Rui
2017-11-28 18:46:41 +08:00
committed by jichenjc
parent 6ee633a971
commit e5acf4f961
14 changed files with 489 additions and 0 deletions

View File

@@ -66,3 +66,4 @@ retrying>=1.3.3,!=1.3.0 # Apache-2.0
os-service-types>=1.2.0 # Apache-2.0
taskflow>=2.16.0 # Apache-2.0
python-dateutil>=2.5.3 # BSD
zVMCloudConnector>=1.1.1;sys_platform!='win32' # Apache 2.0 License