Add instructions for building a custom service VM from source with devstack.
Change-Id: Ic60607367c27f9b6bc0a9c5f64077443ab16b783
This commit is contained in:
parent
4dcd7f435a
commit
8027d1f0df
@ -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
|
||||
+++++++++
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user