aboutsummaryrefslogtreecommitdiffstats
path: root/nagios3.yaml
diff options
context:
space:
mode:
authorJames Slagle <jslagle@redhat.com>2013-09-16 13:27:59 -0700
committerJames Slagle <jslagle@redhat.com>2013-09-16 13:31:31 -0700
commitca4c32c086ae0584820a5833d826855e40814b53 (patch)
tree9975643daddece97e12d3068997b73864c573694 /nagios3.yaml
parenta973207ccf80fd638f2d211c2ef8b1431aa70249 (diff)
Update PrivateIp to first_private_address.
Update the PrivateIp attribute to first_private_address as a result of the change to the OS::Nova::Server type. Change-Id: Id90f8c7c4e0217e1f94d3e5134744a810390e7b7
Diffstat (limited to 'nagios3.yaml')
-rw-r--r--nagios3.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/nagios3.yaml b/nagios3.yaml
index 4f6a4222..0bdb1d38 100644
--- a/nagios3.yaml
+++ b/nagios3.yaml
@@ -97,4 +97,4 @@ Resources:
InstanceType: {Ref: InstanceType}
Outputs:
Nagios3Host:
- Fn::GetAtt: [ nagios3 , PrivateIp ]
+ Fn::GetAtt: [ nagios3 , first_private_address ]