Implementation of Nova virtulization driver for zVM.
Go to file
jichenjc df5add1e14 avoid raise error log when update image failed
as in nova side we tried to update image property and this is
always allowed by default, we thought it's an error, but actually
it's acceptable since next time we will do that again.

Change-Id: I82f538aaad8882a5b96c3cec1f4781bd91c5944b
2017-05-05 21:05:08 +08:00
doc Merge "Add doc enhancement for arch picture as topo" 2017-05-03 07:42:41 +00:00
etc/nova Add configuration file 2017-03-21 15:19:03 +08:00
nova Move nova zvm virt driver to separate namespace 2017-03-23 12:51:13 +08:00
nova_zvm avoid raise error log when update image failed 2017-05-05 21:05:08 +08:00
.gitignore Move nova zvm virt driver to separate namespace 2017-03-23 12:51:13 +08:00
.gitreview Update .gitreview for new namespace 2015-10-17 22:33:53 +00:00
.testr.conf Move nova zvm virt driver to separate namespace 2017-03-23 12:51:13 +08:00
README.rst Add more info into README 2017-04-28 14:57:31 +08:00
requirements.txt Add oslo.config>=3.22.0 into test requirements 2017-03-16 01:49:28 +08:00
setup.cfg Move nova zvm virt driver to separate namespace 2017-03-23 12:51:13 +08:00
setup.py Update from global requirements 2016-01-07 10:19:07 +08:00
test-requirements.txt Add oslo.config>=3.22.0 into test requirements 2017-03-16 01:49:28 +08:00
tox.ini Move nova zvm virt driver to separate namespace 2017-03-23 12:51:13 +08:00

README.rst

openstack/nova-zvm Project

About this project

This project provides a Nova virtualization driver for the z/VM hypervisor of IBM z Systems and IBM LinuxOne machines.

z/VM provides a highly secure and scalable enterprise cloud infrastructure and an environment for efficiently running multiple diverse critical applications on IBM z Systems and IBM LinuxONE with support for more virtual servers than any other platform in a single footprint. These z/VM virtual servers can run Linux, z/OS and more. The detailed information can be found at http://www.vm.ibm.com/

The KVM hypervisors on z Systems and LinuxONE machines are supported by separate Nova virtualization drivers:

  • KVM is supported by the standard libvirt/KVM driver in the openstack/nova project.