Example #1
0
def register_namespace_proxy_opts(cfg=cfg.CONF):
    cfg.register_cli_opts(OPTS)
Example #2
0
def register_core_common_config_opts(cfg=cfg.CONF):
    cfg.register_opts(core_opts)
    cfg.register_cli_opts(core_cli_opts)
    wsgi.register_opts(cfg)
Example #3
0
def register_options(cfg):
    cfg.register_opts(OPTS, "myapp")
    cfg.register_cli_opts(OPTS, "myapp")
Example #4
0
def register_options(cfg):
    cfg.register_opts(OPTS, "logconf")
    cfg.register_cli_opts(OPTS, "logconf")
Example #5
0
def register_options(cfg):
    cfg.register_opts(OPTS, "DEFAULT")
    cfg.register_cli_opts(OPTS, "DEFAULT")
Example #6
0
def register_options(cfg):
    cfg.register_opts(OPTS, "health")
    cfg.register_cli_opts(OPTS, "health")
Example #7
0
def register_cmd_opts(opts, cfg=cfg.CONF):
    cfg.register_cli_opts(opts)
Example #8
0
def register_core_common_config_opts(cfg=cfg.CONF):
    cfg.register_opts(core_opts)
    cfg.register_cli_opts(core_cli_opts)
    wsgi.register_opts(cfg)
Example #9
0
def register_cmd_opts(opts, cfg=cfg.CONF):
    cfg.register_cli_opts(opts)
Example #10
0
def register_core_common_config_opts(cfg=cfg.CONF):
    cfg.register_opts(core_opts)
    cfg.register_cli_opts(core_cli_opts)
    cfg.register_opts(keystone_opts, "KEYSTONE_AUTHTOKEN")
    wsgi.register_opts(cfg)
Example #11
0
def register_namespace_proxy_opts(cfg=cfg.CONF):
    cfg.register_cli_opts(OPTS)