RETIRED, further work has moved to Debian project infrastructure
Go to file
Flaper Fesp a23643ec3c Replace create / update with upsert
This patch replaces both methods with a single method upsert. The idea
behind it, as discussed, is to have a single method for handling queue
creation and update.

The method is expected to return Ture when a queue was created and False
when a queue was updated.

Implements blueprint storage-base
Fixes bug 1155657

Change-Id: I367c5a29038acc89dbf60a3df9d8dcbf436037a7
2013-03-18 00:31:07 +01:00
bin Move marconi.common.Kernel to marconi.Kernel. 2013-03-06 10:26:02 -05:00
etc chore: Stub out how the kernel will be configured, and connect transports and storage 2013-02-26 19:40:42 +01:00
marconi Replace create / update with upsert 2013-03-18 00:31:07 +01:00
tools fix(tox): Address warnings 2013-03-13 17:14:01 -04:00
.coveragerc Fixed setup, tox and requirements 2013-02-25 15:47:39 +01:00
.gitignore Changed Maintainer from OpenStack LLC to OpenStack Foundation 2013-03-14 09:34:23 -04:00
.gitreview Initial import. 2012-11-01 09:52:20 +01:00
AUTHORS Changed Maintainer from OpenStack LLC to OpenStack Foundation 2013-03-14 09:34:23 -04:00
HACKING.rst Added hacking file 2013-03-07 18:07:53 +01:00
MANIFEST.in Initial import. 2012-11-01 09:52:20 +01:00
openstack-common.conf Initial import. 2012-11-01 09:52:20 +01: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 Decentralized configuration. 2013-03-13 14:22:37 -04:00
tox.ini fix(tox): Address warnings 2013-03-13 17:14:01 -04:00

Marconi - Queue and Notification service for OpenStack