Re: [Openstack] OpenStack RC file from within heat

2016-02-19 Thread Davíð Örn Jóhannsson
Frá: Pavlo Shchelokovskyy Sent: 19. febrúar 2016 11:34 Til: Davíð Örn Jóhannsson; openstack@lists.openstack.org Efni: Re: [Openstack] OpenStack RC file from within heat Davio, yes, you could do that, but for local files only from CLI, not Horizon. You could use a

Re: [Openstack] OpenStack RC file from within heat

2016-02-19 Thread Pavlo Shchelokovskyy
Davio, yes, you could do that, but for local files only from CLI, not Horizon. You could use a "str_replace" and "get_file" functions. As an example, here https://github.com/pshchelo/stackdev/blob/master/templates/autoscaling/asg.yaml#L33-L45 I am dropping a local file through the Nova's user dat

[Openstack] OpenStack RC file from within heat

2016-02-19 Thread Davíð Örn Jóhannsson
?Is it possible to gain access to OpenStack RC file from within a heat template, in order to place it on a host during cloud init? ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org