RETIRED, Message Broker provisioning service for OpenStack.
Go to file
Michael Krotscheck ebb06fb49f Added CORS support to Cue
This adds the CORS support middleware to Cue, allowing a deployer
to optionally configure rules under which a javascript client may
break the single-origin policy and access the API directly.

For cue, the middleware was added directly to the application
factory, including various default headers usually required by
keystone. Note that the CORS middleware must be the first one in
the middleware chain, so that it can annotate all responses -
even error responses - generated by other middleware.

oslo_config initialization was added to the functional test
initialization, in order to ensure that a fully initialized
config instance is available during tests.

OpenStack CrossProject Spec:
   http://specs.openstack.org/openstack/openstack-specs/specs/cors-support.html
Oslo_Middleware Docs:
   http://docs.openstack.org/developer/oslo.middleware/cors.html
OpenStack Cloud Admin Guide:
   http://docs.openstack.org/admin-guide-cloud/cross_project_cors.html

Change-Id: I7ff60a96f545ff991de06073a80a5750512ebd31
2015-12-23 11:00:45 -08:00
contrib Enabling devstack plugin for Cue 2015-12-22 04:56:55 +00:00
cue Added CORS support to Cue 2015-12-23 11:00:45 -08:00
devstack Enabling devstack plugin for Cue 2015-12-22 04:56:55 +00:00
doc Adding anti-affinity for broker cluster nodes 2015-11-23 23:25:13 +00:00
etc Added CORS support to Cue 2015-12-23 11:00:45 -08:00
os_tasklib validate network information during cluster create 2015-12-22 16:31:05 +00:00
rally-jobs Removing Cue client instantiation from Rally test 2015-12-22 16:30:47 +00:00
tests Enabling devstack plugin for Cue 2015-12-22 04:56:55 +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
openstack-common.conf Remove openstack.common package 2015-07-24 07:35:31 +03:00
requirements.txt Added CORS support to Cue 2015-12-23 11:00:45 -08:00
setup.cfg Open up Mitaka release 2015-11-12 11:08:49 -08:00
setup.py Updated from global requirements 2015-11-19 15:55:16 +00:00
test-requirements.txt Updated from global requirements 2015-12-22 06:53:19 +00:00
tox.ini Making cue python3 compatible 2015-11-12 14:17:29 -08: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