1 | initial version |
Can you add also a copy of your metadata as well?
From inside the image, in PowerShell:
Invoke-WebRequest http://169.254.169.254/openstack/lastest/meta_data.json -OutFile meta_data.json
and a copy of your userdata script as well.
Please post large content in a pastebin (e.g. http://paste.openstack.org) and include the links here to ease up the review.
Thanks
2 | No.2 Revision |
Can you add also a copy of your metadata as well?
From inside the image, in PowerShell:
Invoke-WebRequest http://169.254.169.254/openstack/lastest/meta_data.json http://169.254.169.254/openstack/latest/meta_data.json -OutFile meta_data.json
and a copy of your userdata script as well.
Please post large content in a pastebin (e.g. http://paste.openstack.org) and include the links here to ease up the review.
Thanks