Remove docs,comments,references to Oslo Incubator
Oslo Incubator is no longer used in this project and is not longer supported by the Oslo project. Change-Id: I97be93894b02f47f5cdd1dcc237b537ff8e2bbdb
This commit is contained in:
parent
37cbe9070d
commit
8480440cdb
@ -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:
|
4
tox.ini
4
tox.ini
@ -79,11 +79,11 @@ exclude = .venv*,.git,.tox,dist,doc,*lib/python*,*.egg,.update-venv
|
||||
max-complexity = 16
|
||||
|
||||
[hacking]
|
||||
import_exceptions = zaqar.openstack.common.gettextutils._,zaqar.i18n._
|
||||
import_exceptions = zaqar.i18n._
|
||||
|
||||
[testenv:install-guide]
|
||||
# NOTE(jaegerandi): this target does not use constraints because
|
||||
# upstream infra does not yet support it. Once that's fixed, we can
|
||||
# drop the install_command.
|
||||
install_command = pip install -U --force-reinstall {opts} {packages}
|
||||
commands = sphinx-build -a -E -W -d install-guide/build/doctrees -b html install-guide/source install-guide/build/html
|
||||
commands = sphinx-build -a -E -W -d install-guide/build/doctrees -b html install-guide/source install-guide/build/html
|
||||
|
@ -25,9 +25,7 @@ LOG = log.getLogger(__name__)
|
||||
# tool is advised.
|
||||
@cli.runnable
|
||||
def run():
|
||||
# TODO(kgriffs): For now, we have to use the global config
|
||||
# to pick up common options from openstack.common.log, since
|
||||
# that module uses the global CONF instance exclusively.
|
||||
# Use the global CONF instance
|
||||
conf = cfg.CONF
|
||||
conf(project='zaqar', prog='zaqar-gc')
|
||||
|
||||
|
@ -31,9 +31,7 @@ _CLI_OPTIONS = (
|
||||
|
||||
@cli.runnable
|
||||
def run():
|
||||
# TODO(kgriffs): For now, we have to use the global config
|
||||
# to pick up common options from openstack.common.log, since
|
||||
# that module uses the global CONF instance exclusively.
|
||||
# Use the global CONF instance
|
||||
conf = cfg.CONF
|
||||
# NOTE(eggmaster): register command line options for zaqar-server
|
||||
conf.register_cli_opts(_CLI_OPTIONS)
|
||||
|
@ -30,9 +30,7 @@ from oslo_config import cfg
|
||||
|
||||
from zaqar import bootstrap
|
||||
|
||||
# TODO(kgriffs): For now, we have to use the global config
|
||||
# to pick up common options from openstack.common.log, since
|
||||
# that module uses the global CONF instance exclusively.
|
||||
# Use the global CONF instance
|
||||
conf = cfg.CONF
|
||||
conf(project='zaqar', prog='zaqar-queues', args=[])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user