From 0048627c9c2cccd635b56c40f25b7fd2cfb76e60 Mon Sep 17 00:00:00 2001 From: "diogo.matsubara@canonical.com" <> Date: Tue, 7 Oct 2014 15:27:32 -0300 Subject: [PATCH] add openstack-origin to config.yaml to avoid charmhelpers errors --- config.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/config.yaml b/config.yaml index 683cd63..d6f3271 100644 --- a/config.yaml +++ b/config.yaml @@ -1,4 +1,19 @@ options: + openstack-origin: + default: distro + type: string + description: | + Repository from which to install. May be one of the following: + distro (default), ppa:somecustom/ppa, a deb url sources entry, + or a supported Cloud Archive release pocket. + + Supported Cloud Archive sources include: cloud:precise-folsom, + cloud:precise-folsom/updates, cloud:precise-folsom/staging, + cloud:precise-folsom/proposed. + + Note that updating this setting to a source that is known to + provide a later version of OpenStack will trigger a software + upgrade. openstack-release: type: string default: icehouse