OpenStack Messaging (Zaqar)
Go to file
Zhihao Yuan fe23abd2b8 Config module no longer remember cli args.
- The .set_cli method is dropped;
 - .load method now accept an 'args' argument instead;
 - no cli args is read by default when 'args' is None.

Implements: blueprint config-module

Change-Id: Ic41904a584495170d8ca26c93c0d68e708469cc6
2013-04-05 14:56:38 -04:00
bin refactor: Rename TestSuite to TestBase 2013-03-19 16:17:28 -04:00
etc Added gunicorn as server application manager 2013-04-05 19:45:59 +02:00
lib Keystone Authentication 2013-03-25 12:36:53 -04:00
marconi Config module no longer remember cli args. 2013-04-05 14:56:38 -04:00
tools Added gunicorn as server application manager 2013-04-05 19:45:59 +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 style(HACKING): Add notes about whitespace, naming, and wrapping 2013-03-22 23:46:46 -04:00
MANIFEST.in Initial import. 2012-11-01 09:52:20 +01:00
openstack-common.conf MessageController implementation for mongodb storage 2013-04-02 17:00:36 +02:00
README.rst Updated README file with Marconi's goal. 2013-03-15 09:59:54 +01:00
setup.cfg fix(nose): Comment out detailed-errors to workaround a testtools+nose bug 2013-03-13 21:56:31 +00:00
setup.py Implemented marconi-server entry point 2013-04-05 16:12:17 +02:00
tox.ini style: Enable pep8 warnings/errors and fix ensuing chaos 2013-03-20 18:33:38 -04:00

Marconi - Queue and Notification service for OpenStack