aboutsummaryrefslogtreecommitdiffstats
path: root/nagios3.yaml
diff options
context:
space:
mode:
authorClint Byrum <clint@fewbar.com>2013-09-17 12:32:24 -0700
committerClint Byrum <clint@fewbar.com>2013-09-17 12:41:07 -0700
commitc2051996bc2262764c601763d5c98652baa14066 (patch)
tree4c64a1e2b98a62a32ef29b53276ebffe1a8c70e3 /nagios3.yaml
parent287e97de9cc3dce498403c9cae69ae48108def9c (diff)
Finish correcting all OS::Nova::Server references
Some references to first_private_address were missed and some of the Fn::Select calls were only half-completed. Change-Id: I92a4e5e67784e5d64ec6e44ddcac55762cde81eb
Diffstat (limited to 'nagios3.yaml')
-rw-r--r--nagios3.yaml3
1 files changed, 1 insertions, 2 deletions
diff --git a/nagios3.yaml b/nagios3.yaml
index 0bdb1d38..5c36329e 100644
--- a/nagios3.yaml
+++ b/nagios3.yaml
@@ -96,5 +96,4 @@ Resources:
Ref: Nagios3ImageId
InstanceType: {Ref: InstanceType}
Outputs:
- Nagios3Host:
- Fn::GetAtt: [ nagios3 , first_private_address ]
+ Nagios3Host: {'Fn::Select': [ 0, {'Fn::Select': [ 'ctlplane', 'Fn::GetAtt': [ 'nagios3' , 'networks' ] ]} ]}