Add some dependency documentation to libvirt docs (#37820)

Fixes #5999
This commit is contained in:
Nicole Thomas 2016-11-21 15:15:20 -07:00 committed by GitHub
parent 485270f74e
commit c300863159
2 changed files with 11 additions and 4 deletions

View file

@ -7,13 +7,17 @@ private cloud vms to be managed directly with Salt. This system is generally
referred to as :strong:`Salt Virt`.
The Salt Virt system already exists and is installed within Salt itself, this
means that beside setting up Salt, no additional salt code needs to be
means that besides setting up Salt, no additional salt code needs to be
deployed.
.. note::
The ``libvirt`` python module and the ``certtool`` binary are required.
The main goal of Salt Virt is to facilitate a very fast and simple cloud. The
cloud that can scale and fully featured. Salt Virt comes with the
cloud that can scale and is fully featured. Salt Virt comes with the
ability to set up and manage complex virtual machine networking, powerful
image, and disk management, as well as virtual machine migration with and without
image and disk management, as well as virtual machine migration with and without
shared storage.
This means that Salt Virt can be used to create a cloud from a blade center

View file

@ -1,6 +1,9 @@
# -*- coding: utf-8 -*-
'''
Load up the libvirt keys into Pillar for a given minion if said keys have been generated using the libvirt key runner
Load up the libvirt keys into Pillar for a given minion if said keys have been
generated using the libvirt key runner
:depends: certtool
'''
from __future__ import absolute_import