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