Fix incorrect heat template syntax
Change-Id: I76a394ba648ac280784ab24be816f8cec93ea520 Closes-Bug: #1431429
This commit is contained in:
parent
639db62fef
commit
dd77de85e2
@ -171,8 +171,8 @@ floating IP to the instance:
|
||||
association:
|
||||
type: OS::Nova::FloatingIPAssociation
|
||||
properties:
|
||||
- floating_ip: { get_resource: floating_ip }
|
||||
- server_id: { get_resource: instance }
|
||||
floating_ip: { get_resource: floating_ip }
|
||||
server_id: { get_resource: instance }
|
||||
|
||||
OS::Neutron resources
|
||||
~~~~~~~~~~~~~~~~~~~~~
|
||||
|
@ -152,8 +152,8 @@ floating IP to the instance:</para>
|
||||
association:
|
||||
type: OS::Nova::FloatingIPAssociation
|
||||
properties:
|
||||
- floating_ip: { get_resource: floating_ip }
|
||||
- server_id: { get_resource: instance }</programlisting>
|
||||
floating_ip: { get_resource: floating_ip }
|
||||
server_id: { get_resource: instance }</programlisting>
|
||||
</section>
|
||||
<section xml:id="os-neutron-resources">
|
||||
<title>OS::Neutron resources</title>
|
||||
|
@ -175,8 +175,8 @@ floating IP to the instance:
|
||||
association:
|
||||
type: OS::Nova::FloatingIPAssociation
|
||||
properties:
|
||||
- floating_ip: { get_resource: floating_ip }
|
||||
- server_id: { get_resource: instance }
|
||||
floating_ip: { get_resource: floating_ip }
|
||||
server_id: { get_resource: instance }
|
||||
|
||||
OS::Neutron resources
|
||||
+++++++++++++++++++++
|
||||
|
Loading…
Reference in New Issue
Block a user