Implementation of Nova virtulization driver for zVM.
Go to file
OpenDev Sysadmins 2a2d8ee410 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:49:58 +00:00
doc Enhance doc 2018-02-12 11:14:29 +08:00
etc/nova Add configuration file 2017-03-21 15:19:03 +08:00
nova switch to sdk 2017-08-22 10:14:23 +08:00
nova_zvm Fix uuidsentinel 2018-09-26 22:55:14 +08:00
.gitignore Move nova zvm virt driver to separate namespace 2017-03-23 12:51:13 +08:00
.gitreview OpenDev Migration Patch 2019-04-19 19:49:58 +00:00
.testr.conf Move nova zvm virt driver to separate namespace 2017-03-23 12:51:13 +08:00
LICENSE Add a Apache-2.0 License to the base dir 2018-09-27 07:40:16 +00:00
README.rst Add more info into README 2017-04-28 14:57:31 +08:00
requirements.txt set up ca file configuration in drver 2018-01-09 11:54:43 +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 uncap eventlet 2018-04-11 11:52:26 -04:00
tox.ini fix tox python3 overrides 2018-09-27 07:40:02 +00: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.