Merge "Add KeystoneURL to Outputs section"

This commit is contained in:
Jenkins 2013-10-23 09:51:27 +00:00 committed by Gerrit Code Review
commit fff9c57ac6

@ -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