From 2e5c31332485f4a701d58210f0c404bfbffd696c Mon Sep 17 00:00:00 2001 From: James Slagle Date: Wed, 9 Jul 2014 16:42:40 -0400 Subject: [PATCH] Add bootstrap metadata to undercloud initial json configuration --- elements/undercloud-stack-config/config.json.template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/elements/undercloud-stack-config/config.json.template b/elements/undercloud-stack-config/config.json.template index f528bdd52..d50f38de6 100644 --- a/elements/undercloud-stack-config/config.json.template +++ b/elements/undercloud-stack-config/config.json.template @@ -97,5 +97,9 @@ "password": "unset", "tenant_name": "admin" } + }, + "bootstrap_host": { + "bootstrap_nodeid": "undercloud", + "nodeid": "undercloud" } }