Re: [Openstack] [heat][Designate] Struggling to create DNS records for created instances

2017-07-24 Thread Kaz Shinohara
name: { list_join: ['.', [{ get_attr: [instance, name] }, { get_param: > dns_zone }]] } > type: "A" > > Thanks > > Lance > > > On 22.07.17 07:46, Kaz Shinohara wrote: > > Hi Lance, > > Just a quick question, have you tried "depends_on"

Re: [Openstack] [heat][Designate] Struggling to create DNS records for created instances

2017-07-21 Thread Kaz Shinohara
Hi Lance, Just a quick question, have you tried "depends_on" ? Also looks the error what you got indicates your posted properties for "instance_record" includes not supported one. Regards, Kaz On Jul 22, 2017 1:19 AM, "Lance Haig" wrote: Hi, I have the following instance code server1: ty