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:
@@ -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
|
||||
+++++++++++++++++++++
|
||||
|
||||
Reference in New Issue
Block a user