Fix incorrect heat template syntax

Change-Id: I76a394ba648ac280784ab24be816f8cec93ea520
Closes-Bug: #1431429
This commit is contained in:
Gauvain Pocentek 2015-04-02 11:15:27 +02:00 committed by Andreas Jaeger
parent 639db62fef
commit dd77de85e2
3 changed files with 6 additions and 6 deletions

View File

@ -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
~~~~~~~~~~~~~~~~~~~~~

View File

@ -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>

View File

@ -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
+++++++++++++++++++++