cue/contrib/devstack_old
Daniel Allegood 84f7e746df Enabling devstack plugin for Cue
Migrating our service install scripts from using the extras.d model to
the plugin model.

Change-Id: Ib6640053db1fc47a407ef1cb9e243b511ec4d960
2015-12-22 04:56:55 +00:00
..
extras.d Enabling devstack plugin for Cue 2015-12-22 04:56:55 +00:00
lib Enabling devstack plugin for Cue 2015-12-22 04:56:55 +00:00
README.rst Enabling devstack plugin for Cue 2015-12-22 04:56:55 +00:00
install.sh Enabling devstack plugin for Cue 2015-12-22 04:56:55 +00:00
local.conf Enabling devstack plugin for Cue 2015-12-22 04:56:55 +00:00
local.sh Enabling devstack plugin for Cue 2015-12-22 04:56:55 +00:00

README.rst

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/openstack/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.