[Openstack] using Pseudo Parameters in heat
Davíð Örn Jóhannsson
davidoj at siminn.is
Fri Feb 19 14:30:34 UTC 2016
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.
OpenStack Kilo
user_data:
str_replace:
template: |
#!/bin/bash -v
echo '127.0.0.1 $SERVER_NAME' >> /etc/hosts
echo $PROJECT_ID > /etc/project_id
params:
$SERVER_NAME: { get_param: server_name }
$PROJECT_ID: { get_param: 'OS::Project_id' }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20160219/17db4ca7/attachment.html>
More information about the Openstack
mailing list