<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>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>
</body>
</html>