From dd77de85e2adb0ed0c1d47dd0a8a069d7174e847 Mon Sep 17 00:00:00 2001 From: Gauvain Pocentek Date: Thu, 2 Apr 2015 11:15:27 +0200 Subject: [PATCH] Fix incorrect heat template syntax Change-Id: I76a394ba648ac280784ab24be816f8cec93ea520 Closes-Bug: #1431429 --- doc/hot-guide/source/basic_resources.rst | 4 ++-- doc/user-guide/hot/section_basic_resources.xml | 4 ++-- .../source/enduser/hot-guide/hot_basic_resources.rst | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/hot-guide/source/basic_resources.rst b/doc/hot-guide/source/basic_resources.rst index 14dbe591d8..95e9549b24 100644 --- a/doc/hot-guide/source/basic_resources.rst +++ b/doc/hot-guide/source/basic_resources.rst @@ -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 ~~~~~~~~~~~~~~~~~~~~~ diff --git a/doc/user-guide/hot/section_basic_resources.xml b/doc/user-guide/hot/section_basic_resources.xml index be902ce034..58b01a15be 100644 --- a/doc/user-guide/hot/section_basic_resources.xml +++ b/doc/user-guide/hot/section_basic_resources.xml @@ -152,8 +152,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 diff --git a/doc/user-guides/source/enduser/hot-guide/hot_basic_resources.rst b/doc/user-guides/source/enduser/hot-guide/hot_basic_resources.rst index 10d0999e53..e0a290f33a 100644 --- a/doc/user-guides/source/enduser/hot-guide/hot_basic_resources.rst +++ b/doc/user-guides/source/enduser/hot-guide/hot_basic_resources.rst @@ -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 +++++++++++++++++++++