astara/devstack
Adam Gandelman 261987f473 Update branches in devstack plugin + .gitreview, clone akanda-rug
Point everything to stable/juno in devstack plugin.

Also, since we're not using the plugin interface here make sure we clone
the akanda-rug repository and move its location into the main plugin file
instead of settings file (which is a plugin resource)

Change-Id: I878056c23453c5749d53cd80e6af7b0799e4ea8d
Closes-bug: #1473629
2015-08-04 23:27:03 -07:00
..
files/debs Add support for building the appliance image during devstack deploy 2015-05-07 17:55:49 -07:00
README.md convert/merge akanda-devstack into devstack plugin 2015-04-13 15:12:01 -04:00
plugin.sh Update branches in devstack plugin + .gitreview, clone akanda-rug 2015-08-04 23:27:03 -07:00

README.md

This directory contains the akanda-rug devstack plugin for Kilo and beyond. You will need to enable the plugin in your local.conf file by adding the following to the local section.

enable_plugin akanda-rug <GITURL> [GITREF]

For example:

enable_plugin akanda-rug http://github.com/akanda/akanda-rug stable/kilo

You will also need to enable the service:

enable_service ak-rug

For more info see: http://docs.openstack.org/developer/devstack/plugins.html