New config option 'webroot', config-changed and upgrade support.

Adds a new config option 'webroot' that can be used to set the path
at which dashboard is accessible.

Adds a new config-changed hook that allows this option to be reset,
and also allows Essex -> Folsom upgrading.

Adds support for using cloud:precise-folsom/staging as an installation source.
This commit is contained in:
Adam Gandelman
2012-10-10 13:01:13 -07:00
parent a1d0525ea6
commit 68ed0099f6
6 changed files with 66 additions and 1 deletions

View File

@@ -7,3 +7,9 @@ options:
Valid choices are a LP PPA ('ppa:your/ppa') or a URL entry for
sources.list with an optional GPG key appended after | for import
from Ubuntu keyserver ('http://host/ubuntu oneiric main|KEYID')
webroot:
default: "/horizon"
type: string
description: |
Directory where application will be accessible, relative to
http://$hostname/.