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:
|
association:
|
||||||
type: OS::Nova::FloatingIPAssociation
|
type: OS::Nova::FloatingIPAssociation
|
||||||
properties:
|
properties:
|
||||||
- floating_ip: { get_resource: floating_ip }
|
floating_ip: { get_resource: floating_ip }
|
||||||
- server_id: { get_resource: instance }
|
server_id: { get_resource: instance }
|
||||||
|
|
||||||
OS::Neutron resources
|
OS::Neutron resources
|
||||||
~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
@ -152,8 +152,8 @@ floating IP to the instance:</para>
|
|||||||
association:
|
association:
|
||||||
type: OS::Nova::FloatingIPAssociation
|
type: OS::Nova::FloatingIPAssociation
|
||||||
properties:
|
properties:
|
||||||
- floating_ip: { get_resource: floating_ip }
|
floating_ip: { get_resource: floating_ip }
|
||||||
- server_id: { get_resource: instance }</programlisting>
|
server_id: { get_resource: instance }</programlisting>
|
||||||
</section>
|
</section>
|
||||||
<section xml:id="os-neutron-resources">
|
<section xml:id="os-neutron-resources">
|
||||||
<title>OS::Neutron resources</title>
|
<title>OS::Neutron resources</title>
|
||||||
|
@ -175,8 +175,8 @@ floating IP to the instance:
|
|||||||
association:
|
association:
|
||||||
type: OS::Nova::FloatingIPAssociation
|
type: OS::Nova::FloatingIPAssociation
|
||||||
properties:
|
properties:
|
||||||
- floating_ip: { get_resource: floating_ip }
|
floating_ip: { get_resource: floating_ip }
|
||||||
- server_id: { get_resource: instance }
|
server_id: { get_resource: instance }
|
||||||
|
|
||||||
OS::Neutron resources
|
OS::Neutron resources
|
||||||
+++++++++++++++++++++
|
+++++++++++++++++++++
|
||||||
|
Loading…
Reference in New Issue
Block a user