From c2051996bc2262764c601763d5c98652baa14066 Mon Sep 17 00:00:00 2001 From: Clint Byrum Date: Tue, 17 Sep 2013 12:32:24 -0700 Subject: 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 --- nagios3.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'nagios3.yaml') 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' ] ]} ]} -- cgit 1.2.3-korg