Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Size: Mime:
ó
ōEYc
@sÕddgZddlZddlmZddlmZdZejddd	d
edƒdd
ƒejdddd
edƒdd
ƒejdddgd
edƒdd
ƒgZ	d„Z
d„Zdd„Z
dS(t	list_optstset_defaultsiÿÿÿÿN(tcfg(t_toslo_policytpolicy_filetdefaultspolicy.jsonthelpsThe file that defines policies.tdeprecated_grouptDEFAULTtpolicy_default_rules:Default rule. Enforced when a requested rule is not found.tpolicy_dirsspolicy.ds"Directories where policy configuration files are stored. They can be relative to any directory in the search path defined by the config_dir option, or absolute paths. The file defined by policy_file must exist for these directories to be searched.  Missing or empty directories are ignored.cCsttjtƒfgS(säReturn a list of oslo.config options available in the library.

    The returned list includes all oslo.config options which may be registered
    at runtime by the library.
    Each element of the list is a tuple. The first element is the name of the
    group under which the list of elements in the second element will be
    registered. A group name of None corresponds to the [DEFAULT] group in
    config files.
    This function is also discoverable via the 'oslo_messaging' entry point
    under the 'oslo.config.opts' namespace.
    The purpose of this is to allow tools like the Oslo sample config file
    generator to discover the options exposed to users by this library.

    :returns: a list of (group_name, opts) tuples
    (t
_option_grouptcopytdeepcopyt_options(((sE/home/tvault/.virtenv/lib/python2.7/site-packages/oslo_policy/opts.pyR2scCs|jtdtƒdS(s{Register the policy options.

    We do this in a few places, so use a function to ensure it is done
    consistently.
    tgroupN(t
register_optsRR(tconf((sE/home/tvault/.virtenv/lib/python2.7/site-packages/oslo_policy/opts.pyt	_registerFscCs3t|ƒ|dk	r/|jd|dtƒndS(sESet defaults for configuration variables.

    Overrides default options values.

    :param conf: Configuration object, managed by the caller.
    :type conf: oslo.config.cfg.ConfigOpts

    :param policy_file: The base filename for the file that
                        defines policies.
    :type policy_file: unicode
    RRN(RtNonetset_defaultR(RR((sE/home/tvault/.virtenv/lib/python2.7/site-packages/oslo_policy/opts.pyROs
(t__all__R
toslo_configRtoslo_policy._i18nRRtStrOpttMultiStrOptRRRRR(((sE/home/tvault/.virtenv/lib/python2.7/site-packages/oslo_policy/opts.pyt<module>s(