Repository URL to install this package:
Version:
3.3.42 ▾
|
ó ±EYc @ sÝ d d l m Z e j d d d d d d d e j d d d d d d d e j d d e d d e j d d d d d e j d d d e j d d e d d e j d d d g d d g Z d Z d Z d S( iÿÿÿÿ( t cfgt password_lengtht defaulti t mini t helps- Length of generated instance admin passwords.t instance_usage_audit_periodt montht regexs! (hour|month|day|year)(@([0-9]+))?sg Time period to generate instance usages for. It is possible to define optional offset to given period by appending @ character followed by a number defining offset. Possible values: * period, example: ``hour``, ``day``, ``month` or ``year`` * period with offset, example: ``month@15`` will result in monthly audits starting on 15th day of month. t use_rootwrap_daemons¥ Start and use a daemon that can run the commands that need to be run with root privileges. This option is usually enabled on nodes that run nova compute processes. t rootwrap_configs /etc/nova/rootwrap.confs Path to the rootwrap configuration file. Goal of the root wrapper is to allow a service-specific unprivileged user to run a number of actions as the root user in the safest manner possible. The configuration file used here must match the one defined in the sudoers entry. t tempdirs3 Explicitly specify the temporary working directory.t monkey_patchs¡ Determine if monkey patching should be applied. Related options: * ``monkey_patch_modules``: This must have values set for this option to have any effect t monkey_patch_moduless4 nova.compute.api:nova.notifications.notify_decorators List of modules/decorators to monkey patch. This option allows you to patch a decorator for all functions in specified modules. Possible values: * nova.compute.api:nova.notifications.notify_decorator * nova.api.ec2.cloud:nova.notifications.notify_decorator * [...] Related options: * ``monkey_patch``: This must be set to ``True`` for this option to have any effect c C s | j t d S( N( t register_optst base_options( t conf( ( sC /home/tvault/.virtenv/lib/python2.7/site-packages/nova/conf/base.pyR ` s c C s i t d 6S( Nt DEFAULT( R ( ( ( sC /home/tvault/.virtenv/lib/python2.7/site-packages/nova/conf/base.pyt list_optsd s N( t oslo_configR t IntOptt StrOptt BoolOptt Falset ListOptR R R ( ( ( sC /home/tvault/.virtenv/lib/python2.7/site-packages/nova/conf/base.pyt <module> s>