RETIRED, Message Broker provisioning service for OpenStack.
Go to file
Victor Stinner 069507f0c4 Finish the Python 3 port
with this change, all unit and functional tests pass on Python 3.4.

* WSGI middleware: on Python 3, decode the error message from UTF-8.
* Replace json.dumps() with jsonutils.dump_as_bytes() of
  oslo_serialization to get bytes on Python 3.
* monitor_service.py, test_monitor.py: Fix usage of tooz, pass byte
  strings to the coordinator API.
* Fix nova and neutron fixtures: replace dict.values() with
  list(dict.values()) to get list on Python 3.
* Fix urllib2_fixture: On Python 3, replace urllib2 with
  urllib.request.
* test_create_cluster.py: don't sort exception types, but use a set
  instead to compare them. On Python 3, comparison between exception
  types now raises a TypeError.
* test_wsme_objects.py: catch also TypeError on wsme validation. On
  Python 3, comparison between the new attribute value and the
  minimum raises a TypeError which is not wrapped into a
  InvalidInput exception of wsme. See also the change
  I74103330ccb5cdc26aa3508fcefcc34310e00c27 which proposes to wrap
  TypeError.
* install_rabbit.sh.tmpl: replace dict.iteritems() with dict.items().
* Replace generator.next() with next(generator).
* Replace reduce() with six.moves.reduce()
* Replace "str is 'URLError'" test with "str == 'URLError'", using is
  to compare strings is not reliable.

Change-Id: I45e23b71218f5ff936b0fd1bd628f29210f984bb
2016-04-12 19:01:07 +02:00
contrib Enabling devstack plugin for Cue 2015-12-22 04:56:55 +00:00
cue Finish the Python 3 port 2016-04-12 19:01:07 +02:00
devstack Validate cluster flavor with image metadata 2016-03-04 19:34:31 +00:00
doc documentation fix 2016-03-17 10:24:09 -07:00
etc Moved CORS middleware configuration into oslo-config-generator 2016-03-11 13:11:03 -08:00
os_tasklib Finish the Python 3 port 2016-04-12 19:01:07 +02:00
rally-jobs Replace deprecated keystoneclient...exceptions 2016-01-13 22:54:37 +00:00
tests Merge "py3: Get urllib modules from six.moves" 2016-01-04 19:40:46 +00:00
tools Added CORS support to Cue 2015-12-23 11:00:45 -08:00
.coveragerc Code coverage fix and devstack fix 2015-10-08 19:10:53 -07:00
.gitignore Imporve coverage job to make it voting 2015-04-24 01:30:17 +03:00
.gitreview Update .gitreview file for project rename 2015-07-11 12:54:04 +00:00
.testr.conf Adding base for integration tests 2015-05-01 15:30:05 -07:00
LICENSE Initial commit 2014-10-02 13:57:10 -07:00
README.md Fixed getting started link 2015-06-17 10:08:38 -07:00
requirements.txt Removes unused posix_ipc requirement 2016-03-15 11:30:02 -07:00
setup.cfg Moved CORS middleware configuration into oslo-config-generator 2016-03-11 13:11:03 -08:00
setup.py Updated from global requirements 2015-11-19 15:55:16 +00:00
test-requirements.txt adding a tox environment for docs 2016-03-15 16:05:19 -07:00
tox.ini adding a tox environment for docs 2016-03-15 16:05:19 -07:00

README.md

Cue

Openstack Message Broker Provisioning Service.

This service provides Provisioning and Management of Message Brokers.

Supported MQ's

RabbitMQ

Getting Started

http://cue.readthedocs.org/en/latest/getting-started.html