<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none"><!-- p { margin-top: 0px; margin-bottom: 0px; }--></style>
</head>
<body dir="ltr" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>​Looks like ResourceTypes are not consistent in Casing it is OS::project_id not OS::Project_id <br>
</p>
<div dir="ltr" style="font-size:12pt; color:#000000; background-color:#FFFFFF; font-family:Calibri,Arial,Helvetica,sans-serif">
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>Frá:</b> Davíð Örn Jóhannsson<br>
<b>Sent:</b> 19. febrúar 2016 14:30<br>
<b>Til:</b> openstack@lists.openstack.org<br>
<b>Efni:</b> [Openstack] using Pseudo Parameters in heat</font>
<div> </div>
</div>
<div>
<p>Does someone have any clue about using Pseudo Parameters in heat, my guess was to use it as follows but that resulted in property error The Parameter (project_id) was not provided and I have found no useful documentation up to this point.<br>
</p>
<p><br>
</p>
<p>OpenStack Kilo<br>
</p>
<p><br>
</p>
<div>user_data:</div>
<div>                str_replace:</div>
<div>                    template: |</div>
<div>                        #!/bin/bash -v</div>
<div>                        echo '127.0.0.1 $SERVER_NAME' >> /etc/hosts</div>
<div>                        echo $PROJECT_ID > /etc/project_id<br>
</div>
<div>                    params:</div>
<div>                        $SERVER_NAME: { get_param: server_name }</div>
<div>                        $PROJECT_ID: { get_param: 'OS::Project_id' }<br>
</div>
<p><br>
</p>
</div>
</div>
</body>
</html>