From aa7e939eeef65a527942a3d2bced200d9e96ad68 Mon Sep 17 00:00:00 2001 From: Juan Antonio Osorio Robles Date: Tue, 30 Aug 2016 15:04:18 +0300 Subject: Change CloudName default value to include domain The CloudName's default value only included the shortname which is not a very good practice. This now sets localdomain as the default domain there. Change-Id: Ic46b34d94a602aa948b873062015286cf49f7c3c --- overcloud.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'overcloud.yaml') diff --git a/overcloud.yaml b/overcloud.yaml index 38a36800..d191f14e 100644 --- a/overcloud.yaml +++ b/overcloud.yaml @@ -13,7 +13,7 @@ parameters: # Common parameters (not specific to a role) CloudName: - default: overcloud + default: overcloud.localdomain description: The DNS name of this cloud. E.g. ci-overcloud.tripleo.org type: string CloudNameInternal: -- cgit 1.2.3-korg