cue/contrib/devstack
Min Pae 314e04c7b7 cue-manage broker fix for devstack plugin
devstack plugin for cue was not updated when some cue-manage was updated
to make some commandline options mandatory

Change-Id: I279ccc981c2781f69324e8ecaecac047767bbdbf
2015-04-18 23:51:29 -07:00
..
extras.d Initial port of RabbitMQ image elements 2015-04-02 17:44:42 -07:00
lib cue-manage broker fix for devstack plugin 2015-04-18 23:51:29 -07:00
install.sh Add Devstack integration 2015-02-20 15:08:51 -08:00
local.conf Initial port of RabbitMQ image elements 2015-04-02 17:44:42 -07:00
local.sh provisioning rabbitmq via userdata/cloud-init 2015-03-11 17:55:35 -07:00
README.rst Add Devstack integration 2015-02-20 15:08:51 -08:00

The contrib/devstack directory contrains the files to integrate Cue with Devstack.

To install Cue

# Clone devstack and cue git clone https://github.com/openstack-dev/devstack.git git clone https://github.com/stackforge/cue.git

# Install the cue plugins onto Devstack ./cue/contrib/devstack/install.sh

# Copy the local.conf to your devstack cp cue/contrib/devstack/local.conf devstack/

This will create the neccessary symlinks to the Cue-devstack-plugin, and setup devstack with a local.conf that enables the Cue services and its dependencies.