RETIRED, Message Broker provisioning service for OpenStack.
Go to file
Min Pae fc28e371e5 Adding Vagrantfile and update to tox.ini to fix tox env
- Adding Vagrantfile with necessary package installation steps to allow
  dev environment to be brought up with all necessary OS packages
- modified tox.ini to allow installation of pip modules from external
  source
- fix all flake8 issues
- added .testr.conf to satisfy tox testing requirements
- added simple unit test to fix gate
- fix docs build

Co-Authored-By: Vipul Sabhaya <vipuls@gmail.com>
Change-Id: Ifca9e5c483adb688546a76368d9b821da7371829
2014-11-13 16:53:42 -08:00
cue Adding Vagrantfile and update to tox.ini to fix tox env 2014-11-13 16:53:42 -08:00
doc/source Adding Vagrantfile and update to tox.ini to fix tox env 2014-11-13 16:53:42 -08:00
etc/cue Temporarily disabled admin policy for accessing the REST API. 2014-10-29 17:09:06 -07:00
tools Base framework 2014-10-21 10:25:11 -07:00
.gitignore Adding Vagrantfile and update to tox.ini to fix tox env 2014-11-13 16:53:42 -08:00
.gitreview Adding Vagrantfile and update to tox.ini to fix tox env 2014-11-13 16:53:42 -08:00
.testr.conf Adding Vagrantfile and update to tox.ini to fix tox env 2014-11-13 16:53:42 -08:00
LICENSE Initial commit 2014-10-02 13:57:10 -07:00
README.md Update readme with development environmnent steps 2014-10-28 23:13:39 -07:00
Vagrantfile Adding Vagrantfile and update to tox.ini to fix tox env 2014-11-13 16:53:42 -08:00
openstack-common.conf Base framework 2014-10-21 10:25:11 -07:00
requirements.txt Adding Vagrantfile and update to tox.ini to fix tox env 2014-11-13 16:53:42 -08:00
setup.cfg Get basic API to start up 2014-10-28 23:09:53 -07:00
setup.py Base framework 2014-10-21 10:25:11 -07:00
test-requirements.txt Cleanup requires 2014-11-12 02:00:08 +01:00
tox.ini Adding Vagrantfile and update to tox.ini to fix tox env 2014-11-13 16:53:42 -08:00

README.md

Cue

Openstack Message Broker Provisioning Service.

This service provides Provisioning and Management of Message Brokers.

Supported

RabbitMQ

Getting Started

  1. Run 'tox' - this will create a virtual environment in .tox
  2. source .tox/py27/bin/activate
  3. python setup.py develop
  4. cue-api --config-file etc/cue/cue.conf.sample