c89542ca11
"client" parameter is not used anywhere in https://github.com/openstack/nova-dpm/blob/master /nova_dpm/virt/dpm/vm.py#L109 The goal is to remove "client" parameter in this commit. Closes-Bug: #1657076 Change-Id: Ib19841bd66a2a7a359c51acafb64717c626c875d Signed-off-by: Prabhat Ranjan <pranjank@in.ibm.com> |
||
---|---|---|
devstack | ||
doc/source | ||
nova | ||
nova_dpm | ||
tools | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.testr.conf | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
nova-dpm
OpenStack Nova driver and agent for IBM z Systems PR/SM hypervisor in DPM mode
On IBM z Systems, certain workloads run better in a logical partition than in a virtual machine of a software hypervisor such as KVM or z/VM.
The IBM z13 system (and IBM LinuxONE) introduced a new administrative mode named "Dynamic Partition Manager" (DPM) that allows for managing the firmware-based logical partition hypervisor (PR/SM) with the dynamic capabilities known from software-based hypervisors.
These new dynamic capabilities provided by the DPM mode enables PR/SM to act as a hypervisor managed by OpenStack using Nova.
This project supports adding the PR/SM hypervisor in DPM mode as a Nova hypervisor platform, by implementing a new Nova driver.
The other hypervisors on z Systems such as z/VM and KVM are already supported by OpenStack via Nova drivers. These drivers will continue to be supported. Adding support for PR/SM DPM allows addressing customers that need or want to run their workloads in logical partitions, and provides the advantage for them of using OpenStack as a uniform, standard, cloud management platform on z Systems.
- Free software: Apache license
- Documentation: TBD
- Source: http://git.openstack.org/cgit/openstack/nova-dpm
- Bugs: http://bugs.launchpad.net/nova-dpm
Features
- TODO