Heat template pem certificate not found in metaservice user_data
Hello
I have a heat hot script with template version 2013-05-23. I am trying to deploy a Windows Server 2016 (With desktop Experience) image to Openstack (Kilo) using heat scripting. In my heat script I have defined our self-signed certificate that is to be installed in the windows machine. However, I cannot find the certificate from the url 169.254.169.254/openstack/latest/user_data. There seems to be some old image data in there. I cannot get any errors from creating the stack. Where can I get some more information what is happening and why the metadata service is not updated with my userdata?
here is a snippet from my heat hot template:
frontendinstance:
type: OS::Nova::Server
dependson: [ extport, lanport ]
properties:
userdataformat: RAW
user_data: |
-----BEGIN CERTIFICATE-----
cert data....
-----END CERTIFICATE-----