Merge "Remove docs,comments,references to Oslo Incubator"
This commit is contained in:
commit
f9ad29d968
@ -1,7 +0,0 @@
|
|||||||
The :mod:`zaqar.openstack.common.cache._backends.memory` module
|
|
||||||
================================================================
|
|
||||||
|
|
||||||
.. automodule:: zaqar.openstack.common.cache._backends.memory
|
|
||||||
:members:
|
|
||||||
:undoc-members:
|
|
||||||
:show-inheritance:
|
|
@ -1,7 +0,0 @@
|
|||||||
The :mod:`zaqar.openstack.common.cache.backends` module
|
|
||||||
========================================================
|
|
||||||
|
|
||||||
.. automodule:: zaqar.openstack.common.cache.backends
|
|
||||||
:members:
|
|
||||||
:undoc-members:
|
|
||||||
:show-inheritance:
|
|
@ -1,7 +0,0 @@
|
|||||||
The :mod:`zaqar.openstack.common.cache.cache` module
|
|
||||||
=====================================================
|
|
||||||
|
|
||||||
.. automodule:: zaqar.openstack.common.cache.cache
|
|
||||||
:members:
|
|
||||||
:undoc-members:
|
|
||||||
:show-inheritance:
|
|
@ -1,7 +0,0 @@
|
|||||||
The :mod:`zaqar.openstack.common.excutils` module
|
|
||||||
==================================================
|
|
||||||
|
|
||||||
.. automodule:: zaqar.openstack.common.excutils
|
|
||||||
:members:
|
|
||||||
:undoc-members:
|
|
||||||
:show-inheritance:
|
|
@ -1,7 +0,0 @@
|
|||||||
The :mod:`zaqar.openstack.common.fileutils` module
|
|
||||||
===================================================
|
|
||||||
|
|
||||||
.. automodule:: zaqar.openstack.common.fileutils
|
|
||||||
:members:
|
|
||||||
:undoc-members:
|
|
||||||
:show-inheritance:
|
|
@ -1,7 +0,0 @@
|
|||||||
The :mod:`zaqar.openstack.common.gettextutils` module
|
|
||||||
======================================================
|
|
||||||
|
|
||||||
.. automodule:: zaqar.openstack.common.gettextutils
|
|
||||||
:members:
|
|
||||||
:undoc-members:
|
|
||||||
:show-inheritance:
|
|
@ -1,7 +0,0 @@
|
|||||||
The :mod:`zaqar.openstack.common.lockutils` module
|
|
||||||
===================================================
|
|
||||||
|
|
||||||
.. automodule:: zaqar.openstack.common.lockutils
|
|
||||||
:members:
|
|
||||||
:undoc-members:
|
|
||||||
:show-inheritance:
|
|
@ -1,7 +0,0 @@
|
|||||||
The :mod:`zaqar.openstack.common.timeutils` module
|
|
||||||
===================================================
|
|
||||||
|
|
||||||
.. automodule:: zaqar.openstack.common.timeutils
|
|
||||||
:members:
|
|
||||||
:undoc-members:
|
|
||||||
:show-inheritance:
|
|
2
tox.ini
2
tox.ini
@ -79,7 +79,7 @@ exclude = .venv*,.git,.tox,dist,doc,*lib/python*,*.egg,.update-venv
|
|||||||
max-complexity = 16
|
max-complexity = 16
|
||||||
|
|
||||||
[hacking]
|
[hacking]
|
||||||
import_exceptions = zaqar.openstack.common.gettextutils._,zaqar.i18n._
|
import_exceptions = zaqar.i18n._
|
||||||
|
|
||||||
[testenv:install-guide]
|
[testenv:install-guide]
|
||||||
# NOTE(jaegerandi): this target does not use constraints because
|
# NOTE(jaegerandi): this target does not use constraints because
|
||||||
|
@ -25,9 +25,7 @@ LOG = log.getLogger(__name__)
|
|||||||
# tool is advised.
|
# tool is advised.
|
||||||
@cli.runnable
|
@cli.runnable
|
||||||
def run():
|
def run():
|
||||||
# TODO(kgriffs): For now, we have to use the global config
|
# Use the global CONF instance
|
||||||
# to pick up common options from openstack.common.log, since
|
|
||||||
# that module uses the global CONF instance exclusively.
|
|
||||||
conf = cfg.CONF
|
conf = cfg.CONF
|
||||||
conf(project='zaqar', prog='zaqar-gc')
|
conf(project='zaqar', prog='zaqar-gc')
|
||||||
|
|
||||||
|
@ -31,9 +31,7 @@ _CLI_OPTIONS = (
|
|||||||
|
|
||||||
@cli.runnable
|
@cli.runnable
|
||||||
def run():
|
def run():
|
||||||
# TODO(kgriffs): For now, we have to use the global config
|
# Use the global CONF instance
|
||||||
# to pick up common options from openstack.common.log, since
|
|
||||||
# that module uses the global CONF instance exclusively.
|
|
||||||
conf = cfg.CONF
|
conf = cfg.CONF
|
||||||
# NOTE(eggmaster): register command line options for zaqar-server
|
# NOTE(eggmaster): register command line options for zaqar-server
|
||||||
conf.register_cli_opts(_CLI_OPTIONS)
|
conf.register_cli_opts(_CLI_OPTIONS)
|
||||||
|
@ -30,9 +30,7 @@ from oslo_config import cfg
|
|||||||
|
|
||||||
from zaqar import bootstrap
|
from zaqar import bootstrap
|
||||||
|
|
||||||
# TODO(kgriffs): For now, we have to use the global config
|
# Use the global CONF instance
|
||||||
# to pick up common options from openstack.common.log, since
|
|
||||||
# that module uses the global CONF instance exclusively.
|
|
||||||
conf = cfg.CONF
|
conf = cfg.CONF
|
||||||
conf(project='zaqar', prog='zaqar-queues', args=[])
|
conf(project='zaqar', prog='zaqar-queues', args=[])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user