OpenStack Messaging (Zaqar)
Go to file
Flaper Fesp 14061a2466 Use oslo's log
This patch imports oslo's log module. I modified it since it depends on
oslo's notifier which has many other dependencies Marconi doesn't need.

There's sort of an issue with gunicorn, it seems that once
log.setup('marconi') is called, gunicorn starts logging twice each
message.

Change-Id: I85e8354b7af9b67ea1f87e54b3b73250d4a1115a
2013-05-13 16:58:36 +02:00
etc Use oslo's log 2013-05-13 16:58:36 +02:00
lib Make Paste use default configs 2013-04-22 16:28:42 -04:00
marconi Use oslo's log 2013-05-13 16:58:36 +02:00
tools Use oslo's log 2013-05-13 16:58:36 +02:00
.coveragerc Suppress some Coverage report output 2013-03-29 16:07:20 -04:00
.gitignore Keystone Authentication 2013-03-25 12:36:53 -04:00
.gitreview Initial import. 2012-11-01 09:52:20 +01:00
AUTHORS.rst refactor: Rename AUTHORS so that it doesn't keep getting overwritten 2013-03-19 16:33:43 -04:00
HACKING.rst refactor: Hoist helpers.expect into package namespace 2013-05-07 18:00:14 -04:00
MANIFEST.in Initial import. 2012-11-01 09:52:20 +01:00
openstack-common.conf Use oslo's log 2013-05-13 16:58:36 +02:00
README.rst Updated README file with Marconi's goal. 2013-03-15 09:59:54 +01:00
setup.cfg style: Enable flake8 with proper exclusions 2013-05-06 08:48:04 -04:00
setup.py Rename bin package into cmd 2013-05-13 15:50:27 +02:00
tox.ini style: Fix flake8 and hacking errors 2013-05-07 09:31:20 -04:00

Marconi - Queue and Notification service for OpenStack