Code Review
/
apex-tripleo-heat-templates.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
13506c9
)
Change CloudName default value to include domain
author
Juan Antonio Osorio Robles
<jaosorior@redhat.com>
Tue, 30 Aug 2016 12:04:18 +0000
(15:04 +0300)
committer
Juan Antonio Osorio Robles
<jaosorior@redhat.com>
Tue, 30 Aug 2016 12:04:18 +0000
(15:04 +0300)
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
patch
|
blob
|
history
diff --git
a/overcloud.yaml
b/overcloud.yaml
index
38a3680
..
d191f14
100644
(file)
--- 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: