diff --git a/Openstack/infrastructure_init.yaml b/Openstack/infrastructure_init.yaml index 2c5cc6967933fabf056d3d809864873122d0f880..40b9f6088fcf6c1578adac1e3f72894807ce8ffe 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 }