Repository URL to install this package:
Version:
4.0.107 ▾
|
ó ±EYc @ s_ d d l m Z e j d d d d d Z e j d d e d d g Z d Z d Z d S( iÿÿÿÿ( t cfgt guestfst titles Guestfs Optionst helpsI libguestfs is a set of tools for accessing and modifying virtual machine (VM) disk images. You can use this for viewing and editing files inside guests, scripting changes to VMs, monitoring disk used/free statistics, creating guests, P2V, V2V, performing backups, cloning VMs, building VMs, formatting disks and resizing disks. t debugt defaults÷ Enable/disables guestfs logging. This configures guestfs to debug messages and push them to Openstack logging system. When set to True, it traces libguestfs API calls and enable verbose debug messages. In order to use the above feature, "libguestfs" package must be installed. Related options: Since libguestfs access and modifies VM's managed by libvirt, below options should be set to give access to those VM's. * libvirt.inject_key * libvirt.inject_partition * libvirt.inject_password c C s$ | j t | j t d t d S( Nt group( t register_groupt guestfs_groupt register_optst enable_guestfs_debug_opts( t conf( ( sF /home/tvault/.virtenv/lib/python2.7/site-packages/nova/conf/guestfs.pyR 1 s c C s i t t 6S( N( R R ( ( ( sF /home/tvault/.virtenv/lib/python2.7/site-packages/nova/conf/guestfs.pyt list_opts7 s N( t oslo_configR t OptGroupR t BoolOptt FalseR R R ( ( ( sF /home/tvault/.virtenv/lib/python2.7/site-packages/nova/conf/guestfs.pyt <module> s