<p dir="ltr">Is it actually possible to assign a floating up a dress with heat. I found some resources for neutron but that doesn't help me much since I run nova default network.</p>
<div class="gmail_quote">On Nov 14, 2013 10:00 AM, "Daniel Kuffner" <<a href="mailto:daniel.kuffner@gmail.com">daniel.kuffner@gmail.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi Clint,<br>
<br>
I use heat default (no format specified, since it didn't work with my<br>
version of heat) and I figured out that my user data will be written<br>
to /var/lib/cloud/data/cfn-userdata<br>
So I adjusted my scripts to use this file.<br>
<br>
thanks for your input,<br>
Daniel<br>
<br>
On Sun, Nov 10, 2013 at 1:37 AM, Clint Byrum <<a href="mailto:clint@fewbar.com">clint@fewbar.com</a>> wrote:<br>
> Hi Daniel, if you are using the latest trunk, you can do this:<br>
><br>
> resources:<br>
> yourServer:<br>
> type: OS::Nova::Server<br>
> properties:<br>
> user_data: |<br>
> Here is the raw data<br>
> user_data_format: RAW<br>
><br>
> Note that when using this RAW format, Heat will not configure the server<br>
> for usage with heat-cfntools. If you want to use the default way, you<br>
> can just make your user_data script an executable which writes out the<br>
> content you want at a local file.<br>
><br>
> <a href="http://docs.openstack.org/developer/heat/template_guide/openstack.html#OS::Nova::Server" target="_blank">http://docs.openstack.org/developer/heat/template_guide/openstack.html#OS::Nova::Server</a><br>
><br>
> Excerpts from Daniel Kuffner's message of 2013-11-06 06:14:42 -0800:<br>
>> Hello,<br>
>><br>
>> Can somebody point me out how I can specify user data in a heat template?<br>
>> I would like consume user data via metadata service.<br>
>><br>
>> thanks a lot<br>
>> Daniel<br>
>><br>
><br>
> _______________________________________________<br>
> Mailing list: <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
> Post to : <a href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a><br>
> Unsubscribe : <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack</a><br>
</blockquote></div>