devstack-plugin-libvirt-qemu/doc/source/installation.rst
stack 6aa96dd912 Add support for CentOS 7
Added support for CentOS 7.

Change-Id: I3e82aa79cc632e833e8d8d044953e68fd0dd6c9f
2017-06-01 15:47:06 +01:00

669 B

Installation

At the command line:

$ pip install devstack-plugin-libvirt-qemu

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv devstack-plugin-libvirt-qemu
$ pip install devstack-plugin-libvirt-qemu

Notes

libvirt needs python-libvirt library to be used in OpenStack. The version downloaded and compiled must have a compatible Python API binding available to be installed. Check The libvirt virtualization API python binding to find the list of available versions to be installed.

This plugin has been tested manually in:

  • Ubuntu 16.04
  • CentOS 7