diff options
author | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2016-08-30 15:04:18 +0300 |
---|---|---|
committer | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2016-08-30 15:04:18 +0300 |
commit | aa7e939eeef65a527942a3d2bced200d9e96ad68 (patch) | |
tree | d41e8f8c4f7bb02f45a6f60da34e84e49b301d93 | |
parent | 13506c963b0770ce4d63b0322cf80e57758db92a (diff) |
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
-rw-r--r-- | overcloud.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |