From 7cd08fd8d1d3845a1830cc66c75aad4d8b6d6e5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20=C4=8Cuchran?= <396462@mail.muni.cz> Date: Wed, 1 Feb 2017 15:25:02 +0100 Subject: [PATCH] Update instances.yaml --- Openstack/instances.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Openstack/instances.yaml b/Openstack/instances.yaml index 999e9c6..7d13159 100644 --- a/Openstack/instances.yaml +++ b/Openstack/instances.yaml @@ -51,7 +51,7 @@ networks: - port: { get_resource: instance_port_2 } - association_1: + association_2: type: OS::Nova::FloatingIPAssociation properties: floating_ip: { get_resource: floating_ip_2 } -- GitLab