Repository URL to install this package:
Version:
4.2.64.1.dev4-4.2 ▾
|
ó mcc @ sã d d l Z d d l Z d d l m Z e j d d e j j e j j e j j e d d d e j d d e j j e j d d d d e j d d d d d g Z d Z d Z d Z d Z d Z d S( iÿÿÿÿN( t cfgt pybasedirt defaults ../../t helps The directory where the Nova python modules are installed. This directory is used to store template files for networking and remote console access. It is also the default path for other config options which need to persist Nova internal data. It is very unlikely that you need to change this option from its default value. Possible values: * The full path to a directory. Related options: * ``state_path`` t bindirt localt binsz The directory where the Nova binaries are installed. This option is only relevant if the networking capabilities from Nova are used (see services below). Nova's networking capabilities are targeted to be fully replaced by Neutron in the future. It is very unlikely that you need to change this option from its default value. Possible values: * The full path to a directory. t state_paths $pybasedirs The top-level directory for maintaining Nova's state. This directory is used to store Nova's internal state. It is used by a variety of other config options which derive from this. In some scenarios (for example migrations) it makes sense to use a storage location which is shared between multiple compute hosts (for example via NFS). Unless the option ``instances_path`` gets overwritten, this directory can grow very large. Possible values: * The full path to a directory. Defaults to value provided in ``pybasedir``. c G s t j j d | S( s5 Return an uninterpolated path relative to $pybasedir.s $pybasedir( t ost patht join( t args( ( s4 /usr/lib/python2.7/site-packages/dmapi/conf/paths.pyt basedir_def? s c G s t j j d | S( s2 Return an uninterpolated path relative to $bindir.s $bindir( R R R ( R ( ( s4 /usr/lib/python2.7/site-packages/dmapi/conf/paths.pyt bindir_defD s c G s t j j d | S( s6 Return an uninterpolated path relative to $state_path.s $state_path( R R R ( R ( ( s4 /usr/lib/python2.7/site-packages/dmapi/conf/paths.pyt state_path_defI s c C s | j t d S( N( t register_optst ALL_OPTS( t conf( ( s4 /usr/lib/python2.7/site-packages/dmapi/conf/paths.pyR N s c C s i t d 6S( Nt DEFAULT( R ( ( ( s4 /usr/lib/python2.7/site-packages/dmapi/conf/paths.pyt list_optsR s ( R t syst oslo_configR t StrOptR t abspathR t dirnamet __file__t prefixR R R R R R ( ( ( s4 /usr/lib/python2.7/site-packages/dmapi/conf/paths.pyt <module> s" !