Repository URL to install this package:
|
Version:
4.0.109 ▾
|
ó
×{_c @ s³ d d l m Z e j d d d d d d d e j d d d
e j d d e d e d
d d d d d e j d d d g d e d
d d d 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 tempdirs3 Explicitly specify the temporary working directory.t monkey_patcht deprecated_for_removalt deprecated_sinces 17.0.0t deprecated_reasons\
Monkey patching dmapi is not tested, not supported, and is a barrier
for interoperability.
s
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 dmapi_monkey_patch_moduless6 dmapi.compute.api:dmapi.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:
* dmapi.compute.api:dmapi.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( ( s3 /usr/lib/python2.7/dist-packages/dmapi/conf/base.pyR <