Implementation of Nova virtulization driver for zVM.
Go to file
biao cao b3f5ccbbab I fixed two bugs in this patch.
1) the code in the dist.py correct a display format of content in
ifcfg-xxx file to let user easy to grep and show the file content
in one line.

2)the code in driver.py fixed the bug that image name can not be
unicode.For example,when type 'tabdump osimage',if the image name is
chinese 中文 whose unicodes are '\u4e2d\u6587',it will show like this:
"rhel7-s390x-netboot-????????_0c794bba_4804_49e7_9e2f_c8ab56050b72"...
there are messy codes in the line.
we try to replace the question marks with the unicode of 中文,like:
"rhel7-s390x-netboot-4e2d6587_0c794bba_4804_49e7_9e2f_c8ab56050b72"...

if user want to know the real name,they can use steve's code to transfer
unicode to the text.

Change-Id: I26a538df00fb008b0d8ed9051f2c84a7b3c3364c
2016-11-30 15:44:12 +08:00
doc/source Project restructure 2015-04-07 11:22:05 +08:00
nova I fixed two bugs in this patch. 2016-11-30 15:44:12 +08:00
.gitignore ignore pyenv config file 2015-07-01 14:57:30 +08:00
.gitreview Update .gitreview for new namespace 2015-10-17 22:33:53 +00:00
.testr.conf Project restructure 2015-04-07 11:22:05 +08:00
README.rst Project restructure 2015-04-07 11:22:05 +08:00
requirements.txt Update from global requirements 2016-01-11 10:17:42 +08:00
setup.cfg pbr version update from 5.0.2 to 5.0.3 2016-10-08 05:07:23 +08:00
setup.py Update from global requirements 2016-01-11 10:17:42 +08:00
test-requirements.txt Update from global requirements 2016-01-11 10:17:42 +08:00
tox.ini update tox.ini 2016-02-23 19:01:09 +08:00

README.rst

This project implements Nova virtulization driver for z/VM, which enables OpenStack manage z/VM hypervisor and virtual machines running in the z/VM system.

Wiki page: https://wiki.openstack.org/wiki/ZVMDriver