?Looks like ResourceTypes are not consistent in Casing it is OS::project_id not 
OS::Project_id

________________________________
Frá: Davíð Örn Jóhannsson
Sent: 19. febrúar 2016 14:30
Til: openstack@lists.openstack.org
Efni: [Openstack] using Pseudo Parameters in heat


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' }

_______________________________________________
Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
Post to     : openstack@lists.openstack.org
Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Reply via email to