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:
fcbead3
)
Add KeystoneURL to Outputs section
author
Imre Farkas
<ifarkas@redhat.com>
Tue, 15 Oct 2013 09:33:47 +0000
(11:33 +0200)
committer
Imre Farkas
<ifarkas@redhat.com>
Tue, 22 Oct 2013 15:00:54 +0000
(17:00 +0200)
Having the KeystoneURL accessible in Heat allows the user to access the
overcloud services using the service catalog.
Change-Id: Ie6ef1aadf2f027d0b0793fea59385832c9f0c25f
overcloud-source.yaml
patch
|
blob
|
history
diff --git
a/overcloud-source.yaml
b/overcloud-source.yaml
index
1f0442e
..
75506f4
100644
(file)
--- a/
overcloud-source.yaml
+++ b/
overcloud-source.yaml
@@
-329,3
+329,14
@@
Resources:
- SecretAccessKey
stack_name:
Ref: AWS::StackName
+Outputs:
+ KeystoneURL:
+ Description: URL for the Overcloud Keystone service
+ Value:
+ Fn::Select:
+ - 0
+ - Fn::Select:
+ - ctlplane
+ - Fn::GetAtt:
+ - notcompute
+ - networks