Fix sample snippet in the template guide

Fix a minor error in one of the sample snippets in the Instances
section of template guide. This will allow a user to copy and
paste and have the template work.

Change-Id: I35a59912fe6a4310c6000edfe2e969f5e8224664
This commit is contained in:
Chris Buccella
2015-08-22 15:11:35 -04:00
parent 324ca41d49
commit 84760c8e76

View File

@@ -173,7 +173,7 @@ floating IP to the instance:
type: OS::Nova::FloatingIPAssociation
properties:
floating_ip: { get_resource: floating_ip }
server_id: { get_resource: instance }
server_id: { get_resource: inst1 }
OS::Neutron resources
+++++++++++++++++++++