Add instructions for building a custom service VM from source with devstack.

Change-Id: Ic60607367c27f9b6bc0a9c5f64077443ab16b783
This commit is contained in:
Ryan Petrello 2015-05-11 16:44:45 -04:00
parent 4dcd7f435a
commit 8027d1f0df

View File

@ -53,6 +53,20 @@ and enable the relevant services::
ADMIN_PASSWORD=secret
END
Building a Custom Service VM
++++++++++++++++++++++++++++
By default, the Akanda plugin downloads a pre-built official Akanda image. To
build your own from source, enable ``BUILD_AKANDA_DEV_APPLIANCE`` and specify
a repository and branch to build from::
cat >/opt/stack/devstack/local.conf <<END
BUILD_AKANDA_DEV_APPLIANCE=True
AKANDA_APPLIANCE_REPO=http://github.com/stackforge/akanda-appliance.git
AKANDA_APPLIANCE_BRANCH=master
END
Deploying
+++++++++