From aefa16069c4dcd2a3ccd71b5df12c20f5560aa46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20=C4=8Cuchran?= <396462@mail.muni.cz> Date: Thu, 2 Feb 2017 13:38:16 +0100 Subject: [PATCH] Update infrastructure_init.yaml --- Openstack/infrastructure_init.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Openstack/infrastructure_init.yaml b/Openstack/infrastructure_init.yaml index 2c5cc69..40b9f60 100644 --- a/Openstack/infrastructure_init.yaml +++ b/Openstack/infrastructure_init.yaml @@ -84,7 +84,7 @@ resources: image: 7c24d54a-0ec9-47d3-902c-c263c81b48b4 networks: - port: { get_resource: instance_port_1 } - user_data: + user_data: str_replace: template: | #ps1_sysnative @@ -92,8 +92,8 @@ resources: $user = [ADSI]'WinNT://./Administrator' $user.SetPassword('Password.1') exit 1001 - - association_1: + + association_1: type: OS::Nova::FloatingIPAssociation properties: floating_ip: { get_resource: floating_ip_1 } -- GitLab