astara/devstack
Adam Gandelman 91ddc6e95c Add support for building the appliance image during devstack deploy
This adds support for building the appliance VM image from source during
the devstack deployment.  The default behavior remains to pull it from
the specified URL but it may alternatively be built from source by
setting BUILD_AKANDA_DEV_APPLIANCE=True in local.conf.

Closes-bug: #1451654

Change-Id: I4cd2d37db305d1c316324ec515494cf37d489e3e
2015-05-07 17:55:49 -07:00
..
files/debs Add support for building the appliance image during devstack deploy 2015-05-07 17:55:49 -07:00
plugin.sh 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
settings convert/merge akanda-devstack into devstack plugin 2015-04-13 15:12:01 -04:00

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