cue/contrib/devstack
Abitha Palaniappan 1622f2269d Keystone v3 support
- modified clients to authenticate using keystone.session
  - supports both v2 and v3 auth version

Change-Id: I73b281c3076dd8a5a2686bdc39d57263dc2fc2b8
2015-08-26 21:31:43 -07:00
..
extras.d Adding support for Keystone V3 2015-08-26 10:20:22 -07:00
lib Keystone v3 support 2015-08-26 21:31:43 -07:00
README.rst changing stackforge references to openstack 2015-07-13 12:58:00 -07:00
install.sh Add Devstack integration 2015-02-20 15:08:51 -08:00
local.conf Adding support for Keystone V3 2015-08-26 10:20:22 -07:00
local.sh Printing console and rabbitmq logs in the test 2015-06-10 13:50:01 -07: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.