From 0c45ac31987f8764c90bfe5b6d0db621cea00463 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:24:50 +0100
Subject: [PATCH] Update infrastructure_init.yaml

---
 Openstack/infrastructure_init.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Openstack/infrastructure_init.yaml b/Openstack/infrastructure_init.yaml
index 8d212c8..e3cb679 100644
--- a/Openstack/infrastructure_init.yaml
+++ b/Openstack/infrastructure_init.yaml
@@ -102,7 +102,7 @@ resources:
       networks:
         - port: { get_resource: instance_port_2 }
                 
-  association_1:
+  association_2:
     type: OS::Nova::FloatingIPAssociation
     properties:
       floating_ip: { get_resource: floating_ip_2 }
-- 
GitLab