From: Juan Antonio Osorio Robles Date: Tue, 30 Aug 2016 12:04:18 +0000 (+0300) Subject: Change CloudName default value to include domain X-Git-Tag: opnfv-6.0.0~1661^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=aa7e939eeef65a527942a3d2bced200d9e96ad68;p=apex-tripleo-heat-templates.git 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 --- 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: