diff options
author | Jenkins <jenkins@review.openstack.org> | 2013-10-23 09:51:27 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2013-10-23 09:51:27 +0000 |
commit | fff9c57ac660db407c70c989a23dc0fa395bce07 (patch) | |
tree | d314ee6805b99d4d0d46340d0542e0723b5c03ed | |
parent | 80da8e39680f4da405861b33536012448244ba0d (diff) | |
parent | 5a99a0198f8ba522339b90147fc41175be43b700 (diff) |
Merge "Add KeystoneURL to Outputs section"
-rw-r--r-- | overcloud-source.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/overcloud-source.yaml b/overcloud-source.yaml index 97c55df8..c8aa0465 100644 --- 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 |