Re: [openstack-dev] [kolla] new yaml format for all.yml, need feedback

2015-09-30 Thread Sam Yaple
Also in favor is it lands before Liberty. But I don't want to see a format change straight into Mitaka. Sam Yaple On Wed, Sep 30, 2015 at 1:03 PM, Steven Dake (stdake) wrote: > I am in favor of this work if it lands before Liberty. > > Regards > -steve > > > On 9/30/15, 10:54

Re: [openstack-dev] [kolla] new yaml format for all.yml, need feedback

2015-09-30 Thread Steven Dake (stdake)
I am in favor of this work if it lands before Liberty. Regards -steve On 9/30/15, 10:54 AM, "Jeff Peeler" wrote: >The patch I just submitted[1] modifies the syntax of all.yml to use >dictionaries, which changes how variables are referenced. The key >point being in

Re: [openstack-dev] [kolla] new yaml format for all.yml, need feedback

2015-09-30 Thread Swapnil Kulkarni
On Wed, Sep 30, 2015 at 11:24 PM, Jeff Peeler wrote: > The patch I just submitted[1] modifies the syntax of all.yml to use > dictionaries, which changes how variables are referenced. The key > point being in globals.yml, the overriding of a variable will change > from simply

[openstack-dev] [kolla] new yaml format for all.yml, need feedback

2015-09-30 Thread Jeff Peeler
The patch I just submitted[1] modifies the syntax of all.yml to use dictionaries, which changes how variables are referenced. The key point being in globals.yml, the overriding of a variable will change from simply specifying the variable to using the dictionary value: old: api_interface: 'eth0'